Versions Compared

Key

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

...

Create your local installation of OpenIFS 48R1.1 by cloning or branching from the git repository with the OpenIFS package. 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 that the wget utility is available:

Code Block
languagebash
themeMidnight
gitcd clone --single-branch --branch release ssh$HOME
wget https://git@gitsites.ecmwf.int/oifs/openifs/openifs-data/src/48r1/openifs-48r1.1.git.tar.gz
tar -xvzf openifs-48r1.tar.gz


Note
  • You will need approximately 4 GB of disk space for the model sources, the bundle packages, and the built model binaries. 
  • Please note that currently access to this repository is restricted to a limited number of users only.

...