Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
Info
titlePrerequisites

You should have completed: the install grib_api and downloaded and unpacked the OpenIFS data files and OpenIFS source code.

Column
width30px

 

Column
width250px
Panel
bgColorwhite
titleBGColorlightlightgrey
titleOn this page

Table of Contents
maxLevel3

Set your environment

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 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 version distributed with OpenIFS)

Code Block
titleIf OpenIFS is in $HOME/ecmwf/oifs
export PATH=$PATH:$HOME/ecmwf/oifs/fcm/bin

 

Build configuration

This is a brief introduction on compiling the OpenIFS model. For a more detailed description of the build system for OpenIFS and the different ways to configure it, see HowTo customize the OpenIFS build.

...