From 39ab0821739e56b7e74d9a3a96e6e0ded7fb5510 Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Mon, 25 Jul 2022 15:15:49 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 169ee4e4..bb4993c7 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ This README describes how to train the video prediction model architectures (van Two versions of the workflow are available. -1) A frozen version is provided via [zenodo](https://doi.org/10.5281/zenodo.6833611) under this DOI: 10.5281/zenodo.6833611. Download the provided zip-archive and unpack it: +1) A frozen version is provided via [zenodo](https://doi.org/10.5281/zenodo.6901503) under this DOI: 10.5281/zenodo.6901503. Download the provided zip-archive and unpack it: ```bash - unzip ambs_v1.zip + unzip ambs.zip ``` 2) The continuously updated repository can be cloned from gitlab: ```bash - git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_v1.git + git clone --single-branch --branch Gong2022_temperature_forecasts https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs.git ``` -This will create a directory called `ambs_v1` under which this README-file and three subdirectories are placed. +This will create a directory called `ambs` under which this README-file and three subdirectories are placed. The licenses for the software used in this repository are listed under `LICENSES/`. Two Jupyter Notebooks and a shell-script which have been used to do some extra evaluation following the reviewer comments can be found under the `Jupyter_Notebooks/`-directory. However, these evaluations have not been fully integrated into the workflow yet. The subdirectory `video_prediction_tools/` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following. -- GitLab