Versions Compared

Key

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

...

The most important environment variable is OIFS_HOME, which describes the location of the OpenIFS model installation. The This variable is required by all scripts used by the model.

Hence, the path where the git repository is was extracted will need to will be set to $OIFS_HOME.   For example, if you clone the repository into your $HOME directory , you should set:

Code Block
languagebash
themeMidnight
export OIFS_HOME=$HOME/openifs-main-git/openifs_48R1.0/

This variable could be set in your shell configuration (e.g. in .bashrc) or in by using a separate OpenIFS platform configuration script, which we will be discussing in a later section and which could be loaded prior to using OpenIFS. We describe the set up of the platform configuration script in a later section on this page. 

 Build OpenIFS

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

...