Skip to content

Releases: MetOffice/lfric_core

vn3.1

04 Mar 08:53
0bba602

Choose a tag to compare

LFRic Core vn3.1 release notes

Key Changes

  • New api for namelist configuration access #175, the old method of access is deprecated. Usage is detailed in the Using the config object
  • Changes to the partitioning strategy so that MPI ranks for cubed-sphere runs are no longer limited to a factor of 6, and can now run with a factor of 2 or 3. #220

Breaking Changes

These changes will affect suites upgrading to this release

  • No known breaking changes at this release.

Known Issues

  • No known issues at this release.

Linked Changes

This release is part of the 2026.03.1 Simulation Systems Release..

What's Changed

Read more

vn3.0

11 Dec 10:14
da8a926

Choose a tag to compare

LFRic Core vn3.0 Release Notes

Full Changelog: core2.2...vn3.0

This is the first GitHub release of LFRic Core. Please see the refreshed Working Practices for details on how to migrate branches and work with GitHub.

Key Changes

  • Additional infrastructure has been added to support flexible checkpointing in LFRic Apps. This includes, a key_value_collection_iterator class, string splitting functionality, and some refactoring of the lfric_xios component to allow multiple checkpoint files to be written (ticket:4020).
  • Mesh generators now have OpenMP support for generating partitioned meshes, enabling generation of meshes in a reasonable time when running at scale (for example, running a 10km global model on several thousand ranks can now be done in a few minutes on 32 cores).
  • Sphinx based documentation hosted on GitHub

Linked Codebases

This release is part of the 2025.12.1 Simulation Systems Release.