From 25d886569b24026baa78d1b8c2847f59fb205ef8 Mon Sep 17 00:00:00 2001 From: "Oriol.Tinto" <oriol.tinto@physik.uni-muenchen.de> Date: Wed, 29 Mar 2023 14:25:35 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 73b08f4..ea55699 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Available examples: 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 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 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: ```yaml @@ -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: @@ -114,14 +114,14 @@ icon: 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. 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. -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. -6. Create and run -With this changes in the configuration should be already possible to create the experiment and run it. \ No newline at end of file +## 6. Create and run +With this changes in the configuration should be already possible to create the experiment and run it. -- GitLab