Skip to content

Commit

Permalink
Revert bae4c64 to change 4 -nofireemis ctsm_sci tests back to -nofire
Browse files Browse the repository at this point in the history
ESCOMP@bae4c64
I made the change to get the tests to pass originally.
Turns out issue ESCOMP#2784 will resolve the failures, so this time I added the
four tests to ExpecedTestFails.xml
  • Loading branch information
slevis-lmwg committed Oct 24, 2024
1 parent 6692613 commit 89befd3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
25 changes: 25 additions & 0 deletions cime_config/testdefs/ExpectedTestFails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,31 @@
</phase>
</test>

<test name="SMS_Ld5.f09_g17.IHistClm50Sp.derecho_intel.clm-nofire">
<phase name="RUN">
<status>FAIL</status>
<issue>#2784</issue>
</phase>
</test>
<test name="SMS_Ld5.f19_g17.IHistClm50Sp.derecho_intel.clm-nofire">
<phase name="RUN">
<status>FAIL</status>
<issue>#2784</issue>
</phase>
</test>
<test name="SMS_Ld5.f09_g17.IHistClm60Sp.derecho_intel.clm-nofire">
<phase name="RUN">
<status>FAIL</status>
<issue>#2784</issue>
</phase>
</test>
<test name="SMS_Ld5.f19_g17.IHistClm60Sp.derecho_intel.clm-nofire">
<phase name="RUN">
<status>FAIL</status>
<issue>#2784</issue>
</phase>
</test>

<!-- aux_clm test suite failures -->
<test name="SMS_Ld2_D_PS.f09_g17.I1850Clm50BgcCropCmip6.derecho_intel.clm-basic_interp">
<phase name="RUN">
Expand Down
12 changes: 4 additions & 8 deletions cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2159,45 +2159,41 @@
</options>
</test>
<!-- Historical science support for clm5_0 workhorse resolutions -->
<test name="SMS_Ld5" grid="f09_g17" compset="IHistClm50Sp" testmods="clm/nofireemis">
<test name="SMS_Ld5" grid="f09_g17" compset="IHistClm50Sp" testmods="clm/nofire">
<machines>
<machine name="derecho" compiler="intel" category="ctsm_sci"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Science support for historical clm5_0 physics with SP mode at f09</option>
<option name="comment" >Also --nofireemis because this is a SP compset</option>
</options>
</test>
<test name="SMS_Ld5" grid="f19_g17" compset="IHistClm50Sp" testmods="clm/nofireemis">
<test name="SMS_Ld5" grid="f19_g17" compset="IHistClm50Sp" testmods="clm/nofire">
<machines>
<machine name="derecho" compiler="intel" category="ctsm_sci"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Science support for historical clm5_0 physics with SP mode at f19</option>
<option name="comment" >Also --nofireemis because this is a SP compset</option>
</options>
</test>
<!-- Historical science support for clm6_0 workhorse resolutions -->
<test name="SMS_Ld5" grid="f09_g17" compset="IHistClm60Sp" testmods="clm/nofireemis">
<test name="SMS_Ld5" grid="f09_g17" compset="IHistClm60Sp" testmods="clm/nofire">
<machines>
<machine name="derecho" compiler="intel" category="ctsm_sci"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Science support for historical clm6_0 physics with SP mode at f09</option>
<option name="comment" >Also --nofireemis because this is a SP compset</option>
</options>
</test>
<test name="SMS_Ld5" grid="f19_g17" compset="IHistClm60Sp" testmods="clm/nofireemis">
<test name="SMS_Ld5" grid="f19_g17" compset="IHistClm60Sp" testmods="clm/nofire">
<machines>
<machine name="derecho" compiler="intel" category="ctsm_sci"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Science support for historical clm6_0 physics with SP mode at f19</option>
<option name="comment" >Also --nofireemis because this is a SP compset</option>
</options>
</test>
<test name="SMS_Ln9" grid="ne30pg2_ne30pg2_mg17" compset="I1850Clm50Sp" testmods="clm/clm50cam6LndTuningMode--clm/nofireemis">
Expand Down

0 comments on commit 89befd3

Please sign in to comment.