Skip to content

Commit

Permalink
Create test for ocn_glcshelf coupling
Browse files Browse the repository at this point in the history
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 E3SM-Project#2726, but a test was never added.
  • Loading branch information
matthewhoffman committed May 2, 2024
1 parent 661e807 commit e29b923
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -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",
)
},

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config_land_ice_flux_mode = 'coupled'

0 comments on commit e29b923

Please sign in to comment.