Skip to content

Commit d7ad452

Browse files
committed
testing fixes
1 parent 1e56bb0 commit d7ad452

2 files changed

Lines changed: 18 additions & 31 deletions

File tree

cime_config/testdefs/testlist_cam.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</options>
109109
</test>
110110

111-
<test compset="FHIST" grid="f09_f09_mt232" name="ERI_D_Ln9" testmods="cam/outfrq3s_eri">
111+
<test compset="FHIST" grid="f09_f09_mt232" name="ERI_D_Ln18" testmods="cam/outfrq3s_eri">
112112
<machines>
113113
<machine name="derecho" compiler="intel" category="aux_cam"/>
114114
</machines>
@@ -1095,16 +1095,6 @@
10951095
<option name="wallclock">00:20:00</option>
10961096
</options>
10971097
</test>
1098-
<!-- 360 -->
1099-
<test compset="QPC5HIST" grid="f19_f19_mg17" name="SMS_D_Ld2" testmods="cam/volc_usecase">
1100-
<machines>
1101-
<machine name="derecho" compiler="intel" category="aux_cam"/>
1102-
</machines>
1103-
<options>
1104-
<option name="comment" >360 tsm</option>
1105-
<option name="wallclock">00:30:00</option>
1106-
</options>
1107-
</test>
11081098
<!-- 370 -->
11091099
<test compset="QPC2000climo" grid="f19_f19_mg17" name="SMS_D_Ln9" testmods="cam/outfrq3s_usecase">
11101100
<machines>
@@ -1161,16 +1151,6 @@
11611151
<option name="wallclock">01:00:00</option>
11621152
</options>
11631153
</test>
1164-
<!-- 735 -->
1165-
<test compset="QPC5HIST" grid="ne16_ne16_mg17" name="ERC_D_Ln9" testmods="cam/outfrq3s_usecase">
1166-
<machines>
1167-
<machine name="derecho" compiler="intel" category="aux_cam"/>
1168-
</machines>
1169-
<options>
1170-
<option name="comment" >735 tsm, ter</option>
1171-
<option name="wallclock">00:30:00</option>
1172-
</options>
1173-
</test>
11741154

11751155
<test compset="QPC5" grid="ne3_ne3_mg37" name="SCT_D_Ln7" testmods="cam/scm_prep">
11761156
<machines>

doc/ChangeLog

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ Github PR URL:
88

99
Purpose of changes (include the issue number and title text for each relevant GitHub issue):
1010

11-
. Add ERI tests (branch and hybrid runs) for cam5, cam6, and cam7 F
12-
compsets. Previously only aquaplanet configurations tested.
11+
. Add ERI tests (branch and hybrid runs) for cam5, cam6, and cam7
12+
F-compsets. Previously only aquaplanet configurations tested.
1313

1414
. Add testing of interpolated output for FHISTC_LTso. Move COSP output to
1515
a separate history file that uses the native SE grid. The COSP output of
1616
fields with more than 1 mdim to an interpolated lat/lon grid doesn't
17-
work. A check was added to build-namelist to prevent specifiying COSP
18-
output on an interpolated history file.
17+
work.
18+
19+
. Add check to build-namelist to prevent specifiying COSP output on an
20+
interpolated history file.
1921

2022
. Updates to cam5 testing: combine several one-off tests into a single test
2123
and move most QPC5 tests to FHIST_C5.
2224

23-
Describe any changes made to build system:
25+
Describe any changes made to build system: none
2426

25-
Describe any changes made to the namelist:
27+
Describe any changes made to the namelist: none
2628

27-
List any changes to the defaults for the boundary datasets:
29+
List any changes to the defaults for the boundary datasets: none
2830

29-
Describe any substantial timing or memory changes:
31+
Describe any substantial timing or memory changes: none
3032

3133
Code reviewed by:
3234

@@ -94,6 +96,13 @@ cime_config/testdefs/testlist_cam.xml
9496
by
9597
SMS_D_Ln9.f19_f19_mt232.FHIST_C5.derecho_intel.cam-mam7
9698

99+
. Combine these tests and move to FHIST_C5.
100+
Replace
101+
ERC_D_Ln9.ne16_ne16_mg17.QPC5HIST.derecho_intel.cam-outfrq3s_usecase
102+
SMS_D_Ld2.f19_f19_mg17.QPC5HIST.derecho_intel.cam-volc_usecase
103+
by
104+
ERI_D_Ln18.f19_f19_mt232.FHIST_C5.derecho_intel.cam-outfrq3s_eri
105+
97106
. remove
98107
SMS_D_Ln9.ne5pg3_ne5pg3_mg37.QPC5.izumi_gnu.cam-outfrq3s_ttrac
99108
ERC_D_Ln9.ne5_ne5_mg37.QPC5.izumi_nag.cam-outfrq3s_ttrac
@@ -136,8 +145,6 @@ cime_config/testdefs/testlist_cam.xml
136145
PLB_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_gnu.cam-ttrac_loadbal1
137146
PLB_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_gnu.cam-ttrac_loadbal3
138147

139-
140-
141148
cime_config/testdefs/testmods_dirs/cam/cosp_rad_diags/user_nl_cam
142149
. move the cosp output to h1, add cosp aux output to h2
143150
. interpolate h0 to default lat/lon grid

0 commit comments

Comments
 (0)