Skip to content

0.34.0 - 2023-07-10

Compare
Choose a tag to compare
@wdeconinck wdeconinck released this 05 Oct 11:54
· 328 commits to develop since this release

Added

  • Fieldset::metadata (#126)
  • Fieldset::adjointHaloExchange
  • Field/Fieldset::clone method
  • Functions to enable/disable FPE
  • Add function to build mesh from imported connectivity data (#135)
  • Implement field::for_each capabilities (#139)
  • Introduce colon-separated environment variable ATLAS_PLUGIN_PATH to simplify plugin detection
  • Introduce atlas::mdspan, contributed from github.com/kokkos/mdspan
  • Add function Field::horizontal_dimension() -> std::vector<idx_t>
  • Setup horizontal_dimensions() for BlockStructuredColumns fields
  • Upgrade the halo exchange procedure for the function space 'PointCloud' (#120)

Fixed

  • Enable latitude normalisation in KDTree coordinate transform (#140)
  • Fix LocalView indexing bug for non-contiguous slices
  • C++17 flag public propagation to downstream C++ CMake packages
  • Fix cells().global_index() metadata for RegularLonLat grids in StructuredMeshGenerator
  • BuildHalo: mark interior added cells as ghost