ECMWF is updating the default versions of its software packages and libraries used across all user platforms at the centre as part of the regular update cycle.
The changes will take place on Wednesday 25 November 2020 10:00 - 10:30 UTC |
All user platforms at the centre will see their default additional software stack updated:
|
The next defaults are tagged as "nov20" in modules. After the session the previous defaults will be tagged as "old" |
A number of bug fixes and performance improvements have been introduced on the different versions to become default. Here are some of the most relevant new features in respect to the previous default set of versions:
Metview's new Regrid module brings new possibilities in gridding and transformation of data
Users are strongly encouraged to test their software applications and data processing chain with the new versions of the various software packages before the date of the change to the default versions. |
The new versions of the software packages can be selected by using the nov20 tag in modules. For example:
module swap metview/nov20 module load Magics/nov20 module load bufrdc/nov20 module swap eccodes/nov20 |
Users that experience problems with the new default software packages after the update will be able to revert to the old default versions. These can be selected with the commands:
module swap metview/old module load Magics/old module load bufrdc/old module swap eccodes/old |
Please let ECMWF know if you need to revert to the old version of any of the packages after the update of the defaults has taken place. |
This table summarises the changes in the version of the different packages:
Package | Default version | Release notes | Download page | |
---|---|---|---|---|
Before | After | |||
CodesUI | 1.3.1 | 1.4.1 | CodesUI - Releases | |
ecCodes | 2.17.1 | 2.19.1 | Latest news | ecCodes Releases |
ecFlow | 4.17.2 | 4.17.2 (no change) | ecFlow Releases | |
ecFlow/5 | 5.4.0 | 5.5.3 | ecFlow Releases | |
Magics | 4.3.3 | 4.5.1 | Latest News | Magics Releases |
Metview | 5.8.3 | 5.10.1 | Metview Releases Metview Bundle | |
ODB API | 0.19.4 | 0.19.5 | Change history | ODB API Releases |
ODC | 1.0.0 | 1.1.1 | - | - |
Please see the Release notes for full details of the changes implemented in each package.
ecCodes is now the official ECMWF encoder and decoder for GRIB and BUFR formats. It superseded GRIB-API, for the GRIB format, and EMOSLIB, for the BUFR. If you still use any of those, we encourage you to migrate to ecCodes. EMOSLIB is, in fact, no longer updated. The standalone BUFRDC package is also installed to help in the migration. |
Package | Default version | |
---|---|---|
Before | After | |
BUFRDC | 4.6.3 | 4.6.4 |
ParameterNumber for Snow Depth (141) is now 254 instead of 11 when encoding in GRIB2 format.
The GRIB edition 2 for 141 encoding was wrong in previous versions of ecCodes: The parameterNumber should be 60, not 11 because 11 is the physical depth not the one converted to water volume.
In older versions, both paramIds 141 and 3066 shared the same GRIB2 representation and the consequence of that was 141 was obfuscated by 3066 (water converted depth is obfuscated but the true physical depth!)
From ecCodes 2.19 onwards, this parameter uses local GRIB2 encoding in ECMWF local table 1:
discipline = 0; parameterCategory = 1; parameterNumber = 254; localTablesVersion = 1 ; |