Versions Compared

Key

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

...

You will need to copy two further scripts from the OpenIFS package into your experiment directory:

  • oifs-run: this is a generic run script which executes the binary model program file.
  • exp-config.h: this is the experiment configuration file that determines settings for your experiment. It will be read by oifs-run. 
  • run.ecmwf-hpc2020.job: this is the wrapper script to submit non-interactive jobs on hpc2020

Copy both files from $OIFS_HOME/bin into your experiment directory.

Code Block
languagebash
themeMidnight
cd $PERM/i4xc/2016092500
cp $OIFS_HOME/bin/oifs-run .
cp $OIFS_HOME/bin/exp-config.h .
cp $OIFS_HOME/bin/run.ecmwf-hpc2020.job

Determine experiment parameters

...