diff --git a/README.md b/README.md index 72814b5dcf1630e323f2d48f59fa9861f3b10c4d..528abd084c9dcb8c70394fc3f756f792cc4e33a9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs.git Since the project is continuously developed and make the experiments described in the GMD paper reproducible, we also provide a frozen version: ```bash -git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_gmd_nowcasting.git +git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_gmd_nowcasting_v1.0 ``` This will create a directory called `ambs` under which this README-file and two subdirectories are placed. The subdirectory `[...]/ambs/test/` contains unittest-scripts for the workflow and is therefore of minor relevance for non-developers. The subdirectory `[...]/ambs/video_prediction_tools` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following.