Skip to content
Snippets Groups Projects
Commit a8f94692 authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

changed name from autosubmit-icon-today to autoicon

parent 258a2bb4
No related branches found
No related tags found
No related merge requests found
Pipeline #18706 failed
# Autosubmit-Icon-Today # AutoIcon
Available examples: 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. - **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 ...@@ -12,7 +12,7 @@ With autosubmit installed, we can run these ICON workflows with **autosubmit** w
## 1. Create an experiment: ## 1. Create an experiment:
```bash ```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. This will create a new experiment folder and will give us the corresponding experiment id.
...@@ -34,7 +34,7 @@ PROJECT: ...@@ -34,7 +34,7 @@ PROJECT:
PROJECT_TYPE: "git" PROJECT_TYPE: "git"
PROJECT_DESTINATION: "git_project" PROJECT_DESTINATION: "git_project"
GIT: 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_BRANCH: ""
PROJECT_COMMIT: "" PROJECT_COMMIT: ""
PROJECT_SUBMODULES: "" PROJECT_SUBMODULES: ""
...@@ -69,7 +69,7 @@ PROJECT: ...@@ -69,7 +69,7 @@ PROJECT:
PROJECT_TYPE: "git" PROJECT_TYPE: "git"
PROJECT_DESTINATION: "git_project" PROJECT_DESTINATION: "git_project"
GIT: 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_BRANCH: "master"
PROJECT_COMMIT: "" PROJECT_COMMIT: ""
PROJECT_SUBMODULES: "" PROJECT_SUBMODULES: ""
...@@ -122,7 +122,7 @@ Because we wanted to execute some of the lightweight runs on the login nodes of ...@@ -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. For example, if we use the platform **LMU**, we need to define **LMU_LOGIN** as well.
## 5. Github password-less access ## 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 ## 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 ...@@ -54,7 +54,7 @@ if [ ! -e autosubmit/autosubmit.db ]; then
autosubmit install autosubmit install
fi 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" PROJECT_BRANCH="master"
EXPID=rfi001 EXPID=rfi001
...@@ -84,7 +84,7 @@ DEFAULT: ...@@ -84,7 +84,7 @@ DEFAULT:
PROJECT: PROJECT:
PROJECT_TYPE: "git" PROJECT_TYPE: "git"
PROJECT_DESTINATION: "autosubmit-icon-today" PROJECT_DESTINATION: "autoicon"
GIT: GIT:
PROJECT_ORIGIN: "$PROJECT_ORIGIN" PROJECT_ORIGIN: "$PROJECT_ORIGIN"
PROJECT_BRANCH: "$PROJECT_BRANCH" 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