Skip to content

Commit

Permalink
Merge pull request #284 from billsacks/add_restart_tests
Browse files Browse the repository at this point in the history
Add some restart tests
  • Loading branch information
fischer-ncar authored Sep 18, 2024
2 parents 588aaf3 + 4548cc2 commit f997b16
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 0 deletions.
32 changes: 32 additions & 0 deletions cime_config/testlist_allactive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@
<option name="wallclock"> 01:00:00 </option>
</options>
</test>
<test name="ERS_Ld5" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
</machines>
<options>
<option name="wallclock"> 01:00:00 </option>
</options>
</test>
<test name="ERS_Ld5" grid="ne30pg3_t232" compset="BLTHIST" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
</machines>
<options>
<option name="wallclock"> 01:00:00 </option>
</options>
</test>
<test name="ERS_Ld5" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/decstart">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
</machines>
<options>
<option name="wallclock"> 01:00:00 </option>
</options>
</test>
<test name="ERS_Ld5" grid="ne30pg3_t232" compset="BLTHIST" testmods="allactive/decstart">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
</machines>
<options>
<option name="wallclock"> 01:00:00 </option>
</options>
</test>

<test name="ERI" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/defaultio">
<machines>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../defaultio
2 changes: 2 additions & 0 deletions cime_config/testmods_dirs/allactive/crossleap/shell_commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./xmlchange RUN_STARTDATE=2004-02-28
./xmlchange CLM_BLDNML_OPTS=-ignore_warnings --append
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../crossleap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./xmlchange CALENDAR=GREGORIAN
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../defaultio
2 changes: 2 additions & 0 deletions cime_config/testmods_dirs/allactive/decstart/shell_commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./xmlchange RUN_STARTDATE=2001-12-30
./xmlchange CLM_BLDNML_OPTS=-ignore_warnings --append

0 comments on commit f997b16

Please sign in to comment.