@@ -8,25 +8,27 @@ Github PR URL:
88
99Purpose 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
3133Code 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-
141148cime_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