Versions Compared

Key

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

...

On the ECMWF hpc2020 our model has been previously installed to $OIFS_HOME which is in $HOME/openifs-48r1.1. For the experiment we extract the ab2a package to $OIFS_EXPT which is in a different location on the file system. The experiment directory shall therefore be $OIFS_EXPT/ab2a/2016092500

You can download the ab2a.tar.gz package either using a web browser via the URL in the box below or you could the wget utility as shown below:

Code Block
languagebash
themeMidnight
cd $OIFS_EXPT
wget https://sites.ecmwf.int/openifs/openifs-data/case_studies/48r1/karl/ab2a.tar.gz
tar -xvzf ab2a.tar.gz

...