From bdb9fdc313de459cd7d75c84fe352e3245e3ab79 Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:52:50 +0000 Subject: [PATCH 1/2] Add search_reactants label --- src/control/core/diagnostics/asad_chem_flux_diags.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/core/diagnostics/asad_chem_flux_diags.F90 b/src/control/core/diagnostics/asad_chem_flux_diags.F90 index 4f3beb0..7208558 100644 --- a/src/control/core/diagnostics/asad_chem_flux_diags.F90 +++ b/src/control/core/diagnostics/asad_chem_flux_diags.F90 @@ -1412,7 +1412,7 @@ FUNCTION cd_findreaction( numprods, reactants, products, & zhook_handle) RETURN END IF - CYCLE + CYCLE search_reactants END IF ! Otherwise check the names of the products From d2f5e922851459c401e429e597609807bd01b462 Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:57:25 +0000 Subject: [PATCH 2/2] Sign contributers file --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 27b4447..c81a200 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,3 +5,4 @@ | james-bruten-mo | James Bruten | Met Office | 2025-12-09 | | andrewcoughtrie | Andrew Coughtrie | Met Office | 2026-02-10 | | jennyhickson | Jenny Hickson | Met Office | 2026-03-02 | +| Pierre-siddall | Pierre Siddall | Met Office | 2026-03-13 |