-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release-1.6 : Restructure testdefs for blom and hamocc (#386)
- Loading branch information
1 parent
f3fd2c3
commit 4ba4931
Showing
5 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,77 @@ | ||
<?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"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
<options> | ||
<option name="wallclock">00:20:00</option> | ||
<option name="comment">test debug mode with isopycnic layers, hamocc and core forcing</option> | ||
</options> | ||
</test> | ||
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
<options> | ||
<option name="wallclock">00:20:00</option> | ||
<option name="comment">test restart with isopycnic layers, hamocc and core forcing</option> | ||
</options> | ||
</test> | ||
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC" testmods="blom/hamocc1"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
</test> | ||
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC" testmods="blom/hamocc2"> | ||
<test name="ERR_Ld3" grid="TL319_tn14" compset="NOIIAJRAOC"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
<options> | ||
<option name="wallclock">00:20:00</option> | ||
<option name="comment">test restart/resubmit with isopycnic coordinates, hamocc and JRA forcing</option> | ||
</options> | ||
</test> | ||
<test name="ERP_Ld3" grid="T62_tn14" compset="NOINY"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
<options> | ||
<option name="wallclock">00:20:00</option> | ||
<option name="comment">test bfb with changing processor count and openmp on</option> | ||
</options> | ||
</test> | ||
<test name="ERS_Ld3" grid="T62_tn14_wtn14nw" compset="NOINY_WW3"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
<options> | ||
<option name="wallclock">00:20:00</option> | ||
<option name="comment">test restart with WW3</option> | ||
</options> | ||
</test> | ||
<test name="ERS_Ld3" grid="T62_tn14_wtn14nw" compset="NOINY_WW3" testmods="blom/wavice"> | ||
<machines> | ||
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/> | ||
</machines> | ||
<options> | ||
<option name="wallclock">00:20:00</option> | ||
<option name="comment">test restart with WW3 + CICE</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> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.