From a8f9469222c9ecaed40db669f9e7824cde1435bb Mon Sep 17 00:00:00 2001 From: "Fabian.Jakub" <fabian@jakub.com> Date: Wed, 17 May 2023 13:57:07 +0200 Subject: [PATCH] changed name from autosubmit-icon-today to autoicon --- README.md | 12 ++++++------ examples/01_real-from-ideal.sh | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 497d332..78c0974 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Autosubmit-Icon-Today +# AutoIcon Available examples: - **real-from-ideal**: Start with a test simulation (ltestcase=.TRUE.) to produce a first-guess file and an analysis file to start a second simulation. @@ -12,7 +12,7 @@ With autosubmit installed, we can run these ICON workflows with **autosubmit** w ## 1. Create an experiment: ```bash - autosubmit expid -min -repo https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git -d "Launching an ICON experiment with autosubmit." + autosubmit expid -min -repo https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git -d "Launching an ICON experiment with autosubmit." ``` This will create a new experiment folder and will give us the corresponding experiment id. @@ -34,7 +34,7 @@ PROJECT: PROJECT_TYPE: "git" PROJECT_DESTINATION: "git_project" GIT: - PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git" + PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git" PROJECT_BRANCH: "" PROJECT_COMMIT: "" PROJECT_SUBMODULES: "" @@ -69,7 +69,7 @@ PROJECT: PROJECT_TYPE: "git" PROJECT_DESTINATION: "git_project" GIT: - PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git" + PROJECT_ORIGIN: "https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git" PROJECT_BRANCH: "master" PROJECT_COMMIT: "" PROJECT_SUBMODULES: "" @@ -122,7 +122,7 @@ Because we wanted to execute some of the lightweight runs on the login nodes of For example, if we use the platform **LMU**, we need to define **LMU_LOGIN** as well. ## 5. Github password-less access -In order to get icon-sources through autosubmit, the password-less through ssh keys should be configured for dkrz gitlab. +In order to get icon-sources through autosubmit, the password-less through ssh keys should be configured for dkrz gitlab. ## 6. Create and run -With this changes in the configuration should be already possible to create the experiment and run it. +With this changes in the configuration should be already possible to create the experiment and run it. diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh index fc19695..0e7f3c2 100755 --- a/examples/01_real-from-ideal.sh +++ b/examples/01_real-from-ideal.sh @@ -54,7 +54,7 @@ if [ ! -e autosubmit/autosubmit.db ]; then autosubmit install fi -PROJECT_ORIGIN="https://gitlab.physik.uni-muenchen.de/w2w/autosubmit-icon-today.git" +PROJECT_ORIGIN="https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git" PROJECT_BRANCH="master" EXPID=rfi001 @@ -84,7 +84,7 @@ DEFAULT: PROJECT: PROJECT_TYPE: "git" - PROJECT_DESTINATION: "autosubmit-icon-today" + PROJECT_DESTINATION: "autoicon" GIT: PROJECT_ORIGIN: "$PROJECT_ORIGIN" PROJECT_BRANCH: "$PROJECT_BRANCH" -- GitLab