Versions Compared

Key

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

...

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 4 GB of disk space for the model sources, the bundle packages, and the built model binaries. 

Code Block
languagebash
themeMidnight
git clone ssh://git@git.ecmwf.int/~daha/openifs-main-git.git

...

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

The option -e defines the compiler environment (intel or gnu).

Run the build process and test the tests using the following command:

...

This will build the model binaries for the selected compiler (how do I select it?) and will run the ifs-test t21 and t42 tests.

...