Skip to content

Commit

Permalink
update mpace regression test and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruesdal committed Aug 25, 2024
1 parent b88c67e commit 40f6c5c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 38 deletions.
8 changes: 7 additions & 1 deletion cime_config/testdefs/testlist_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@
<test compset="QPC4" grid="T42_T42_mg17" name="SCT_D_Ln7" testmods="cam/scm_prep">
<machines>
<machine name="izumi" compiler="gnu" category="aux_cam"/>
<machine name="izumi" compiler="gnu" category="test_scam"/>
</machines>
<options>
<option name="comment" >002 tsc</option>
Expand All @@ -1168,6 +1169,7 @@
<test compset="QPC6" grid="ne3_ne3_mg37" name="SCT_D_Ln7" testmods="cam/scm_prep_c6">
<machines>
<machine name="izumi" compiler="gnu" category="aux_cam"/>
<machine name="izumi" compiler="gnu" category="test_scam"/>
</machines>
<options>
<option name="comment" >Spectral Element SCAM BFB test with CAM w GNU</option>
Expand All @@ -1178,6 +1180,7 @@
<test compset="QPC6" grid="T42_T42_mg17" name="SCT_D_Ln7" testmods="cam/scm_prep_c6">
<machines>
<machine name="izumi" compiler="gnu" category="aux_cam"/>
<machine name="izumi" compiler="gnu" category="test_scam"/>
</machines>
<options>
<option name="comment" >004 tsc</option>
Expand All @@ -1197,6 +1200,7 @@
<test compset="QPSCAMC5" grid="T42_T42_mg17" name="SMS_D_Ln7" testmods="cam/scmarm">
<machines>
<machine name="izumi" compiler="nag" category="aux_cam"/>
<machine name="izumi" compiler="nag" category="test_scam"/>
</machines>
<options>
<option name="comment" >003 tsm</option>
Expand Down Expand Up @@ -1361,6 +1365,7 @@
<test compset="QPC5" grid="ne3_ne3_mg37" name="SCT_D_Ln7" testmods="cam/scm_prep">
<machines>
<machine name="derecho" compiler="intel" category="aux_cam"/>
<machine name="derecho" compiler="intel" category="test_scam"/>
</machines>
<options>
<option name="wallclock">00:30:00</option>
Expand All @@ -1371,6 +1376,7 @@
<test compset="QPC5" grid="T42_T42_mg17" name="SCT_D_Ln7" testmods="cam/scm_prep">
<machines>
<machine name="derecho" compiler="intel" category="aux_cam"/>
<machine name="derecho" compiler="intel" category="test_scam"/>
<machine name="derecho" compiler="intel" category="prealpha"/>
</machines>
<options>
Expand Down Expand Up @@ -1484,7 +1490,7 @@
<option name="wallclock">00:10:00</option>
</options>
</test>
<test compset="FSCAMARM97" grid="T42_T42" name="SMS_D_Ln9" testmods="cam/scam_mpace_outfrq9s">
<test compset="FSCAMMPACE" grid="T42_T42" name="SMS_D_Ln9" testmods="cam/outfrq9s">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
<machine name="derecho" compiler="intel" category="test_scam"/>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 9 additions & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Tag name: cam6_4_023
Originator(s): jet
Date: Aug 22, 2024
Date: Aug 23, 2024
One-line Summary: cam6_4_023: SCAM-SE feature addition plus bugfixes and some refactoring
Github PR URL: https://github.com/ESCOMP/CAM/pull/958

Expand Down Expand Up @@ -93,6 +93,13 @@ List all files eliminated:
D cime_config/usermods_dirs/scam_togaII/user_nl_cam
D cime_config/usermods_dirs/scam_twp06/shell_commands
D cime_config/usermods_dirs/scam_twp06/user_nl_cam
- replace by xml defaults
D cime_config/testdefs/testmods_dirs/cam/scam_mpace_outfrq9s/include_user_mods
D cime_config/testdefs/testmods_dirs/cam/scam_mpace_outfrq9s/shell_commands
D cime_config/testdefs/testmods_dirs/cam/scam_mpace_outfrq9s/user_nl_cam
D cime_config/testdefs/testmods_dirs/cam/scam_mpace_outfrq9s/user_nl_clm
D cime_config/testdefs/testmods_dirs/cam/scam_mpace_outfrq9s/user_nl_cpl
- no longer valid for mpace setup
D src/control/history_defaults.F90
- after moving scam specific code there was nothing left here

Expand Down Expand Up @@ -131,6 +138,7 @@ M cime_config/config_pes.xml
M cime_config/SystemTests/sct.py
- setup new BFB se SCAM test
M cime_config/testdefs/testlist_cam.xml
- fix mpace test and add test_scam category
M cime_config/testdefs/testmods_dirs/cam/scmarm/shell_commands
- add new scam se regression tests
M cime_config/usermods_dirs/scam_mandatory/shell_commands
Expand Down

0 comments on commit 40f6c5c

Please sign in to comment.