Versions Compared

Key

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

...

Info

The new GRIB-API version 1.16.0 which can recognise all UERRA parameters is currently prepared for release after Monday, June 20. Until then please use the version 1.15.0 which can identify UERRA class of products as per information below.is at least aware of UERRA products (productionStatusOfProcessedData=8/9). There is a newly available temporary 1.16.0 version installed on ECMWF's  ecgate machine as per the information in the box below.

Info
titleGRIB-API 1.16.0 test version on ecgate

There is a temporary test version of GRIB-API 1.16.0 with all UERRA changes installed on ECMWF's premises ecgate. To use it please follow the instructions below:

Code Block
# set up 2 env params:
export PATH=/tmp/emos/uerra/grib_api/bin:$PATH 
export PYTHONPATH=/tmp/emos/uerra/grib_api/lib/python2.7/site\-packages/

# that's it! Verify it:
--> grib_info

grib_api Version *1.16.0*

Default definition files path is used: /var/tmp/emos/uerra/grib_api/share/grib_api/definitions
Definition files path can be changed setting GRIB_DEFINITION_PATH environment variable

Default SAMPLES path is used: /var/tmp/emos/uerra/grib_api/share/grib_api/samples
SAMPLES path can be changed setting GRIB_SAMPLES_PATH environment variable

UERRA-GRIB2 checking tool

...