Skip to content

Commit

Permalink
Create testmod and test for TF coupling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhoffman committed Sep 12, 2024
1 parent 771d9bb commit f33a862
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions cime_config/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"ERS_Ld5.T62_oQU120.CMPASO-NYF",
"ERS.f09_g16_g.MALISIA",
"ERS_Ld5.TL319_oQU240wLI_ais8to30.MPAS_LISIO_JRA1p5.mpaso-ocn_glcshelf",
"ERS_Ld5.TL319_IcoswISC30E3r5_gis20.MPAS_LISIO_JRA1p5.mpaso-ocn_glc_tf_coupling",
"SMS_P12x2.ne4pg2_oQU480.WCYCL1850NS.allactive-mach_mods",
"ERS_Ln9.ne4pg2_ne4pg2.F2010-MMF1.eam-mmf_crmout",
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This testdef is used to test a stealth feature that enables coupling between
OCN and GLC for Greenland, which passes ocean thermal forcing from OCN to GLC
and uses that in a parameterization for marine melting of grounded vertical
cliffs.

It changes one mpaso namelist variable,
config_glc_thermal_forcing_coupling_mode
from its default value to '2d'.
This tests the ocn/glc TF coupling.

It also specified that DATM forcing should be restricted to 1958.
This allows JRA1p5 forcing to be used without a large input data requirement.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
./xmlchange DATM_CLMNCEP_YR_START=1958
./xmlchange DATM_CLMNCEP_YR_END=1958
./xmlchange DROF_STRM_YR_START=1958
./xmlchange DROF_STRM_YR_END=1958
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config_glc_thermal_forcing_coupling_mode = '2d'

0 comments on commit f33a862

Please sign in to comment.