Versions Compared

Key

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

...

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
  • The option -e defines the compiler environment (intel or gnu). The default is intel. 

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

...

You will need to set up a configuration file for your OpenIFS installation.

  • This file can be located anywhere but the recommended location would be somewhere inside your $OIFS_HOME installation.
  • This file sets global variables for your model installation, depending on your local system, and it will need to be sourced prior to running the model.

...

  • We provide a template file in $OIFS_HOME/bin/oifs48r1-config.sh. You should edit this file and update variable OIFS_HOME with your installation's path.

We recommend that you include the following commandin your shell configuration file (e.g. .bashrc): 

...