Skip to content

0.22.0 - 2020-10-14

Compare
Choose a tag to compare
@wdeconinck wdeconinck released this 14 Oct 12:25
· 959 commits to develop since this release

Fixed

  • Feature INIT_SNAN was not working
  • Support KNearestNeighbour interpolation for functionspace with
    smaller halo than the mesh contains
  • Support array size up to size_t limit

Changed

  • Migration to use ecbuild 3.4
  • ATLAS_BITS_LOCAL can be configured to 32 or 64

Added

  • Fields can be created with given alignment, which adds padding in innermost dimension
  • Added conservative interpolation with "grid-box average" and "grid-box maximum"
  • Missing value definition for fields
  • Add support for missing values in matrix-based interpolation methods
  • Floating point trapping and signal handling mechanism
  • Fortran: GridDistribution constructors
  • Fortran: Domain access
  • Fortran: Get lonlat_bounding_box via domain
  • Possibility to access Jacobian of projections (with only some projections implemented)