Skip to content
Snippets Groups Projects
Commit 09f27b91 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Merge branch 'master' of gitlab.physik.uni-muenchen.de:w2w/autosubmit-icon-today

parents 269139ea a8f94692
No related branches found
No related tags found
No related merge requests found
Pipeline #18707 failed
# 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.
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment