|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_100 |
| 4 | +Originator(s): peverwhee, gdicker1 |
| 5 | +Date: 26 June 2025 |
| 6 | +One-line Summary: Memory leak fixes |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1333 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | +- closes #1318 - NVHPC compilers have a memory leak due to valid code being treated as allocation on assign in coords_1d.F90 |
| 12 | + - brings in new atmospheric_physics tag to address the leak |
| 13 | + |
| 14 | +- fixes leak in RRTMGP and modifies interfaces |
| 15 | + |
| 16 | +Describe any changes made to build system: none |
| 17 | + |
| 18 | +Describe any changes made to the namelist: none |
| 19 | + |
| 20 | +List any changes to the defaults for the boundary datasets: none |
| 21 | + |
| 22 | +Describe any substantial timing or memory changes: none |
| 23 | + |
| 24 | +Code reviewed by: cacraig |
| 25 | + |
| 26 | +List all files eliminated: n/a |
| 27 | + |
| 28 | +List all files added and what they do: n/a |
| 29 | + |
| 30 | +List all existing files that have been modified, and describe the changes: |
| 31 | + |
| 32 | +.gitmodules |
| 33 | +- update to atmospheric_physics tag atmos_phys0_14_001 |
| 34 | + |
| 35 | +src/atmos_phys |
| 36 | +- update submodule |
| 37 | + |
| 38 | +src/physics/rrtmgp/radiation.F90 |
| 39 | +- modify calling list to rrtmgp_post to match new atmospheric_physics tag |
| 40 | + |
| 41 | +If there were any failures reported from running test_driver.sh on any test |
| 42 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 43 | +then copy the lines from the td.*.status files for the failed tests to the |
| 44 | +appropriate machine below. All failed tests must be justified. |
| 45 | + |
| 46 | +derecho/intel/aux_cam: |
| 47 | + |
| 48 | +SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 49 | +- pre-existing failure due to build-namelist error requiring CLM/CTSM external update |
| 50 | + |
| 51 | +derecho/nvhpc/aux_cam: All PASS |
| 52 | + |
| 53 | +izumi/nag/aux_cam: All PASS |
| 54 | + |
| 55 | +izumi/gnu/aux_cam: All PASS |
| 56 | + |
| 57 | +CAM tag used for the baseline comparison tests if different than previous |
| 58 | +tag: |
| 59 | + |
| 60 | +Summarize any changes to answers: BFB |
| 61 | + |
| 62 | +=============================================================== |
| 63 | + |
3 | 64 | Tag name: cam6_4_099 |
4 | 65 | Originator(s): eaton |
5 | 66 | Date: 24 June 2025 |
|
0 commit comments