Skip to content

Commit 0a50f32

Browse files
authored
Merge pull request #330 from billsacks/add_aoflux_tests
Add a debug B compset test with the standard configuration, and tests with aoflux_grid = agrid and ogrid
2 parents c3af198 + 6d07320 commit 0a50f32

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

cime_config/testlist_allactive.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,32 @@
208208
<option name="wallclock"> 03:00:00 </option>
209209
</options>
210210
</test>
211+
212+
<test name="ERS_D_Ld3" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/defaultio">
213+
<machines>
214+
<machine name="derecho" compiler="intel" category="prealpha"/>
215+
</machines>
216+
<options>
217+
<option name="wallclock"> 02:00:00 </option>
218+
<option name="comment">Include a debug B compset exact restart test.</option>
219+
</options>
220+
</test>
221+
<test name="SMS_D_Ld1" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/aoflux_ogrid">
222+
<machines>
223+
<machine name="derecho" compiler="intel" category="prebeta"/>
224+
</machines>
225+
<options>
226+
<option name="wallclock"> 00:30:00 </option>
227+
<option name="comment">Include a short debug test using the ocn grid for aoflux calculations rather than the default xgrid.</option>
228+
</options>
229+
</test>
230+
<test name="SMS_D_Ld1" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/aoflux_agrid">
231+
<machines>
232+
<machine name="derecho" compiler="intel" category="prebeta"/>
233+
</machines>
234+
<options>
235+
<option name="wallclock"> 00:30:00 </option>
236+
<option name="comment">Include a short debug test using the atm grid for aoflux calculations rather than the default xgrid.</option>
237+
</options>
238+
</test>
211239
</testlist>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../defaultio
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aoflux_grid = "agrid"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../defaultio
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aoflux_grid = "ogrid"

0 commit comments

Comments
 (0)