Skip to content

Commit 09b75b2

Browse files
committed
update ChangeLog
1 parent d6e0d51 commit 09b75b2

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

doc/ChangeLog

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,107 @@
11
===============================================================
22

3+
Tag name: cam6_4_108
4+
Originator(s): peverwhee
5+
Date: August 18, 2025
6+
One-line Summary: Bring in file i/o object and update interfaces for CCPPized RRTMGP
7+
Github PR URL: https://github.com/ESCOMP/CAM/pull/1339
8+
9+
Purpose of changes (include the issue number and title text for each relevant GitHub issue):
10+
- Bring in sparsely-checked-out CAM-SIMA as submodule to grab file i/o object
11+
- Bring in new atmospheric physics tag that incorporates the file i/o object
12+
into RRTMGP
13+
- Update calling lists to match new interfaces (in `rrtmgp/radiation.F90` and
14+
`src/physics/cam/cloud_rad_props.F90`
15+
- Removes file reading from cloud_rad_props.F90 and instead calls new CCPP
16+
interface
17+
18+
Describe any changes made to build system:
19+
M bld/configure
20+
- Add new to_be_ccppized subdirectory
21+
22+
Describe any changes made to the namelist: N/A
23+
24+
List any changes to the defaults for the boundary datasets: N/A
25+
26+
Describe any substantial timing or memory changes: N/A
27+
28+
Code reviewed by: cacraigucar
29+
30+
List all files eliminated: N/A
31+
32+
List all files added and what they do:
33+
A src/utils/.sima_phys_utils_sparse_checkout
34+
A src/utils/cam-sima
35+
- bring in new CAM-SIMA submodule (sparse check out)
36+
37+
List all existing files that have been modified, and describe the changes:
38+
M .gitmodules
39+
- Update atmos_phys external tag
40+
- Add new CAM-SIMA external
41+
42+
M src/physics/cam/cloud_rad_props.F90
43+
- call CCPPized scheme to read ice and liquid optics files
44+
45+
M src/physics/cam/radheat.F90
46+
- add missing "_r8"s
47+
48+
M src/physics/rrtmgp/radiation.F90
49+
- update interface to cloud_rad_props_init
50+
51+
M src/physics/rrtmgp/radiation.F90
52+
- update interfaces to CCPPized schemes
53+
- delete coefs_init subroutine (ccppized)
54+
55+
M src/utils/cam_pio_utils.F90
56+
- add "errcode" variable to cam_pio_openfile to be used by ccpp i/o
57+
reader
58+
59+
If there were any failures reported from running test_driver.sh on any test
60+
platform, and checkin with these failures has been OK'd by the gatekeeper,
61+
then copy the lines from the td.*.status files for the failed tests to the
62+
appropriate machine below. All failed tests must be justified.
63+
64+
derecho/intel/aux_cam:
65+
ERP_Ld3.ne30pg3_ne30pg3_mt232.FHISTC_MTt4s.derecho_intel.cam-outfrq1d_aoa (Overall: DIFF) details:
66+
SMS_D_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_MTso.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
67+
SMS_D_Ln9_P1280x1.ne30pg3_ne30pg3_mt232.FHISTC_MTt1s.derecho_intel.cam-outfrq9s_Leung_dust (Overall: DIFF) details:
68+
- MT answer changes are expected (added "_r8"s)
69+
70+
SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) details:
71+
- pre-existing failure due to build-namelist error requiring CLM/CTSM external update.
72+
73+
derecho/nvhpc/aux_cam: BFB
74+
75+
izumi/nag/aux_cam: all BFB
76+
77+
izumi/gnu/aux_cam: all BFB
78+
79+
CAM tag used for the baseline comparison tests if different than previous
80+
tag:
81+
82+
Summarize any changes to answers, i.e.,
83+
- what code configurations:
84+
- what platforms/compilers:
85+
- nature of change (roundoff; larger than roundoff but same climate; new
86+
climate):
87+
88+
If bitwise differences were observed, how did you show they were no worse
89+
than roundoff?
90+
91+
If this tag changes climate describe the run(s) done to evaluate the new
92+
climate in enough detail that it(they) could be reproduced, i.e.,
93+
- source tag (all code used must be in the repository):
94+
- platform/compilers:
95+
- configure commandline:
96+
- build-namelist command (or complete namelist):
97+
- MSS location of output:
98+
99+
MSS location of control simulations used to validate new climate:
100+
101+
URL for AMWG diagnostics output used to validate new climate:
102+
103+
===============================================================
104+
3105
Tag name: cam6_4_107
4106
Originator(s): JulioTBacmeister, perverwhee, cacraigucar
5107
Date: August 13, 2025

0 commit comments

Comments
 (0)