|
| 1 | +=============================================================== |
| 2 | + |
| 3 | +Tag name: cam6_4_119 |
| 4 | +Originator: peverwhee |
| 5 | +Date: 26 September, 2025 |
| 6 | +One-line Summary: Bring in new atmospheric_physics tag and use CCPPized shortwave interfaces |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1372 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | +Part of "Conversion of RRTMGP to CCPP" (#1192) |
| 11 | +- Modifies the interfaces in radiation.F90 |
| 12 | +- Moves rrtmgp external to atmospheric_physics (schemes/rrtmgp/ext) |
| 13 | + |
| 14 | +Describe any changes made to build system: |
| 15 | + |
| 16 | +M bld/configure |
| 17 | +- update paths to RRTMGP external |
| 18 | + |
| 19 | +Describe any changes made to the namelist: N/A |
| 20 | + |
| 21 | +List any changes to the defaults for the boundary datasets: N/A |
| 22 | + |
| 23 | +Describe any substantial timing or memory changes: N/A |
| 24 | + |
| 25 | +Code reviewed by: nusbaume |
| 26 | + |
| 27 | +List all files eliminated: |
| 28 | + |
| 29 | +D src/physics/rrtmgp/ext |
| 30 | +- move submodule to atmospheric_physics |
| 31 | + |
| 32 | +D src/physics/rrtmgp/rad_solar_var.F90 |
| 33 | +- ccppized and moved to schemes/rrtmgp/rrtmgp_sw_solar_var.F90 |
| 34 | + |
| 35 | +List all files added and what they do: N/A |
| 36 | + |
| 37 | +List all existing files that have been modified, and describe the changes: |
| 38 | + |
| 39 | +M src/atmos_phys |
| 40 | +- updated submodule |
| 41 | + |
| 42 | +M src/physics/rrtmgp/radiation.F90 |
| 43 | +- update interface to use CCPPized schemes |
| 44 | + |
| 45 | +M src/physics/rrtmgp/rrtmgp_inputs_cam.F90 |
| 46 | +- ccppize and move sw gas optics and cloud optics |
| 47 | + |
| 48 | +If there were any failures reported from running test_driver.sh on any test |
| 49 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 50 | +then copy the lines from the td.*.status files for the failed tests to the |
| 51 | +appropriate machine below. All failed tests must be justified. |
| 52 | + |
| 53 | +derecho/intel/aux_cam: all BFB |
| 54 | + |
| 55 | +derecho/nvhpc/aux_cam: |
| 56 | + ERS_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_nvhpc.cam-outfrq9s_gpu_default |
| 57 | + - pre-existing failure- See issue: https://github.com/ESCOMP/CAM/issues/1383 |
| 58 | + |
| 59 | +izumi/nag/aux_cam: all BFB |
| 60 | + |
| 61 | +izumi/gnu/aux_cam: all BFB |
1 | 62 |
|
2 | 63 | =============================================================== |
3 | 64 |
|
|
0 commit comments