From bb8379cb662fc06e23e52a4fdadcab6d09553d92 Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Fri, 4 Sep 2026 16:26:53 +0100
Subject: [PATCH 1/8] rename ral3 to ral4
---
rose-stem/app/lfric_atm/opt/README | 6 +-
...{rose-app-ral3.conf => rose-app-ral4.conf} | 0
...p-ral3_ens.conf => rose-app-ral4_ens.conf} | 0
...p-ral3_scm.conf => rose-app-ral4_scm.conf} | 0
.../common/lfric_atm/tasks_lfric_atm.cylc | 60 +++++++++----------
rose-stem/site/esnz/groups.cylc | 12 ++--
.../site/meto/groups/groups_lfric_atm.cylc | 42 ++++++-------
.../meto/lfric_atm/tasks_lfric_atm_ex1a.cylc | 8 +--
.../site/nci/groups/groups_lfric_atm.cylc | 16 ++---
.../site/nci/lfric_atm/tasks_lfric_atm.cylc | 6 +-
10 files changed, 75 insertions(+), 75 deletions(-)
rename rose-stem/app/lfric_atm/opt/{rose-app-ral3.conf => rose-app-ral4.conf} (100%)
rename rose-stem/app/lfric_atm/opt/{rose-app-ral3_ens.conf => rose-app-ral4_ens.conf} (100%)
rename rose-stem/app/lfric_atm/opt/{rose-app-ral3_scm.conf => rose-app-ral4_scm.conf} (100%)
diff --git a/rose-stem/app/lfric_atm/opt/README b/rose-stem/app/lfric_atm/opt/README
index b514e42add..a0afcc1178 100644
--- a/rose-stem/app/lfric_atm/opt/README
+++ b/rose-stem/app/lfric_atm/opt/README
@@ -53,9 +53,9 @@ Science settings
- murk - use single-species aerosol Murk
- no_aerosol - use no aerosol scheme (fixed cloud drop number)
- no_dust - don't use interactive dust
-- ral3 - regional configuration
-- ral3_ens - extra config for regional ensembles (including stochastic physics)
-- ral3_scm - single column regional physics (includes convection scheme)
+- ral4 - regional configuration
+- ral4_ens - extra config for regional ensembles (including stochastic physics)
+- ral4_scm - single column regional physics (includes convection scheme)
- ral_mixmol_opts - extra options for regional models when using the MoL
transport scheme and mixed solver configuration
- ral_opts - extra options for regional models, including LBC blending weights
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral3.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
similarity index 100%
rename from rose-stem/app/lfric_atm/opt/rose-app-ral3.conf
rename to rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral3_ens.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral4_ens.conf
similarity index 100%
rename from rose-stem/app/lfric_atm/opt/rose-app-ral3_ens.conf
rename to rose-stem/app/lfric_atm/opt/rose-app-ral4_ens.conf
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral3_scm.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf
similarity index 100%
rename from rose-stem/app/lfric_atm/opt/rose-app-ral3_scm.conf
rename to rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf
diff --git a/rose-stem/site/common/lfric_atm/tasks_lfric_atm.cylc b/rose-stem/site/common/lfric_atm/tasks_lfric_atm.cylc
index 0cc0672024..cc7c28641c 100644
--- a/rose-stem/site/common/lfric_atm/tasks_lfric_atm.cylc
+++ b/rose-stem/site/common/lfric_atm/tasks_lfric_atm.cylc
@@ -679,10 +679,10 @@
{# Regional jobs #}
{# ###################################################################### #}
-{% elif task_ns.conf_name == "ral3-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4-seuk_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral_opts","hh_solve"],
+ "opt_confs": ["l70_40km","ral4","ral_opts","hh_solve"],
"resolution": "seuk_MG",
"DT": 60,
"tsteps": 120,
@@ -692,10 +692,10 @@
"plot_str": "plot_map.py -ral $NODAL_DATA_DIR/lfric_diagnostics.nc $PLOT_DIR",
}) %}
-{% elif task_ns.conf_name == "ral3-seuk_ls_and_jedi" %}
+{% elif task_ns.conf_name == "ral4-seuk_ls_and_jedi" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral_opts","hh_solve","ral_ls_and_jedi"],
+ "opt_confs": ["l70_40km","ral4","ral_opts","hh_solve","ral_ls_and_jedi"],
"resolution": "seuk_MG",
"DT": 60,
"tsteps": 120,
@@ -705,10 +705,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "ral3-uk_MG" %}
+{% elif task_ns.conf_name == "ral4-uk_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral_opts","murk","hh_solve"],
+ "opt_confs": ["l70_40km","ral4","ral_opts","murk","hh_solve"],
"resolution": "uk_MG",
"DT": 60,
"tsteps": 360,
@@ -723,10 +723,10 @@
"plot_str": "plot_map.py -ral $NODAL_DATA_DIR/lfric_diagnostics.nc $PLOT_DIR",
}) %}
-{% elif task_ns.conf_name == "ral3-uk_672_MG" %}
+{% elif task_ns.conf_name == "ral4-uk_672_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral_opts","hh_solve"],
+ "opt_confs": ["l70_40km","ral4","ral_opts","hh_solve"],
"resolution": "uk_672x672_MG",
"DT": 60,
"tsteps": 180,
@@ -740,10 +740,10 @@
"plot_str": "plot_map.py -ral $NODAL_DATA_DIR/lfric_diagnostics.nc $PLOT_DIR",
}) %}
-{% elif task_ns.conf_name == "ral3-ukv_MG" %}
+{% elif task_ns.conf_name == "ral4-ukv_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral_opts","hh_solve"],
+ "opt_confs": ["l70_40km","ral4","ral_opts","hh_solve"],
"resolution": "ukv_MG",
"DT": 60,
"tsteps": 360,
@@ -756,10 +756,10 @@
"plot_str": "plot_map.py -ral $NODAL_DATA_DIR/lfric_diagnostics.nc $PLOT_DIR",
}) %}
-{% elif task_ns.conf_name == "ral3-melbourne_MG" %}
+{% elif task_ns.conf_name == "ral4-melbourne_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral_opts","hh_solve"],
+ "opt_confs": ["l70_40km","ral4","ral_opts","hh_solve"],
"resolution": "melbourne_MG",
"DT": 60,
"tsteps": 360,
@@ -773,10 +773,10 @@
"plot_str": "plot_map.py -ral $NODAL_DATA_DIR/lfric_diagnostics.nc $PLOT_DIR",
}) %}
-{% elif task_ns.conf_name == "ral3_ens-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4_ens-seuk_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","ral3_ens","ral_opts","hh_solve"],
+ "opt_confs": ["l70_40km","ral4","ral4_ens","ral_opts","hh_solve"],
"resolution": "seuk_MG",
"DT": 60,
"tsteps": 120,
@@ -788,10 +788,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "ral3_mixmol-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4_mixmol-seuk_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","mol","ral_mixmol_opts"],
+ "opt_confs": ["l70_40km","ral4","mol","ral_mixmol_opts"],
"resolution": "seuk_MG",
"DT": 60,
"tsteps": 120,
@@ -803,10 +803,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "ral3_mixmol-uk_MG" %}
+{% elif task_ns.conf_name == "ral4_mixmol-uk_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","mol","ral_mixmol_opts"],
+ "opt_confs": ["l70_40km","ral4","mol","ral_mixmol_opts"],
"resolution": "uk_MG",
"DT": 60,
"tsteps": 360,
@@ -827,7 +827,7 @@
{% elif task_ns.conf_name == "rce-BiP64x64-1500x1500_MG" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3","hh_solve","no_aerosol","rce"],
+ "opt_confs": ["l70_40km","ral4","hh_solve","no_aerosol","rce"],
"resolution": "BiP64x64-1500x1500_MG",
"DT": 60,
"tsteps": 120,
@@ -841,7 +841,7 @@
{% elif task_ns.conf_name == "comp_tran_ref_3d_l120-BiP64x64-1500x1500_MG" %}
{% do task_dict.update({
- "opt_confs": ["l120_40km","ral3","hh_solve","no_aerosol","comp_tran_ref","3dIdeal"],
+ "opt_confs": ["l120_40km","ral4","hh_solve","no_aerosol","comp_tran_ref","3dIdeal"],
"resolution": "BiP64x64-1500x1500_MG",
"DT": 60,
"tsteps": 1440,
@@ -1112,10 +1112,10 @@
"plot_str": "plot_scm.py $NODAL_DATA_DIR/lfric_diagnostics.nc $PLOT_DIR",
}) %}
-{% elif task_ns.conf_name == "scm_ral3_comp_tran_ref-BiP2x2-50000x50000" %}
+{% elif task_ns.conf_name == "scm_ral4_comp_tran_ref-BiP2x2-50000x50000" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3_scm","no_aerosol","comp_tran_ref"],
+ "opt_confs": ["l70_40km","ral4_scm","no_aerosol","comp_tran_ref"],
"resolution": "BiP2x2-50000x50000",
"DT": 1200,
"tsteps": 216,
@@ -1124,10 +1124,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "scm_ral3_constrain-BiP2x2-50000x50000" %}
+{% elif task_ns.conf_name == "scm_ral4_constrain-BiP2x2-50000x50000" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3_scm","no_aerosol","constrain"],
+ "opt_confs": ["l70_40km","ral4_scm","no_aerosol","constrain"],
"resolution": "BiP2x2-50000x50000",
"DT": 900,
"tsteps": 56,
@@ -1137,10 +1137,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "scm_ral3_dice2-BiP2x2-50000x50000" %}
+{% elif task_ns.conf_name == "scm_ral4_dice2-BiP2x2-50000x50000" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3_scm","no_aerosol","dice2"],
+ "opt_confs": ["l70_40km","ral4_scm","no_aerosol","dice2"],
"resolution": "BiP2x2-50000x50000",
"DT": 600,
"tsteps": 432,
@@ -1149,10 +1149,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "scm_ral3_moruses-BiP2x2-50000x50000" %}
+{% elif task_ns.conf_name == "scm_ral4_moruses-BiP2x2-50000x50000" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3_scm","no_aerosol","dice2","moruses"],
+ "opt_confs": ["l70_40km","ral4_scm","no_aerosol","dice2","moruses"],
"resolution": "BiP2x2-50000x50000",
"DT": 600,
"tsteps": 432,
@@ -1162,10 +1162,10 @@
"xios_min_buffer_size": 2097152,
}) %}
-{% elif task_ns.conf_name == "scm_ral3_urban2t-BiP2x2-50000x50000" %}
+{% elif task_ns.conf_name == "scm_ral4_urban2t-BiP2x2-50000x50000" %}
{% do task_dict.update({
- "opt_confs": ["l70_40km","ral3_scm","no_aerosol","dice2","urban2t"],
+ "opt_confs": ["l70_40km","ral4_scm","no_aerosol","dice2","urban2t"],
"resolution": "BiP2x2-50000x50000",
"DT": 600,
"tsteps": 432,
diff --git a/rose-stem/site/esnz/groups.cylc b/rose-stem/site/esnz/groups.cylc
index 3cf27d5892..9cccb4b740 100644
--- a/rose-stem/site/esnz/groups.cylc
+++ b/rose-stem/site/esnz/groups.cylc
@@ -75,12 +75,12 @@
"lfric_atm_nwp_gal10_coarse_aero-C48_MG_cascade_ifx_fast-debug-64bit",
"lfric_atm_nwp_gal10_ls_and_jedi-C12_cascade_ifx_fast-debug-64bit",
"lfric_atm_scm_gal10_comp_tran_ref-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
- "lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
- "lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
- "lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
- "lfric_atm_ral3-seuk_MG_cascade_ifx_fast-debug-64bit",
- "lfric_atm_ral3_ens-seuk_MG_cascade_ifx_fast-debug-64bit",
- "lfric_atm_ral3_mixmol-seuk_MG_cascade_ifx_fast-debug-64bit",
+ "lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
+ "lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
+ "lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_cascade_ifx_fast-debug-64bit",
+ "lfric_atm_ral4-seuk_MG_cascade_ifx_fast-debug-64bit",
+ "lfric_atm_ral4_ens-seuk_MG_cascade_ifx_fast-debug-64bit",
+ "lfric_atm_ral4_mixmol-seuk_MG_cascade_ifx_fast-debug-64bit",
],
"lfricinputs": [
"lfricinputs_um2lfric-aquaplanet-N48L38_C48L38_cascade_ifx_fast-debug-64bit",
diff --git a/rose-stem/site/meto/groups/groups_lfric_atm.cylc b/rose-stem/site/meto/groups/groups_lfric_atm.cylc
index ed51787c53..b08ce797be 100644
--- a/rose-stem/site/meto/groups/groups_lfric_atm.cylc
+++ b/rose-stem/site/meto/groups/groups_lfric_atm.cylc
@@ -35,9 +35,9 @@
"lfric_atm_nwp_azspice_extra",
],
"lfric_atm_ral_azspice_developer": [
- "lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit",
- "lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit",
- "lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_ral4-seuk_MG_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_ral4_ens-seuk_MG_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_ral4_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit",
],
"lfric_atm_scm_azspice_developer": [
"lfric_atm_scm_gal10_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
@@ -55,9 +55,9 @@
"lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
"lfric_atm_scm_llcs-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
"lfric_atm_scm_rad_gas-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
- "lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
- "lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
- "lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
"lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
"lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
"lfric_atm_scm_hd209458b-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
@@ -78,7 +78,7 @@
"lfric_atm_azspice_extra": [
"lfric_atm_nwp_azspice_extra",
"lfric_atm_clim_gal10_chem-C12_azspice_gnu_fast-debug-32bit",
- "lfric_atm_ral3-seuk_ls_and_jedi_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_ral4-seuk_ls_and_jedi_azspice_gnu_fast-debug-32bit",
"lfric_atm_aquaplanet-C12_azspice_gnu_fast-debug-32bit",
"lfric_atm_thai_ben1-C48_MG_azspice_gnu_fast-debug-32bit",
"lfric_atm_hd209458b-C24_azspice_gnu_fast-debug-32bit",
@@ -102,8 +102,8 @@
"lfric_atm_scm_azspice_developer",
"lfric_atm_scm_gal10_cbl-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
"lfric_atm_scm_gal10_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
- "lfric_atm_scm_ral3_comp_tran_ref-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
- "lfric_atm_scm_ral3_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_scm_ral4_comp_tran_ref-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
+ "lfric_atm_scm_ral4_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit",
],
}) %}
@@ -138,16 +138,16 @@
"lfric_atm_nwp_ex1a_extra",
],
"lfric_atm_ral_ex1a_developer": [
- "lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit",
- "lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit",
- "lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_ral4-seuk_MG_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_ral4_ens-seuk_MG_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_ral4_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit",
],
"lfric_atm_ral_ex1a_weekly": [
- "lfric_atm_ral3-uk_MG_ex1a_cce_production-32bit",
- "lfric_atm_ral3-ukv_MG_ex1a_cce_production-32bit",
- "lfric_atm_ral3_mixmol-uk_MG_ex1a_cce_fast-debug-32bit",
- "lfric_atm_ral3-uk_672_MG_ex1a_cce_production-32bit",
- "lfric_atm_ral3-melbourne_MG_ex1a_cce_production-32bit",
+ "lfric_atm_ral4-uk_MG_ex1a_cce_production-32bit",
+ "lfric_atm_ral4-ukv_MG_ex1a_cce_production-32bit",
+ "lfric_atm_ral4_mixmol-uk_MG_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_ral4-uk_672_MG_ex1a_cce_production-32bit",
+ "lfric_atm_ral4-melbourne_MG_ex1a_cce_production-32bit",
],
"lfric_atm_ral_ex1a": [
"lfric_atm_ral_ex1a_developer",
@@ -169,9 +169,9 @@
"lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
"lfric_atm_scm_llcs-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
"lfric_atm_scm_rad_gas-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
- "lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
- "lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
- "lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
"lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
"lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
"lfric_atm_scm_hd209458b-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit",
@@ -193,7 +193,7 @@
"lfric_atm_ex1a_extra": [
"lfric_atm_nwp_ex1a_extra",
"lfric_atm_clim_gal10_chem-C12_ex1a_cce_fast-debug-32bit",
- "lfric_atm_ral3-seuk_ls_and_jedi_ex1a_cce_fast-debug-32bit",
+ "lfric_atm_ral4-seuk_ls_and_jedi_ex1a_cce_fast-debug-32bit",
"lfric_atm_comp_tran_ref_3d_l120-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit",
"lfric_atm_aquaplanet-C12_ex1a_cce_fast-debug-32bit",
"lfric_atm_thai_ben1-C48_MG_ex1a_cce_fast-debug-32bit",
diff --git a/rose-stem/site/meto/lfric_atm/tasks_lfric_atm_ex1a.cylc b/rose-stem/site/meto/lfric_atm/tasks_lfric_atm_ex1a.cylc
index c2d5c4c210..f7f5840121 100644
--- a/rose-stem/site/meto/lfric_atm/tasks_lfric_atm_ex1a.cylc
+++ b/rose-stem/site/meto/lfric_atm/tasks_lfric_atm_ex1a.cylc
@@ -46,25 +46,25 @@
"memory": [24, "GB"],
}) %}
-{% elif task_ns.conf_name == "ral3-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4-seuk_MG" %}
{% do task_dict.update({
"memory": [24, "GB"],
}) %}
-{% elif task_ns.conf_name == "ral3-seuk_ls_and_jedi" %}
+{% elif task_ns.conf_name == "ral4-seuk_ls_and_jedi" %}
{% do task_dict.update({
"memory": [24, "GB"]
}) %}
-{% elif task_ns.conf_name == "ral3_ens-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4_ens-seuk_MG" %}
{% do task_dict.update({
"memory": [24, "GB"],
}) %}
-{% elif task_ns.conf_name == "ral3_mixmol-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4_mixmol-seuk_MG" %}
{% do task_dict.update({
"memory": [24, "GB"],
diff --git a/rose-stem/site/nci/groups/groups_lfric_atm.cylc b/rose-stem/site/nci/groups/groups_lfric_atm.cylc
index 386ebe4be4..155631b953 100644
--- a/rose-stem/site/nci/groups/groups_lfric_atm.cylc
+++ b/rose-stem/site/nci/groups/groups_lfric_atm.cylc
@@ -28,9 +28,9 @@
"lfric_atm_nwp_gadi_extra",
],
"lfric_atm_ral_gadi_developer": [
- "lfric_atm_ral3-seuk_MG_gadi_intel_production-64bit",
- "lfric_atm_ral3_ens-seuk_MG_gadi_intel_production-64bit",
- "lfric_atm_ral3_mixmol-seuk_MG_gadi_intel_production-64bit",
+ "lfric_atm_ral4-seuk_MG_gadi_intel_production-64bit",
+ "lfric_atm_ral4_ens-seuk_MG_gadi_intel_production-64bit",
+ "lfric_atm_ral4_mixmol-seuk_MG_gadi_intel_production-64bit",
],
"lfric_atm_scm_gadi_developer": [
"lfric_atm_scm_gal10_bomex-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
@@ -44,9 +44,9 @@
"lfric_atm_scm_gal10_toga-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
"lfric_atm_scm_llcs-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
"lfric_atm_scm_rad_gas-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
- "lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
- "lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
- "lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
+ "lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
+ "lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
+ "lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
"lfric_atm_scm_ukca_land-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
"lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_gadi_intel_production-64bit",
"lfric_atm_canned_gadi_intel_fast-debug-64bit",
@@ -81,8 +81,8 @@
"lfric_atm_scm_gadi_developer",
"lfric_atm_scm_gal10_cbl-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
"lfric_atm_scm_gal10_constrain-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
- "lfric_atm_scm_ral3_comp_tran_ref-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
- "lfric_atm_scm_ral3_dice2-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
+ "lfric_atm_scm_ral4_comp_tran_ref-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
+ "lfric_atm_scm_ral4_dice2-BiP2x2-50000x50000_gadi_intel_fast-debug-64bit",
],
}) %}
diff --git a/rose-stem/site/nci/lfric_atm/tasks_lfric_atm.cylc b/rose-stem/site/nci/lfric_atm/tasks_lfric_atm.cylc
index 936d55cd84..1264991dd0 100644
--- a/rose-stem/site/nci/lfric_atm/tasks_lfric_atm.cylc
+++ b/rose-stem/site/nci/lfric_atm/tasks_lfric_atm.cylc
@@ -59,19 +59,19 @@
{# Regional jobs #}
{# ###################################################################### #}
-{% elif task_ns.conf_name == "ral3-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4-seuk_MG" %}
{% do task_dict.update({
"memory": [64, "GB"]
}) %}
-{% elif task_ns.conf_name == "ral3_ens-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4_ens-seuk_MG" %}
{% do task_dict.update({
"memory": [64, "GB"]
}) %}
-{% elif task_ns.conf_name == "ral3_mixmol-seuk_MG" %}
+{% elif task_ns.conf_name == "ral4_mixmol-seuk_MG" %}
{% do task_dict.update({
"memory": [64, "GB"]
From f34e71940c5c02dffd98eecfe845504c48efff95 Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Tue, 8 Sep 2026 09:37:01 +0100
Subject: [PATCH 2/8] update input files
---
.../lfric_atm/opt/rose-app-melbourne_MG.conf | 8 +++---
.../app/lfric_atm/opt/rose-app-seuk_MG.conf | 28 +++++++++----------
.../lfric_atm/opt/rose-app-uk_672x672_MG.conf | 10 +++----
.../app/lfric_atm/opt/rose-app-uk_MG.conf | 8 +++---
.../app/lfric_atm/opt/rose-app-ukv_MG.conf | 8 +++---
5 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-melbourne_MG.conf b/rose-stem/app/lfric_atm/opt/rose-app-melbourne_MG.conf
index 96c99e0e77..2958efb6f2 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-melbourne_MG.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-melbourne_MG.conf
@@ -13,8 +13,8 @@ aerosols_ancil_path='aerosol_clims/glomap/glomap_clim_n48_v2.ugrid'
ancil_directory='$BIG_DATA_DIR/ancils/proto-ral/Ticket255/Melbourne/'
hydtop_ancil_path='hydrol_lsh/hydrosheds/qrparm.hydtop.ugrid'
land_area_ancil_path='land_sea_mask/qrparm.mask.ugrid.fixed'
-lbc_directory='$BIG_DATA_DIR/lbcs/proto-ral/Ticket255/Melbourne'
-lbc_filename='RAL3P2_alabc_lfric_000_fixedtime'
+lbc_directory='$DATADIR/ral4b1/melbourne'
+lbc_filename='alabc_lfric'
orography_mean_ancil_path='orography/gmted_ramp2/v2/qrparm.orog.ugrid'
orography_subgrid_ancil_path='orography/gmted_ramp2/v2/qrparm.orog.ugrid'
ozone_ancil_path='ozone/sparc/1994-2005/qrclim.ozone_L70_O70.ugrid'
@@ -23,8 +23,8 @@ sea_ancil_path='general_sea/GlobColour/qrclim.sea.ugrid'
sea_ice_ancil_path='seaice/hadisst_6190/v4/qrclim.seaice.ugrid'
soil_ancil_path='qrparm.soil_cci.ugrid'
sst_ancil_path='sst/hadisst_6190/v1/qrclim.sst.ugrid'
-start_dump_directory='$BIG_DATA_DIR/start_dumps/proto-ral/Ticket255/Melbourne'
-start_dump_filename='start_dump'
+start_dump_directory='$DATADIR/ral4b1/melbourne'
+start_dump_filename='astart_lfric'
surface_frac_ancil_path='qrparm.veg.frac.ugrid'
[namelist:initialization]
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf b/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf
index 94e80dd45b..0456a8e4e7 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf
@@ -9,23 +9,23 @@ file_prefix='mesh_seuk_MG'
topology='non_periodic'
[namelist:files]
-aerosols_ancil_path='aerosol_clims/glomap/glomap_clim_n48_v2.ugrid'
-ancil_directory='$BIG_DATA_DIR/ancils/proto-ral/Ticket3510/seuk'
+aerosols_ancil_path='aerosol_clims/glomap/qrclim.aerosols_L70_O70.ugrid'
+ancil_directory='/home/users/anne.mccabe/cylc-run/u-bu503/SEUK_64x64/share/data/ancils/SEUK_64x64'
hydtop_ancil_path='hydrol_lsh/hydrosheds/qrparm.hydtop.ugrid'
-land_area_ancil_path='land_sea_mask/qrparm.mask.ugrid.fixed'
-lbc_directory='$BIG_DATA_DIR/lbcs/proto-ral/Ticket3510/seuk'
-lbc_filename='checkpoint_um2lfric_000001_fixedtime_date'
-orography_mean_ancil_path='orography/gmted_ramp2/qrparm.orog.ugrid'
-orography_subgrid_ancil_path='orography/gmted_ramp2/qrparm.orog.ugrid'
+land_area_ancil_path='land_sea_mask/cci/qrparm.mask.ugrid'
+lbc_directory='$DATADIR/ral4b1/seuk'
+lbc_filename='alabc_lfric'
+orography_mean_ancil_path='orography/SRTM_3arc/v3/qrparm.orog_merged.ugrid'
+orography_subgrid_ancil_path='orography/SRTM_3arc/v3/qrparm.orog_merged.ugrid'
ozone_ancil_path='ozone/sparc/1994-2005/qrclim.ozone_L70_O70.ugrid'
-plant_func_ancil_path='qrparm.veg.func.ugrid'
+plant_func_ancil_path='vegetation/func_type_modis/qrparm.veg.func.ugrid'
sea_ancil_path='general_sea/GlobColour/qrclim.sea.ugrid'
-sea_ice_ancil_path='seaice/hadisst_6190/v4/qrclim.seaice.ugrid'
-soil_ancil_path='qrparm.soil_cci.ugrid'
-sst_ancil_path='sst/hadisst_6190/v1/qrclim.sst.ugrid'
-start_dump_directory='$BIG_DATA_DIR/start_dumps/proto-ral/Ticket3510/seuk'
-start_dump_filename='checkpoint_um2lfric_000001'
-surface_frac_ancil_path='qrparm.veg.frac.ugrid'
+sea_ice_ancil_path='sstice/hadisst_6190/qrclim.seaice.ugrid'
+soil_ancil_path='soil_parameters/hwsd_vg/qrparm.soil.ugrid'
+sst_ancil_path='sstice/hadisst_6190/qrclim.sst.ugrid'
+start_dump_directory='$DATADIR/ral4b1/seuk'
+start_dump_filename='astart_lfric'
+surface_frac_ancil_path='vegetation/fractions_cci/qrparm.veg.frac.ugrid'
[namelist:initialization]
lbc_option='um2lfric_file'
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-uk_672x672_MG.conf b/rose-stem/app/lfric_atm/opt/rose-app-uk_672x672_MG.conf
index 5647429d3f..45942df6e8 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-uk_672x672_MG.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-uk_672x672_MG.conf
@@ -10,11 +10,11 @@ topology='non_periodic'
[namelist:files]
aerosols_ancil_path='aerosol_clims/glomap/qrclim.aerosols_L70_O70.ugrid'
-ancil_directory='$BIG_DATA_DIR/ancils/proto-ral/Ticket255/uk_672x672_updated'
+ancil_directory='/data/users/raltrials/ancils/LFRic/UK_672x672_1p5km/lfric'
hydtop_ancil_path='hydrol_lsh/hydrosheds/qrparm.hydtop.ugrid'
land_area_ancil_path='land_sea_mask/qrparm.mask.ugrid'
-lbc_directory='$BIG_DATA_DIR/lbcs/proto-ral/Ticket255/uk_672x672'
-lbc_filename='short'
+lbc_directory='$DATADIR/ral4b1/uk_672x672'
+lbc_filename='alabc_lfric'
orography_mean_ancil_path='orography/globe30/qrparm.orog.ugrid'
orography_subgrid_ancil_path='orography/globe30/qrparm.orog.ugrid'
ozone_ancil_path='ozone/undefined/qrclim.ozone_L70_O70.ugrid'
@@ -23,8 +23,8 @@ sea_ancil_path='general_sea/GlobColour/qrclim.sea.ugrid'
sea_ice_ancil_path='seaice/hadisst_6190/v4/qrclim.seaice.ugrid'
soil_ancil_path='qrparm.soil_cci.ugrid'
sst_ancil_path='sst/hadisst_6190/v1/qrclim.sst.ugrid'
-start_dump_directory='$BIG_DATA_DIR/start_dumps/proto-ral/Ticket255/uk_672x672'
-start_dump_filename='RAL3P2_astart_lfric'
+start_dump_directory='$DATADIR/ral4b1/uk_672x672'
+start_dump_filename='astart_lfric'
surface_frac_ancil_path='qrparm.veg.frac.ugrid'
[namelist:initialization]
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-uk_MG.conf b/rose-stem/app/lfric_atm/opt/rose-app-uk_MG.conf
index a2a458a49f..d161939041 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-uk_MG.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-uk_MG.conf
@@ -13,8 +13,8 @@ aerosols_ancil_path='aerosol_clims/glomap/glomap_clim_n48_v2.ugrid'
ancil_directory='$BIG_DATA_DIR/ancils/proto-ral/Ticket3510/uk'
hydtop_ancil_path='hydrol_lsh/hydrosheds/qrparm.hydtop.ugrid'
land_area_ancil_path='land_sea_mask/qrparm.mask.ugrid.fixed'
-lbc_directory='$BIG_DATA_DIR/lbcs/proto-ral/Ticket3510/uk_new'
-lbc_filename='lbc_fixedtime_000'
+lbc_directory='$DATADIR/ral4b1/uk'
+lbc_filename='alabc_lfric'
orography_mean_ancil_path='orography/gmted_ramp2/qrparm.orog.ugrid'
orography_subgrid_ancil_path='orography/gmted_ramp2/qrparm.orog.ugrid'
ozone_ancil_path='ozone/sparc/1994-2005/qrclim.ozone_L70_O70.ugrid'
@@ -23,8 +23,8 @@ sea_ancil_path='general_sea/GlobColour/qrclim.sea.ugrid'
sea_ice_ancil_path='seaice/hadisst_6190/v4/qrclim.seaice.ugrid'
soil_ancil_path='qrparm.soil_cci.ugrid'
sst_ancil_path='sst/hadisst_6190/v1/qrclim.sst.ugrid'
-start_dump_directory='$BIG_DATA_DIR/start_dumps/proto-ral/Ticket3510/uk_new'
-start_dump_filename='checkpoint_um2lfric_000001'
+start_dump_directory='$DATADIR/ral4b1/uk'
+start_dump_filename='astart_lfric'
surface_frac_ancil_path='qrparm.veg.frac.ugrid'
[namelist:initialization]
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ukv_MG.conf b/rose-stem/app/lfric_atm/opt/rose-app-ukv_MG.conf
index 4dd29e091c..4b88de418b 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-ukv_MG.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-ukv_MG.conf
@@ -13,8 +13,8 @@ aerosols_ancil_path='aerosol_clims/glomap/glomap_clim_n48_v2.ugrid'
ancil_directory='$BIG_DATA_DIR/ancils/proto-ral/Ticket4248/var_uk'
hydtop_ancil_path='hydrol_lsh/hydrosheds/qrparm.hydtop.ugrid'
land_area_ancil_path='land_sea_mask/qrparm.mask.ugrid.fixed'
-lbc_directory='$BIG_DATA_DIR/lbcs/proto-ral/Ticket4248/var_uk'
-lbc_filename='lbc_fixedtime_000'
+lbc_directory='$DATADIR/ral4b1/ukv'
+lbc_filename='alabc_lfric'
orography_mean_ancil_path='orography/gmted_ramp2/qrparm.orog_horizon.ugrid'
orography_subgrid_ancil_path='orography/gmted_ramp2/qrparm.orog_horizon.ugrid'
ozone_ancil_path='ozone/sparc/1994-2005/qrclim.ozone_L70_O70.ugrid'
@@ -23,8 +23,8 @@ sea_ancil_path='general_sea/GlobColour/qrclim.sea.ugrid'
sea_ice_ancil_path='seaice/hadisst_6190/v4/qrclim.seaice.ugrid'
soil_ancil_path='qrparm.soil_cci.ugrid'
sst_ancil_path='sst/hadisst_6190/v1/qrclim.sst.ugrid'
-start_dump_directory='$BIG_DATA_DIR/start_dumps/proto-ral/Ticket4248/var_uk'
-start_dump_filename='checkpoint_um2lfric_000001'
+start_dump_directory='$DATADIR/ral4b1/ukv'
+start_dump_filename='astart_lfric'
surface_frac_ancil_path='qrparm.veg.frac.ugrid'
[namelist:initialization]
From 6dd7f8a0950ab966468153c1fe4149e5fb27c781 Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Tue, 8 Sep 2026 12:03:50 +0100
Subject: [PATCH 3/8] science changes
---
rose-stem/app/lfric_atm/file/file_def_lbcs.xml | 3 ++-
rose-stem/app/lfric_atm/file/iodef_ral.xml | 1 +
rose-stem/app/lfric_atm/file/iodef_ral_ls_and_jedi.xml | 1 +
rose-stem/app/lfric_atm/opt/rose-app-ral4.conf | 2 +-
.../app/lfric_atm/opt/rose-app-ral_mixmol_opts.conf | 10 ++++++----
rose-stem/app/lfric_atm/opt/rose-app-ral_opts.conf | 10 ++++++----
6 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/rose-stem/app/lfric_atm/file/file_def_lbcs.xml b/rose-stem/app/lfric_atm/file/file_def_lbcs.xml
index 71ebdf7b49..90fd2d0140 100644
--- a/rose-stem/app/lfric_atm/file/file_def_lbcs.xml
+++ b/rose-stem/app/lfric_atm/file/file_def_lbcs.xml
@@ -6,7 +6,8 @@
-
+
+
diff --git a/rose-stem/app/lfric_atm/file/iodef_ral.xml b/rose-stem/app/lfric_atm/file/iodef_ral.xml
index eb4a683434..7b4533a402 100644
--- a/rose-stem/app/lfric_atm/file/iodef_ral.xml
+++ b/rose-stem/app/lfric_atm/file/iodef_ral.xml
@@ -51,6 +51,7 @@
+
diff --git a/rose-stem/app/lfric_atm/file/iodef_ral_ls_and_jedi.xml b/rose-stem/app/lfric_atm/file/iodef_ral_ls_and_jedi.xml
index 105bf6afa4..3dc855a738 100644
--- a/rose-stem/app/lfric_atm/file/iodef_ral_ls_and_jedi.xml
+++ b/rose-stem/app/lfric_atm/file/iodef_ral_ls_and_jedi.xml
@@ -52,6 +52,7 @@
+
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
index 6414e727e9..a95c1ca04d 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
@@ -154,7 +154,7 @@ orog_init_option='start_dump'
!!convection_placement='fast'
electric_placement='slow'
!!orographic_drag_placement='slow'
-smagorinsky_placement='fast'
+smagorinsky_placement='outer'
!!spectral_gwd_placement='slow'
[namelist:radiation]
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral_mixmol_opts.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral_mixmol_opts.conf
index 67ff155bd6..5bea5429ae 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-ral_mixmol_opts.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-ral_mixmol_opts.conf
@@ -7,10 +7,10 @@ topology='non_periodic'
blend_frequency='inner'
blending_weights=7*1.0,0.8,0.6,0.2
blending_weights_w2v=7*1.0,0.8,0.6,0.2
-lbc_bal_meth='keep_rho'
-lbc_eos_height=10
+lbc_bal_meth='keep_exner_eos_lev'
+lbc_eos_height=0
lbc_method='onion_layer'
-lbc_sort_theta=.true.
+lbc_sort_theta=.false.
limited_area=.true.
normal_only=.true.
output_lbcs=.true.
@@ -18,7 +18,9 @@ solver_boundary_depth=4
transport_boundary_depth=7
[namelist:initialization]
-init_eos_height=38
+!!init_eos_height=100
+init_exner_method='dump'
+init_sort_theta=.false.
read_w2h_wind=.true.
sst_source='start_dump'
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral_opts.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral_opts.conf
index 4ed90e54f3..0beca61f80 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-ral_opts.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-ral_opts.conf
@@ -7,10 +7,10 @@ topology='non_periodic'
blend_frequency='inner'
blending_weights=1.0,1.0,1.0,1.0,0.9,0.7,0.5,0.3,0.1
blending_weights_w2v=1.0,1.0,1.0,1.0,0.9,0.7,0.5,0.3,0.1
-lbc_bal_meth='keep_rho'
-lbc_eos_height=10
+lbc_bal_meth='keep_exner_eos_lev'
+lbc_eos_height=0
lbc_method='onion_layer'
-lbc_sort_theta=.true.
+lbc_sort_theta=.false.
limited_area=.true.
normal_only=.true.
output_lbcs=.true.
@@ -18,7 +18,9 @@ solver_boundary_depth=4
transport_boundary_depth=4
[namelist:initialization]
-init_eos_height=38
+!!init_eos_height=100
+init_exner_method='dump'
+init_sort_theta=.false.
read_w2h_wind=.true.
sst_source='start_dump'
From cbb3d15d55d2b49710f0966f09416a020280e9d7 Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Tue, 8 Sep 2026 12:06:49 +0100
Subject: [PATCH 4/8] make consistent
---
rose-stem/app/lfric_atm/opt/rose-app-cbl_lem.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-cbl_lem.conf b/rose-stem/app/lfric_atm/opt/rose-app-cbl_lem.conf
index 5bb096d846..7028367bcc 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-cbl_lem.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-cbl_lem.conf
@@ -164,7 +164,7 @@ partitioner='planar'
!!microphysics_placement='slow'
!!orographic_drag_placement='slow'
!!radiation_placement='slow'
-smagorinsky_placement='fast'
+smagorinsky_placement='outer'
!!spectral_gwd_placement='slow'
[!!namelist:radiation]
From 08aa460da8fd2cf1ddb1769dc55d2e66c16081da Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Tue, 8 Sep 2026 12:11:19 +0100
Subject: [PATCH 5/8] move ancils
---
rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf b/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf
index 0456a8e4e7..1a9ccbd1a2 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-seuk_MG.conf
@@ -10,7 +10,7 @@ topology='non_periodic'
[namelist:files]
aerosols_ancil_path='aerosol_clims/glomap/qrclim.aerosols_L70_O70.ugrid'
-ancil_directory='/home/users/anne.mccabe/cylc-run/u-bu503/SEUK_64x64/share/data/ancils/SEUK_64x64'
+ancil_directory='$DATADIR/ral4b1/seuk/ancils'
hydtop_ancil_path='hydrol_lsh/hydrosheds/qrparm.hydtop.ugrid'
land_area_ancil_path='land_sea_mask/cci/qrparm.mask.ugrid'
lbc_directory='$DATADIR/ral4b1/seuk'
From f070ce48d0f46cd29864fda9ac3a4bc871e8bef2 Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Tue, 8 Sep 2026 12:28:03 +0100
Subject: [PATCH 6/8] kgo updates
---
...ric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit.txt | 9 ---------
...atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt | 9 ---------
..._ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt | 9 ---------
...ric_atm_ral4-seuk_MG_azspice_gnu_fast-debug-32bit.txt | 9 +++++++++
...atm_ral4_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt | 9 +++++++++
..._ral4_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt | 9 +++++++++
...-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt} | 0
...-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt} | 0
...-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt} | 0
..._lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit.txt | 9 ---------
...ic_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt | 9 ---------
...atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt | 9 ---------
..._lfric_atm_ral4-seuk_MG_ex1a_cce_fast-debug-32bit.txt | 9 +++++++++
...ic_atm_ral4_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt | 9 +++++++++
...atm_ral4_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt | 9 +++++++++
...ain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt} | 0
...ses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt} | 0
...n2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt} | 0
18 files changed, 54 insertions(+), 54 deletions(-)
delete mode 100644 rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit.txt
delete mode 100644 rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt
delete mode 100644 rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt
create mode 100644 rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4-seuk_MG_azspice_gnu_fast-debug-32bit.txt
create mode 100644 rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt
create mode 100644 rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt
rename rose-stem/site/meto/kgos/lfric_atm/azspice/{checksum_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt => checksum_lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt} (100%)
rename rose-stem/site/meto/kgos/lfric_atm/azspice/{checksum_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt => checksum_lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt} (100%)
rename rose-stem/site/meto/kgos/lfric_atm/azspice/{checksum_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt => checksum_lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt} (100%)
delete mode 100644 rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit.txt
delete mode 100644 rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt
delete mode 100644 rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt
create mode 100644 rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4-seuk_MG_ex1a_cce_fast-debug-32bit.txt
create mode 100644 rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt
create mode 100644 rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt
rename rose-stem/site/meto/kgos/lfric_atm/ex1a/{checksum_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt => checksum_lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt} (100%)
rename rose-stem/site/meto/kgos/lfric_atm/ex1a/{checksum_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt => checksum_lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt} (100%)
rename rose-stem/site/meto/kgos/lfric_atm/ex1a/{checksum_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt => checksum_lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt} (100%)
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit.txt
deleted file mode 100644
index 89e5c0c973..0000000000
--- a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Inner product checksum rho = 4839976C
-Inner product checksum theta = 5135493F
-Inner product checksum u = 612F4546
-Inner product checksum mr1 = 4090F5D8
-Inner product checksum mr2 = 35B989F8
-Inner product checksum mr3 = 2FA5EB0E
-Inner product checksum mr4 = 33F4FD76
-Inner product checksum mr5 = BEDF85E
-Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt
deleted file mode 100644
index 2ba5ec93e3..0000000000
--- a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Inner product checksum rho = 4839997B
-Inner product checksum theta = 5135489B
-Inner product checksum u = 612F4B64
-Inner product checksum mr1 = 40916436
-Inner product checksum mr2 = 36823DEC
-Inner product checksum mr3 = 2FAD639B
-Inner product checksum mr4 = 33F4FE50
-Inner product checksum mr5 = BF85D74
-Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt
deleted file mode 100644
index c07a50f642..0000000000
--- a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Inner product checksum rho = 48398C70
-Inner product checksum theta = 513542F8
-Inner product checksum u = 612EE1BE
-Inner product checksum mr1 = 409102F3
-Inner product checksum mr2 = 359530A4
-Inner product checksum mr3 = 30010773
-Inner product checksum mr4 = 3404ABD3
-Inner product checksum mr5 = C1462BB
-Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4-seuk_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4-seuk_MG_azspice_gnu_fast-debug-32bit.txt
new file mode 100644
index 0000000000..76cff13eee
--- /dev/null
+++ b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4-seuk_MG_azspice_gnu_fast-debug-32bit.txt
@@ -0,0 +1,9 @@
+Inner product checksum rho = 48397E0F
+Inner product checksum theta = 51350065
+Inner product checksum u = 6130D9F7
+Inner product checksum mr1 = 40914E7C
+Inner product checksum mr2 = 378C2840
+Inner product checksum mr3 = 30946C39
+Inner product checksum mr4 = 30909070
+Inner product checksum mr5 = 0
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt
new file mode 100644
index 0000000000..e24879135e
--- /dev/null
+++ b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_ens-seuk_MG_azspice_gnu_fast-debug-32bit.txt
@@ -0,0 +1,9 @@
+Inner product checksum rho = 483980B8
+Inner product checksum theta = 5134FF94
+Inner product checksum u = 6130E032
+Inner product checksum mr1 = 4091B952
+Inner product checksum mr2 = 3792B7CA
+Inner product checksum mr3 = 30946E12
+Inner product checksum mr4 = 3090C92F
+Inner product checksum mr5 = 0
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt
new file mode 100644
index 0000000000..acc06d710c
--- /dev/null
+++ b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_ral4_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit.txt
@@ -0,0 +1,9 @@
+Inner product checksum rho = 48397177
+Inner product checksum theta = 5135061C
+Inner product checksum u = 61332C1E
+Inner product checksum mr1 = 40916FC2
+Inner product checksum mr2 = 378B711E
+Inner product checksum mr3 = 30955344
+Inner product checksum mr4 = 3094987D
+Inner product checksum mr5 = 0
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
similarity index 100%
rename from rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
rename to rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
similarity index 100%
rename from rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
rename to rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
similarity index 100%
rename from rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
rename to rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit.txt
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit.txt
deleted file mode 100644
index a513780c42..0000000000
--- a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Inner product checksum rho = 483997B8
-Inner product checksum theta = 51354962
-Inner product checksum u = 612F490E
-Inner product checksum mr1 = 4090FB38
-Inner product checksum mr2 = 35AE36C7
-Inner product checksum mr3 = 2FA6571A
-Inner product checksum mr4 = 33F4FE4B
-Inner product checksum mr5 = BECFC7D
-Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt
deleted file mode 100644
index 8a3faf2882..0000000000
--- a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Inner product checksum rho = 483997DA
-Inner product checksum theta = 51354950
-Inner product checksum u = 612F4977
-Inner product checksum mr1 = 4091114C
-Inner product checksum mr2 = 35E0B089
-Inner product checksum mr3 = 2FA93754
-Inner product checksum mr4 = 33F4FF8E
-Inner product checksum mr5 = BF183A5
-Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt
deleted file mode 100644
index 3ed609d16d..0000000000
--- a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Inner product checksum rho = 48398C69
-Inner product checksum theta = 51354302
-Inner product checksum u = 612EDCB7
-Inner product checksum mr1 = 40910378
-Inner product checksum mr2 = 3590B532
-Inner product checksum mr3 = 30010AD7
-Inner product checksum mr4 = 3404AC2D
-Inner product checksum mr5 = C14A26E
-Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4-seuk_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4-seuk_MG_ex1a_cce_fast-debug-32bit.txt
new file mode 100644
index 0000000000..62d372d2ea
--- /dev/null
+++ b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4-seuk_MG_ex1a_cce_fast-debug-32bit.txt
@@ -0,0 +1,9 @@
+Inner product checksum rho = 48397E21
+Inner product checksum theta = 51350076
+Inner product checksum u = 6130D5F4
+Inner product checksum mr1 = 40915042
+Inner product checksum mr2 = 378C545B
+Inner product checksum mr3 = 30946BF6
+Inner product checksum mr4 = 30908FE1
+Inner product checksum mr5 = 0
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt
new file mode 100644
index 0000000000..21a34dcec6
--- /dev/null
+++ b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_ens-seuk_MG_ex1a_cce_fast-debug-32bit.txt
@@ -0,0 +1,9 @@
+Inner product checksum rho = 48397E7E
+Inner product checksum theta = 51350057
+Inner product checksum u = 6130D623
+Inner product checksum mr1 = 40916203
+Inner product checksum mr2 = 378D6128
+Inner product checksum mr3 = 30946DF2
+Inner product checksum mr4 = 3090B251
+Inner product checksum mr5 = 0
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt
new file mode 100644
index 0000000000..37bb9ccc60
--- /dev/null
+++ b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_ral4_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit.txt
@@ -0,0 +1,9 @@
+Inner product checksum rho = 48397148
+Inner product checksum theta = 5135062D
+Inner product checksum u = 6133388E
+Inner product checksum mr1 = 40916F65
+Inner product checksum mr2 = 378CF46C
+Inner product checksum mr3 = 30955398
+Inner product checksum mr4 = 309498CF
+Inner product checksum mr5 = 0
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
similarity index 100%
rename from rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
rename to rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral4_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
similarity index 100%
rename from rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
rename to rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral4_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
similarity index 100%
rename from rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
rename to rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_scm_ral4_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit.txt
From a7cb9e11220609c22e3ba176d66b4a6e705205ff Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Tue, 8 Sep 2026 14:21:44 +0100
Subject: [PATCH 7/8] more kgos
---
...1500x1500_MG_azspice_gnu_fast-debug-32bit.txt | 16 ++++++++--------
...64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt | 12 ++++++------
...64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt | 16 ++++++++--------
3 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit.txt
index 24436b1b9d..b82177bf24 100644
--- a/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit.txt
+++ b/rose-stem/site/meto/kgos/lfric_atm/azspice/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit.txt
@@ -1,9 +1,9 @@
-Inner product checksum rho = 4830AF5E
-Inner product checksum theta = 513FDA85
-Inner product checksum u = 5F76820D
-Inner product checksum mr1 = 41555612
-Inner product checksum mr2 = 3B335564
-Inner product checksum mr3 = 32910F69
+Inner product checksum rho = 4830AFDE
+Inner product checksum theta = 513FDA3C
+Inner product checksum u = 5F7617B6
+Inner product checksum mr1 = 41559120
+Inner product checksum mr2 = 3B20B5CE
+Inner product checksum mr3 = 325D1487
Inner product checksum mr4 = 0
-Inner product checksum mr5 = 13068BAC
-Inner product checksum mr6 = 1CC5844A
+Inner product checksum mr5 = F9214F1
+Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_comp_tran_ref_3d_l120-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_comp_tran_ref_3d_l120-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt
index 89d9f6a84d..306e4618b5 100644
--- a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_comp_tran_ref_3d_l120-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt
+++ b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_comp_tran_ref_3d_l120-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt
@@ -1,9 +1,9 @@
-Inner product checksum rho = 489A8331
-Inner product checksum theta = 51BA4F85
-Inner product checksum u = 5F116F5E
-Inner product checksum mr1 = 41888CC4
-Inner product checksum mr2 = 3AF67F27
-Inner product checksum mr3 = 34FACED4
+Inner product checksum rho = 489A84E4
+Inner product checksum theta = 51BA4F81
+Inner product checksum u = 5F11909F
+Inner product checksum mr1 = 41882027
+Inner product checksum mr2 = 3AF69FBE
+Inner product checksum mr3 = 34B86F2F
Inner product checksum mr4 = 0
Inner product checksum mr5 = 0
Inner product checksum mr6 = 0
diff --git a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt
index 0d5414c1a8..659aa5a14a 100644
--- a/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt
+++ b/rose-stem/site/meto/kgos/lfric_atm/ex1a/checksum_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit.txt
@@ -1,9 +1,9 @@
-Inner product checksum rho = 4830AF38
-Inner product checksum theta = 513FDA57
-Inner product checksum u = 5F76CA71
-Inner product checksum mr1 = 41555626
-Inner product checksum mr2 = 3B453722
-Inner product checksum mr3 = 32B6B9D9
+Inner product checksum rho = 4830AFE0
+Inner product checksum theta = 513FD9EE
+Inner product checksum u = 5F763EE3
+Inner product checksum mr1 = 4155A085
+Inner product checksum mr2 = 3B29801D
+Inner product checksum mr3 = 328BF650
Inner product checksum mr4 = 0
-Inner product checksum mr5 = 128E9102
-Inner product checksum mr6 = 0
+Inner product checksum mr5 = 12B3BEEA
+Inner product checksum mr6 = 1C090DC6
From 867b15df451403b9513a1a183a35c6ae039ab4d1 Mon Sep 17 00:00:00 2001
From: iboutle <135141261+iboutle@users.noreply.github.com>
Date: Mon, 14 Sep 2026 15:20:22 +0100
Subject: [PATCH 8/8] fix to cloud namelist
---
rose-stem/app/lfric_atm/opt/rose-app-ral4.conf | 1 +
rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf | 1 +
2 files changed, 2 insertions(+)
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
index a95c1ca04d..9cb8416109 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-ral4.conf
@@ -32,6 +32,7 @@ cloud_horizontal_liq_fsd=0.65
!!fsd_nonconv_liq_const=1.14
!!ice_width=0.02
!!l_ensure_max_in_cloud_pc2=.false.
+opt_depth_thresh=0.05
!!pc2_erosion_numerics='implicit'
!!pc2_homog_g_method='cf'
!!pc2_init_logic='original'
diff --git a/rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf b/rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf
index fdee7e2915..140abc5fb1 100644
--- a/rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf
+++ b/rose-stem/app/lfric_atm/opt/rose-app-ral4_scm.conf
@@ -20,6 +20,7 @@ cloud_horizontal_liq_fsd=0.65
!!fsd_nonconv_liq_const=1.14
!!ice_width=0.02
!!l_ensure_max_in_cloud_pc2=.false.
+opt_depth_thresh=0.05
!!pc2_erosion_numerics='implicit'
!!pc2_homog_g_method='cf'
!!pc2_init_logic='original'