Skip to content

Commit f0f3f07

Browse files
committed
Add 3deg and 10deg test modifiers. Also add fast_mom test suite
1 parent 7ba8ebc commit f0f3f07

9 files changed

Lines changed: 114 additions & 2 deletions

File tree

cime_config/testdefs/testlist_mom.xml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,69 @@
173173
<option name="wallclock">01:00:00</option>
174174
</options>
175175
</test>
176+
<!-- fast_mom: a test suite with coarse grids for fast feedback. -->
177+
<test name="SMS_D" grid="TL319_t232" compset="G_JRA_RYF" testmods="mom/tx3deg">
178+
<machines>
179+
<machine name="derecho" compiler="gnu" category="fast_mom"/>
180+
</machines>
181+
<options>
182+
<option name="wallclock">00:30:00</option>
183+
</options>
184+
</test>
185+
<test name="SMS_D_Ld2" grid="T62_t232" compset="G" testmods="mom/tx10deg">
186+
<machines>
187+
<machine name="derecho" compiler="gnu" category="fast_mom"/>
188+
</machines>
189+
<options>
190+
<option name="wallclock">00:30:00</option>
191+
</options>
192+
</test>
193+
<test name="ERS_Ld5" grid="TL319_t232" compset="GW_JRA" testmods="mom/tx3deg">
194+
<machines>
195+
<machine name="derecho" compiler="intel" category="fast_mom"/>
196+
</machines>
197+
<options>
198+
<option name="wallclock">00:30:00</option>
199+
</options>
200+
</test>
201+
<test name="SMS_D_Ld1" grid="TL319_t232" compset="C_JRA" testmods="mom/no_stoch_physics--mom/tx3deg">
202+
<machines>
203+
<machine name="derecho" compiler="intel" category="fast_mom"/>
204+
</machines>
205+
<options>
206+
<option name="wallclock">00:30:00</option>
207+
</options>
208+
</test>
209+
<test name="ERI" grid="TL319_t232" compset="G_JRA" testmods="mom/debug--mom/tx10deg">
210+
<machines>
211+
<machine name="derecho" compiler="intel" category="fast_mom"/>
212+
</machines>
213+
<options>
214+
<option name="wallclock">00:30:00</option>
215+
</options>
216+
</test>
217+
<test name="PET" grid="TL319_t232" compset="C_JRA" testmods="mom/tx3deg">
218+
<machines>
219+
<machine name="derecho" compiler="intel" category="fast_mom"/>
220+
</machines>
221+
<options>
222+
<option name="wallclock">00:30:00</option>
223+
</options>
224+
</test>
225+
<test name="DIMCSL_Ld1" grid="TL319_t232" compset="C_JRA" testmods="mom/tx3deg">
226+
<machines>
227+
<machine name="derecho" compiler="intel" category="fast_mom"/>
228+
</machines>
229+
<options>
230+
<option name="wallclock">00:30:00</option>
231+
</options>
232+
</test>
233+
<test name="MCC" grid="T62_t232" compset="C" testmods="mom/tx10deg">
234+
<machines>
235+
<machine name="derecho" compiler="gnu" category="fast_mom"/>
236+
</machines>
237+
<options>
238+
<option name="wallclock">00:30:00</option>
239+
</options>
240+
</test>
176241
</testlist>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEBUG = True
1+
DEBUG = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DO_SKEB=False
22
SKEB_USE_GM=False
3-
SKEB_USE_FRICT=False
3+
SKEB_USE_FRICT=False
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
./xmlchange OCN_DOMAIN_MESH='${DIN_LOC_ROOT}/ocn/mom/tx2_3v2/tx10deg/ESMF_mesh_tx10deg_20260219.nc'
2+
./xmlchange ICE_DOMAIN_MESH='${DIN_LOC_ROOT}/ocn/mom/tx2_3v2/tx10deg/ESMF_mesh_tx10deg_20260219.nc'
3+
./xmlchange MASK_MESH='${DIN_LOC_ROOT}/ocn/mom/tx2_3v2/tx10deg/ESMF_mesh_tx10deg_20260219.nc'
4+
./xmlchange OCN_NX=36
5+
./xmlchange OCN_NY=32
6+
./xmlchange ICE_NY=32
7+
./xmlchange ICE_NX=36
8+
./xmlchange ROF2OCN_ICE_RMAPNAME=unset
9+
./xmlchange ROF2OCN_LIQ_RMAPNAME=unset
10+
./xmlchange NTASKS=6
11+
./xmlchange ROOTPE=0
12+
./xmlchange ROOTPE_OCN=6
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
grid_format = "nc"
2+
grid_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx10deg/cice_grid_tx10deg_20260219.nc"
3+
kmt_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx10deg/cice_grid_tx10deg_20260219.nc"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
NIGLOBAL = 36
2+
NJGLOBAL = 32
3+
GRID_FILE = "tx10deg/ocean_hgrid_tx10deg_20260219.nc"
4+
TOPO_FILE = "tx10deg/ocean_topog_tx10deg_20260219.nc"
5+
CHL_FILE = "tx10deg/seawifs-clim-1997-2010-tx10deg_20260219.nc"
6+
SALT_RESTORE_FILE = "tx10deg/state_restore_tx10deg_20260219.nc"
7+
TOPO_EDITS_FILE = ''
8+
AUTO_MASKTABLE=False
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
./xmlchange OCN_DOMAIN_MESH='${DIN_LOC_ROOT}/ocn/mom/tx2_3v2/tx3deg/ESMF_mesh_tx3deg_20260219.nc'
2+
./xmlchange ICE_DOMAIN_MESH='${DIN_LOC_ROOT}/ocn/mom/tx2_3v2/tx3deg/ESMF_mesh_tx3deg_20260219.nc'
3+
./xmlchange MASK_MESH='${DIN_LOC_ROOT}/ocn/mom/tx2_3v2/tx3deg/ESMF_mesh_tx3deg_20260219.nc'
4+
./xmlchange OCN_NX=108
5+
./xmlchange OCN_NY=96
6+
./xmlchange ICE_NX=108
7+
./xmlchange ICE_NY=96
8+
./xmlchange ROF2OCN_ICE_RMAPNAME=unset
9+
./xmlchange ROF2OCN_LIQ_RMAPNAME=unset
10+
./xmlchange ROOTPE=0
11+
./xmlchange NTASKS=32
12+
./xmlchange NTASKS_OCN=128
13+
./xmlchange NTASKS_WAV=75
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
grid_format = "nc"
2+
grid_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx3deg/cice_grid_tx3deg_20260219.nc"
3+
kmt_file = "$DIN_LOC_ROOT/ocn/mom/tx2_3v2/tx3deg/cice_grid_tx3deg_20260219.nc"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
NIGLOBAL = 108
2+
NJGLOBAL = 96
3+
GRID_FILE = "tx3deg/ocean_hgrid_tx3deg_20260219.nc"
4+
TOPO_FILE = "tx3deg/ocean_topog_tx3deg_20260219.nc"
5+
CHL_FILE = "tx3deg/seawifs-clim-1997-2010-tx3deg_20260219.nc"
6+
SALT_RESTORE_FILE = "tx3deg/state_restore_tx3deg_20260219.nc"
7+
TOPO_EDITS_FILE = ''
8+
AUTO_MASKTABLE=False

0 commit comments

Comments
 (0)