Versions Compared

Key

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

...

OpenIFS uses software called 'FCM' to handle the compilation of the code. FCM is distributed with OpenIFS in the tarball downloaded from the ftp site.

Before trying to compile OpenIFS, make sure the FCM directory is added to your PATH environment variable so the fcm command can be found (if you already have fcm available on your system, we still recommend using the distributed version distributed with OpenIFS):

Code Block
titleIf e.g. assuming OpenIFS is unpacked in $HOME/ecmwf/oifs
export PATH=$PATH:$HOME/ecmwf/oifs/fcm/bin

...

OIFS_GRIB_API_DIR - Defines the location of the grib_api library. If you followed the example in 'Installing Install grib_api for OpenIFS' it will be installed in $HOME/ecmwf/grib_api_gcc.

...