Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.67 KB

version_5.20_updates.rst

File metadata and controls

42 lines (26 loc) · 1.67 KB

Version 5.20 Updates

Version 5.20.0

  • At ECMWF:
    • Installed 2023-10-03
    • Built with Magics 4.14.2
    • Built with ecCodes 2.32.0
    • Built with ODC version 1.4.6

HEALPix support

In order to plot a GRIB file with data in HEALPix grid, it is suggested to convert to Geopoints, and plot the result with Symbol Plotting (:func:`msymb`).

Fixes:

  • :func:`regrid`: fixed issue when regridding wind components (e.g. U/V) to a regular lat/lon grid; the values at the poles now vary as if in a ring, in conformance with the WMO standard
  • :func:`regrid`: fixed performance issue when processing ORCA grids from GRIB
  • :func:`nearest_gridpoint`: fixed issue when the input is one of: Lambert Azimuthal Equal Area, Mercator, HEALPix
  • :func:`flextra_run`: fixed issue where it could pick up the definition files of a different ecCodes from the one that FLEXTRA was built with