From 3f0e8a5ad7e0eb06ab61d9ab2ce409a534d75050 Mon Sep 17 00:00:00 2001 From: "Oriol.Tinto" <oriol.tinto@physik.uni-muenchen.de> Date: Wed, 29 Mar 2023 14:35:33 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea55699..497d332 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ GIT: ``` We will modify this file as follows: + - Point to the proper branch ("master" should be stable) - We will add a new variable to select which example we do want to run: `ICON_CASE: "real-from-ideal"` - We will modify **CUSTOM_CONFIG** to point to the desired configurations. - We will add a path in the local machine at which the output data will be transferred. @@ -69,7 +70,7 @@ PROJECT: PROJECT_DESTINATION: "git_project" GIT: PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git" - PROJECT_BRANCH: "" + PROJECT_BRANCH: "master" PROJECT_COMMIT: "" PROJECT_SUBMODULES: "" FETCH_SINGLE_BRANCH: True -- GitLab