diff --git a/README.md b/README.md index 169ee4e474685ffd47b75a2398660058a593a560..bb4993c7f53b2f1b8f4dce09a72ca337af2dcdbd 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.