|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_128 |
| 4 | +Originator(s): jshaw35, fvitt, cacraig, nusbaume |
| 5 | +Date: Oct 30, 2025 |
| 6 | +One-line Summary: Correct allocation and assignment error for 'hgt_matrix_half' field in cospsimulator_intr.F90 |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1355 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + - Fix bug where CAM height interfaces were incorrectly passed to COSP (requires COSP update): |
| 11 | + https://github.com/ESCOMP/CAM/issues/1354 |
| 12 | + - Bring in an updated default WACCM IC file for the ne30 grid: |
| 13 | + https://github.com/ESCOMP/CAM/issues/1425 |
| 14 | + |
| 15 | +Describe any changes made to build system: N/A |
| 16 | + |
| 17 | +Describe any changes made to the namelist: N/A |
| 18 | + |
| 19 | +List any changes to the defaults for the boundary datasets: N/A |
| 20 | + |
| 21 | +Describe any substantial timing or memory changes: N/A |
| 22 | + |
| 23 | +Code reviewed by: eaton, brianpm, jedwards |
| 24 | + |
| 25 | +List all files eliminated: N/A |
| 26 | + |
| 27 | +List all files added and what they do: N/A |
| 28 | + |
| 29 | +List all existing files that have been modified, and describe the changes: |
| 30 | + |
| 31 | +M .gitmodules |
| 32 | +M src/physics/cosp2/src |
| 33 | + - Update COSP submodule to version 2.1.9 |
| 34 | + |
| 35 | +M src/physics/cam/cospsimulator_intr.F90 |
| 36 | + - Fix 'hgt_matrix_half' bug, and add new COSP diagnostic fields to |
| 37 | + CAM history output. |
| 38 | + |
| 39 | +M bld/namelist_files/namelist_defaults_cam.xml |
| 40 | + - Use spun-up default WACCM IC file for the ne30 grid. |
| 41 | + |
| 42 | +M cime_config/testdefs/testmods_dirs/cam/cosp_rad_diags/user_nl_cam |
| 43 | + - Add 'CS_WR_CFODD_REFF_LARGE' to fexcl list in COSP ERC test in order |
| 44 | + to allow tests to pass (CloudSat variables appear to be task-dependent). |
| 45 | + |
| 46 | + |
| 47 | +If there were any failures reported from running test_driver.sh on any test |
| 48 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 49 | +then copy the lines from the td.*.status files for the failed tests to the |
| 50 | +appropriate machine below. All failed tests must be justified. |
| 51 | + |
| 52 | +derecho/intel/aux_cam: |
| 53 | + |
| 54 | + ERC_D_Ln9.f19_f19_mt232.QPC6.derecho_intel.cam-outfrq3s_cosp (Overall: DIFF) |
| 55 | + - COSP answer changes due to bug fix and new COSP submodule |
| 56 | + |
| 57 | +derecho/nvhpc/aux_cam: ALL PASS |
| 58 | + |
| 59 | +izumi/nag/aux_cam: |
| 60 | + |
| 61 | +ERC_D_Ln9.f10_f10_mt232.FHIST.izumi_nag.cam-outfrq3s_cospsathist (Overall: DIFF) |
| 62 | +ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHISTC_LTso.izumi_nag.cam-cosp_rad_diags (Overall: DIFF) |
| 63 | + - COSP answer changes due to bug fix and new COSP submodule |
| 64 | + |
| 65 | +izumi/gnu/aux_cam: |
| 66 | + |
| 67 | + ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHIST_C5.izumi_gnu.cam-carma_cosp_rad_diag_mam (Overall: DIFF) |
| 68 | + - COSP answer changes due to bug fix and new COSP submodule |
| 69 | + |
| 70 | +Summarize any changes to answers: COSP answer changes validated by Brian Medeiros (brianpm) |
| 71 | + |
| 72 | +=============================================================== |
| 73 | +=============================================================== |
| 74 | + |
3 | 75 | Tag name: cam6_4_127 |
4 | 76 | Originator(s): courtneyp, jedwards |
5 | 77 | Date: Oct 24, 2025 |
|
0 commit comments