You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Obtaining the OpenIFS package

Create your local installation of OpenIFS 48R1.0 by cloning or branching from the git repository with the OpenIFS package. The location will be your new OIFS_HOME place.  You will need approximately XX GB of disk space.

git clone ssh://git@git.ecmwf.int/~daha/openifs-main-git.git

Please note that currently access to this repository is restricted to a limited number of users.

 Build OpenIFS

The $OIFS_HOME/bin/openifs-test.sh script can be used to build the model and run initial tests. 

Edit the script and in line 16 set the location of your OIFS_HOME directory which is the location where you have extracted the git repository and where this script should be located.

The usage of the script is shown with the command:  openifs-test.sh -h

Run the build and test using the following command:

cd $OIFS_HOME
./bin/openifs-test.sh -cbt

Note: It is normal to see warnings during the build process.

 Run a forecast experiment


  • No labels