Versions Compared

Key

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

...

In your command line you should type   export type

No Format
export OIFS_CHEM=enable

enable   to overwrite the default setting in oifs.fcm (or alternatively you can edit the variable in file oifs.fcm)

Further you should make a choice whether you want to build with XIOS server support, in that case set appropriate environment variables. Otherwise set   

No Format
export OIFS_XIOS=disable

to    to disable XIOS. 

Then compile the model using fcm (here with verbose output and with 12 16 parallel child processes):

No Format
cd $OIFS_HOME/make
fcm make -v -j 16 -f oifs.fcm

Only You should only proceed further after the code has compiled and all the executables were built without errors.

...