From 6b801c4560683febb9c2fba99aa2be81cb15066c Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Wed, 17 Dec 2025 12:22:57 +0000 Subject: [PATCH 1/2] Add LFRic and UKCA to package index --- data/package_index.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data/package_index.yml b/data/package_index.yml index 8692187d0fe3..4d925313eaa7 100644 --- a/data/package_index.yml +++ b/data/package_index.yml @@ -1691,6 +1691,27 @@ tags: climate chemistry atmospheric-modelling atmospheric-chemistry license: MIT +- name: LFRic core + github: MetOffice/lfric_core + description: The core infrastructure of the LFRic model, a next-generation weather and climate model developed by the UK Met Office + categories: scientific + tags: weather climate hpc + license: BSD-3-Clause + +- name: LFRic apps + github: MetOffice/lfric_apps + description: Science application code for the LFRic model, a next-generation weather and climate model developed by the UK Met Office + categories: scientific + tags: weather climate hpc + license: BSD-3-Clause + +- name: UKCA + github: MetOffice/ukca + description: The United Kingdom Chemistry and Aerosols (UKCA) model + categories: scientific + tags: atmospheric-chemistry aerosols climate hpc + license: BSD-3-Clause + # --- Examples / demos / templates --- - name: Fortran 2018 examples From 1a076e42b1202747fd70571c105eb0766032a812 Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Wed, 17 Dec 2025 12:23:19 +0000 Subject: [PATCH 2/2] Drop trailing whitespace in GEOS-Chem entry --- data/package_index.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/package_index.yml b/data/package_index.yml index 4d925313eaa7..9bcce75136f0 100644 --- a/data/package_index.yml +++ b/data/package_index.yml @@ -1686,9 +1686,9 @@ - name: GEOS-Chem github: geoschem/geos-chem - description: Atmospheric chemistry model + description: Atmospheric chemistry model categories: scientific - tags: climate chemistry atmospheric-modelling atmospheric-chemistry + tags: climate chemistry atmospheric-modelling atmospheric-chemistry license: MIT - name: LFRic core