Skip to content

Commit

Permalink
Include separate testdefs category aux_hamocc_noresm (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik authored Aug 30, 2024
1 parent 887c3e9 commit 1ed3a36
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cime_config/testdefs/testlist_blom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<testlist version="2.0">
<!-- aux_blom_noresm : Declarations for BLOM/iHAMOCC tests -->
<test name="SMS_D_Ld1" grid="T62_tn14" compset="NOINYOC" testmods="blom/hybrid">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
Expand Down Expand Up @@ -63,4 +64,23 @@
<option name="comment">test restart with wave code</option>
</options>
</test>
<!-- Declarations for tests with different iHAMOCC settings: aux_hamocc_noresm -->
<test name="SMS_D_Ld1" grid="T62_tn14" compset="NOINYOC" testmods="hamocc/hamocc1">
<machines>
<machine name="betzy" compiler="intel" category="aux_hamocc_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test debug mode with CISO=TRUE</option>
</options>
</test>
<test name="SMS_D_Ld1" grid="T62_tn14" compset="NOINYOC" testmods="hamocc/hamocc2">
<machines>
<machine name="betzy" compiler="intel" category="aux_hamocc_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test debug mode with CISO=TRUE; SEDBYPASS=TRUE</option>
</options>
</test>
</testlist>

0 comments on commit 1ed3a36

Please sign in to comment.