Versions Compared

Key

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

...

grib-api (or ecCodes)  - the grib-api library and set of commands for working with and manipulating GRIB files. GRIB is the file format used as input and output for OpenIFS. The grib-api software is available for download from the grib-api software pages. Please use the latest version. Although pre-compiled, binary packages are available, please download the source files and compile it. This is to ensure the same compiler and compiler version is used for the models and grib-api, otherwise errors from mismatching modules are likely. See the grib_api for OpenIFS install page for more details on how to build grib_api for the OpenIFS models.

OpenIFS

...

model

OpenIFS requires the following in order to build and run:

...

python - is required to run some of the tools.

Single column

...

model

...

netCDF - an implementation of netCDF must be available on the system as the models read/write netcdf format.

SCM IDL -optionally requires IDL requirement as some sample scripts are provided to plot the model output.

...

Offline surface model

netCDF - an implementation of netCDF must be available on the system as the models read/write netcdf format.

Perl modules required

Software called FCM is used to compile the model. FCM is provided with OpenIFS. However, note that it may need additional Perl modules installed. The most likely missing modules are: XML::ParserCheck and Time::Piece.

...