This page has a list of known issues related to the use of the grib-api and ecCodes libraries.
OpenIFS 38r1 and 40r1v1 fails with ecCodes |
OpenIFS 38r1 (all versions) and 40r1v1 need a small code change to work with the ECMWF ecCodes library. This is because of the use of a deprecated grib related subroutine that was replaced in ecCodes. The compilation will fail with a message similar to:
For these versions, make the following change to the code. Edit Change line 671 (in subroutine
to
This change has been tested against grib-api and eccodes libraries and gives bit identical results. |
OpenIFS 40r1 fails with grib_api less than 1.11.0 |
The minimum version of the grib_api library for OpenIFS 40r1 is 1.11.0. If you see the following error when compiling, please upgrade your version of grib-api / ecCodes:
|