Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively, a job script could be used for submitting the script to the batch scheduler. An example script for the SLURM batch schedule, used on the ECMWF hpc2020 is provided here: $OIFS_HOME/bin/run.atos.shjob

This script should be edited as required. The LAUNCH command here is only "srun" without any further options, as the parallel environment settings are provided through the script headers.

Code Block
languagebash
themeMidnight
# run interactively:
cd $PERM/i4xc
./oifs-run

# run as batch job:
cd $PERM/i4xc
sbatch run.atos.job

Postprocessing

If the OIFS_PPROC variable has been set to true (or if the --pproc command line parameter was used) then the model output in the experiment directory is further processed after completing the model run.

...