Skip to content

Commit

Permalink
Add a stelth exact restart test
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Aug 9, 2024
1 parent 0822b88 commit 71b309e
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -265,6 +265,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",
"ERS.ne30pg2_r05_IcoswISC30E3r5.CRYO1850-DISMF.mpaso-scaled_dib_dismf",
)
},

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This testdef is used to test a stealth feature in mpaso and mpassi introduced
by PR #XXXX. It simply changes sets the following namelist option in mpaso
to true
config_scale_dismf_by_removed_ice_runoff
and the following namelist option in mpassi to true
config_scale_dib_by_removed_ice_runoff
These flags only makes sense to use in a B-case runs with data icebergs (DIB)
and data ice-shelf melt fluxes (DISMF).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config_scale_dismf_by_removed_ice_runoff = .true.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config_scale_dib_by_removed_ice_runoff = .true.

0 comments on commit 71b309e

Please sign in to comment.