|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_108 |
| 4 | +Originator(s): peverwhee |
| 5 | +Date: August 19, 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/atmos_phys |
| 43 | + - updated atmospheric_physics submodule |
| 44 | + |
| 45 | +M src/physics/cam/cloud_rad_props.F90 |
| 46 | + - call CCPPized scheme to read ice and liquid optics files |
| 47 | + |
| 48 | +M src/physics/cam/radheat.F90 |
| 49 | + - add missing "_r8"s |
| 50 | + |
| 51 | +M src/physics/rrtmg/radiation.F90 |
| 52 | + - update interface to cloud_rad_props_init |
| 53 | + |
| 54 | +M src/physics/rrtmgp/radiation.F90 |
| 55 | + - update interfaces to CCPPized schemes |
| 56 | + - delete coefs_init subroutine (ccppized) |
| 57 | + |
| 58 | +M src/utils/cam_pio_utils.F90 |
| 59 | + - add "errcode" variable to cam_pio_openfile to be used by ccpp i/o |
| 60 | + reader |
| 61 | + |
| 62 | +If there were any failures reported from running test_driver.sh on any test |
| 63 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 64 | +then copy the lines from the td.*.status files for the failed tests to the |
| 65 | +appropriate machine below. All failed tests must be justified. |
| 66 | + |
| 67 | +derecho/intel/aux_cam: |
| 68 | + ERP_Ld3.ne30pg3_ne30pg3_mt232.FHISTC_MTt4s.derecho_intel.cam-outfrq1d_aoa (Overall: DIFF) details: |
| 69 | + SMS_D_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_MTso.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 70 | + SMS_D_Ln9_P1280x1.ne30pg3_ne30pg3_mt232.FHISTC_MTt1s.derecho_intel.cam-outfrq9s_Leung_dust (Overall: DIFF) details: |
| 71 | + - MT answer changes are expected (added "_r8"s) |
| 72 | + |
| 73 | + SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) details: |
| 74 | + - pre-existing failure due to build-namelist error requiring CLM/CTSM external update. |
| 75 | + |
| 76 | +derecho/nvhpc/aux_cam: BFB |
| 77 | + |
| 78 | +izumi/nag/aux_cam: all BFB |
| 79 | + |
| 80 | +izumi/gnu/aux_cam: all BFB |
| 81 | + |
| 82 | +CAM tag used for the baseline comparison tests if different than previous |
| 83 | +tag: |
| 84 | + |
| 85 | +Summarize any changes to answers, i.e., |
| 86 | +- what code configurations: |
| 87 | +- what platforms/compilers: |
| 88 | +- nature of change (roundoff; larger than roundoff but same climate; new |
| 89 | + climate): |
| 90 | + |
| 91 | +If bitwise differences were observed, how did you show they were no worse |
| 92 | +than roundoff? |
| 93 | + |
| 94 | +If this tag changes climate describe the run(s) done to evaluate the new |
| 95 | +climate in enough detail that it(they) could be reproduced, i.e., |
| 96 | +- source tag (all code used must be in the repository): |
| 97 | +- platform/compilers: |
| 98 | +- configure commandline: |
| 99 | +- build-namelist command (or complete namelist): |
| 100 | +- MSS location of output: |
| 101 | + |
| 102 | +MSS location of control simulations used to validate new climate: |
| 103 | + |
| 104 | +URL for AMWG diagnostics output used to validate new climate: |
| 105 | + |
| 106 | +=============================================================== |
| 107 | + |
3 | 108 | Tag name: cam6_4_107 |
4 | 109 | Originator(s): JulioTBacmeister, perverwhee, cacraigucar |
5 | 110 | Date: August 13, 2025 |
|
0 commit comments