Versions Compared

Key

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

...

Create your local installation of OpenIFS 48R1.1 by downloading extracting the tarball containing the model source package. The tarball can be downloaded from this web site: https://sites.ecmwf.int/openifs/openifs-data/src/48r1/openifs-48r1.tar.gz. Please note that access to this web site is restricted to registered OpenIFS users with valid ECMWF login credentials.

In the example below we assume the OpenIFS model shall be installed in the user's HOME directory and that the wget utility is available for convenient download: 

Code Block
languagebash
themeMidnight
cd $HOME
wget https://sites.ecmwf.int/openifs/openifs-data/src/48r1/openifs-48r1.tar.gz
tar -xvzf openifs-48r1.tar.gz

...