Skip to content
Snippets Groups Projects
Commit 33ad4791 authored by Oriol.Tinto's avatar Oriol.Tinto
Browse files

Merge branch 'Oriol.Tinto-master-patch-30851' into 'master'

Update README.md

See merge request w2w/autosubmit-icon-today!6
parents b85568cb 25d88656
No related branches found
No related tags found
1 merge request!6Update README.md
...@@ -9,7 +9,7 @@ Available examples: ...@@ -9,7 +9,7 @@ Available examples:
With autosubmit installed, we can run these ICON workflows with **autosubmit** we need to do the following: With autosubmit installed, we can run these ICON workflows with **autosubmit** we need to do the following:
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/autosubmit-icon-today.git -d "Launching an ICON experiment with autosubmit."
...@@ -17,7 +17,7 @@ With autosubmit installed, we can run these ICON workflows with **autosubmit** w ...@@ -17,7 +17,7 @@ With autosubmit installed, we can run these ICON workflows with **autosubmit** w
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.
2. Modify the **minimal.yml** configuration file ## 2. Modify the **minimal.yml** configuration file
If we go to the **conf** folder corresponding to our experiment, we will find a **minimal.yml** file there: If we go to the **conf** folder corresponding to our experiment, we will find a **minimal.yml** file there:
```yaml ```yaml
...@@ -80,7 +80,7 @@ data_management: ...@@ -80,7 +80,7 @@ data_management:
``` ```
3. Modify build command. ## 3. Modify build command.
We are using spack to build icon. The default command that would be used to build icon would be: We are using spack to build icon. The default command that would be used to build icon would be:
...@@ -114,14 +114,14 @@ icon: ...@@ -114,14 +114,14 @@ icon:
build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% ^openmpi/amct7nx" build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% ^openmpi/amct7nx"
``` ```
4. Platforms ## 4. Platforms
The user needs to provide a platforms file. It can be done in different ways but the easiest is to put the yaml file in the configuration folder. The user needs to provide a platforms file. It can be done in different ways but the easiest is to put the yaml file in the configuration folder.
Because we wanted to execute some of the lightweight runs on the login nodes of the remote platform, it is necessary to define not only the desired platform but also an additional login. Because we wanted to execute some of the lightweight runs on the login nodes of the remote platform, it is necessary to define not only the desired platform but also an additional login.
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.
\ No newline at end of file
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