From e29b9236560449eef9dd4532eeefd43dc751c62d Mon Sep 17 00:00:00 2001 From: Matthew Hoffman Date: Thu, 2 May 2024 16:18:14 -0500 Subject: [PATCH] Create test for ocn_glcshelf coupling This PR creates a new SMS_P512_D_Ld5.T62_oEC60to30v3wLI_ais20.MPAS_LISIO_TEST.mpaso-ocn_glcshelf test that runs a G-case with the ocn_glcshelf coupling turned on. That coupling was added in PR #2726, but a test was never added. --- cime_config/tests.py | 1 + .../testdefs/testmods_dirs/mpaso/ocn_glcshelf/README | 5 +++++ .../testdefs/testmods_dirs/mpaso/ocn_glcshelf/user_nl_mpaso | 1 + 3 files changed, 7 insertions(+) create mode 100644 components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/README create mode 100644 components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/user_nl_mpaso diff --git a/cime_config/tests.py b/cime_config/tests.py index 7c3e914cb0c8..f0e1b90e418e 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -249,6 +249,7 @@ "SMS_D_Ld1.T62_oQU240wLI.GMPAS-IAF-PISMF.mpaso-impl_top_drag", "SMS_D_Ld1.T62_oQU240.GMPAS-IAF.mpaso-harmonic_mean_drag", "SMS_D_Ld1.T62_oQU240.GMPAS-IAF.mpaso-upwind_advection", + "SMS_P512_D_Ld5.T62_oEC60to30v3wLI_ais20.MPAS_LISIO_TEST.mpaso-ocn_glcshelf", ) }, diff --git a/components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/README b/components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/README new file mode 100644 index 000000000000..5333494bcb0b --- /dev/null +++ b/components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/README @@ -0,0 +1,5 @@ +This testdef is used to test a stealth feature in mpaso introduced by +PR #2726. It simply changes one mpaso namelist variable, + config_land_ice_flux_mode +from its default value to 'coupled'. +This tests the ocn/glcshelf coupling. diff --git a/components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/user_nl_mpaso b/components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/user_nl_mpaso new file mode 100644 index 000000000000..a79590247fff --- /dev/null +++ b/components/mpas-ocean/cime_config/testdefs/testmods_dirs/mpaso/ocn_glcshelf/user_nl_mpaso @@ -0,0 +1 @@ + config_land_ice_flux_mode = 'coupled'