Versions Compared

Key

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

...

Example: 
On the ECMWF hpc2020 our model installation $OIFS_HOME will be in $HOME/openifs and for the experiment we extract the i4xc package in $PERM. The experiment directory shall therefore be $PERM/i4xc/2016092500

Ensure the namelist files for the atmospheric model (fort.4) and for the wave model (wam_namelist) are found in the experiment directory.

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.
  • config.h: this is configuration file that determines settings for your experiment. It will be read by oifs-run. 

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

Code Block
languagebash
themeMidnight
cp i4xc.tgz $PERM
cd $PERM
tar -xvzf i4xc.tgz
cd ./i4xc/2016092500
cp $OIFS_HOME/bin/oifs-run .
cp $OIFS_HOME/bin/config.h .