LFRic Core

Author

Claude Code

Source: submodules/lfric_core/

LFRic Core provides the underlying infrastructure for the Momentum® Atmosphere model and associated applications.

Structure

lfric_core/
├── applications/     # Standalone applications built on core infrastructure
├── components/
│   ├── coupling/     # OASIS-MCT coupling infrastructure
│   ├── driver/       # Top-level model driver
│   ├── inventory/    # Component inventory/registry
│   ├── lfric-xios/   # XIOS I/O server integration
│   └── science/      # Science parameterisation interfaces
├── infrastructure/   # Core infrastructure (mesh, fields, parallelism)
├── mesh_tools/       # Mesh generation utilities
├── rose-stem/        # Rose/Cylc test suite
└── documentation/    # Sphinx-based docs

Key Resources