Skip to content

0.28.0 - 2022-03-02

Compare
Choose a tag to compare
@wdeconinck wdeconinck released this 03 Mar 17:05
· 591 commits to develop since this release

Added

  • Assignment of ArrayView from ArrayView
  • Grid "regional_variable_resolution" via a new VariableResolutionProjection
  • CubedSphereDualMeshGenerator
  • VortexRollup function as analytical field for initialising data
  • ConvexSphericalPolygon utility class
  • Improve Projection::Jacobian
  • Initial implementation for bilinear interpolation for unstructured meshes

Changed

  • Use new eckit (1.19.0) Sparse and Dense linear algebra API
  • General robustness improvements to CubedSphere to using functionspaces with various halos

Fixed

  • Workarounds to fix compilation with Fujitsu compiler
  • Workarounds to avoid Cray compiler problems with certain flag combinations
  • CellColumns::haloExchange for meshes with multiple element types
  • Computation of HEALPix mesh remote indices.