From af25850b92febd7120d3bb9b8f089182e1480463 Mon Sep 17 00:00:00 2001 From: Thomas Bendall <14180399+tommbendall@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:47:32 +0000 Subject: [PATCH 1/3] remove indexing from 2D field --- .../sci_w3_to_w2_correction_kernel_mod.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/science/source/kernel/inter_function_space/sci_w3_to_w2_correction_kernel_mod.F90 b/components/science/source/kernel/inter_function_space/sci_w3_to_w2_correction_kernel_mod.F90 index 879d7f84c..24efd3b3b 100644 --- a/components/science/source/kernel/inter_function_space/sci_w3_to_w2_correction_kernel_mod.F90 +++ b/components/science/source/kernel/inter_function_space/sci_w3_to_w2_correction_kernel_mod.F90 @@ -197,7 +197,7 @@ subroutine w3_to_w2_correction_code( & ! Add contribution to the averaged W2 field. Factor of 0.5 as there ! is a contribution from each face field_w2(map_w2(face)+k) = field_w2(map_w2(face)+k) - & - 0.5_r_def * gradient * displacement(map_w2h_2d(face)+k) + 0.5_r_def * gradient * displacement(map_w2h_2d(face)) end do else @@ -210,7 +210,7 @@ subroutine w3_to_w2_correction_code( & ! Add contribution to the averaged W2 field. Factor of 0.5 as there ! is a contribution from each face field_w2(map_w2(face)+k) = field_w2(map_w2(face)+k) - & - 0.5_r_def * gradient * displacement(map_w2h_2d(face)+k) + 0.5_r_def * gradient * displacement(map_w2h_2d(face)) end do end if end if From c6b06dd6daed08ea21c1e04ee459d2c7c9197c36 Mon Sep 17 00:00:00 2001 From: Thomas Bendall <14180399+tommbendall@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:16:04 +0000 Subject: [PATCH 2/3] add myself to contributors --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 65f2e4058..51fc9ce06 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,3 +7,4 @@ | jennyhickson | Jenny Hickson | Met Office | 2025-12-10 | | mo-marqh | Mark Hedley | Met Office | 2025-12-11 | | MatthewHambley | Matthew Hambley | Met Office | 2025-12-15 | +| tommbendall | Thomas Bendall | Met Office | 2026-01-15 | \ No newline at end of file From e118a49a22fff0fe2502126b787826d1f181f58b Mon Sep 17 00:00:00 2001 From: Thomas Bendall <14180399+tommbendall@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:15:04 +0000 Subject: [PATCH 3/3] remove myself from contributors --- CONTRIBUTORS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 51fc9ce06..65f2e4058 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,4 +7,3 @@ | jennyhickson | Jenny Hickson | Met Office | 2025-12-10 | | mo-marqh | Mark Hedley | Met Office | 2025-12-11 | | MatthewHambley | Matthew Hambley | Met Office | 2025-12-15 | -| tommbendall | Thomas Bendall | Met Office | 2026-01-15 | \ No newline at end of file