Skip to content

Commit

Permalink
Add more tests to deal with issue ESCOMP#2219, add a test that turns …
Browse files Browse the repository at this point in the history
…excess ice off, add tests to expected fails
  • Loading branch information
ekluzek committed Oct 21, 2023
1 parent da5beb8 commit c1cadb3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cime_config/testdefs/ExpectedTestFails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@
-->


<!-- cesm3_dev test suite failures -->
<test name="PEM_D_Ld9.ne30pg3_t232.I1850Clm51BgcCrop.derecho_intel.clm-clm51cam6LndTuningMode">
<phase name="COMPARE_base_modpes">
<status>FAIL</status>
<issue>#2210</issue>
</phase>
</test>
<test name="ERP_D_Ld9.ne30pg3_t232.I1850Clm51BgcCrop.derecho_intel.clm-clm51cam6LndTuningMode">
<phase name="COMPARE_base_rest">
<status>FAIL</status>
<issue>#2210</issue>
</phase>
</test>


<!-- aux_clm test suite failures -->
<test name="SMS_D_Ld1_Mmpi-serial_Vmct.f45_f45_mg37.I2000Clm50SpRs.izumi_gnu.clm-ptsRLA">
<phase name="SHAREDLIB_BUILD">
Expand Down
27 changes: 27 additions & 0 deletions cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,33 @@
<option name="comment">CESM3 development Exact restart test with change in the processor count at the standard coupled resolution</option>
</options>
</test>
<test name="PEM_D_Ld9" grid="ne30pg3_t232" compset="I1850Clm51BgcCrop" testmods="clm/clm51cam6LndTuningMode">
<machines>
<machine name="derecho" compiler="intel" category="cesm3_dev"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">CESM3 development test with change in the processor count at the standard coupled resolution</option>
</options>
</test>
<test name="PEM_D_Ld9" grid="ne30pg3_t232" compset="I1850Clm51BgcCrop" testmods="clm/clm51cam6LndTuningModeNoExIce">
<machines>
<machine name="derecho" compiler="intel" category="cesm3_dev"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">CESM3 development test with change in the processor count at the standard coupled resolution, wihout excess-ice</option>
</options>
</test>
<test name="ERS_D_Ld9" grid="ne30pg3_t232" compset="I1850Clm51BgcCrop" testmods="clm/clm51cam6LndTuningMode">
<machines>
<machine name="derecho" compiler="intel" category="cesm3_dev"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">CESM3 development simple exact restart test with change in the processor count at the standard coupled resolution</option>
</options>
</test>
<test name="ERI_D" grid="ne30pg3_t232" compset="I1850Clm51BgcCrop" testmods="clm/clm51cam6LndTuningMode">
<machines>
<machine name="derecho" compiler="intel" category="cesm3_dev"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../clm51cam6LndTuningMode/
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
! Turn off excess ice
use_exice = .true.
use_exice_streams = .true.

0 comments on commit c1cadb3

Please sign in to comment.