...
| Info |
|---|
Worked Example: We explain the model installation and the process of running of a forecast experiment on the ECMWF HPC facility (hpc2020).
It is important to note that the installation process on hpc2020 will not directly translate to alternative systems |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
export OIFS_HOME=$HOME/openifs_-48r1.0/ |
The other model environment variables are
...
Example:
On the ECMWF hpc2020 our model installation $OIFS_HOME will be in $HOME/openifs_-48r1.0 and for the experiment we extract the i4xc package to $PERM. The experiment directory shall therefore be $PERM/i4xc/2016092500.
...
- It is important to change
"/path/to/your/config/oifs-config.edit_me.sh"to the actual path for theoifs-config.edit_me.sh,e.g.,"$HOME/openifs_-48r1.0/scripts/oifs-config.edit_me.sh" - The default resources requested in
run.ecmwf-hpc2020.jobare 8 nodes on the ECMWF hpc2020 machine, with a total of 256 MPI tasks and 4 OpenMP threads. This can be changed as required. - For information, the
LAUNCHcommand for batch job submission is set to "srun" without any further options, because all required parallel environment settings are provided through the SLURM script headers.
- It is important to change
...