|
| 1 | + |
| 2 | +=============================================================== |
| 3 | + |
| 4 | +Tag name: cam6_4_164 |
| 5 | +Originator(s): cacraigucar, billsacks, sjsprecious, nusbaume, jimmielin |
| 6 | +Date: April 15, 2026 |
| 7 | +One-line Summary: Misc tag before CESM3 release |
| 8 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1530 |
| 9 | + |
| 10 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 11 | + - Fixes for snapshot output in GNU debug: https://github.com/ESCOMP/CAM/pull/1503 |
| 12 | + - Point to correct locations for datm, satm, and xatm: https://github.com/ESCOMP/CAM/pull/1492 |
| 13 | + - nvhpc test fails since update to match alphaa08l externals: https://github.com/ESCOMP/CAM/issues/1513 |
| 14 | + - Wrong function used in SE dycore "prim_printstate": https://github.com/ESCOMP/CAM/issues/1491 |
| 15 | + |
| 16 | +Describe any changes made to build system: N/A |
| 17 | + |
| 18 | +Describe any changes made to the namelist: N/A |
| 19 | + |
| 20 | +List any changes to the defaults for the boundary datasets: N/A |
| 21 | + |
| 22 | +Describe any substantial timing or memory changes: N/A |
| 23 | + |
| 24 | +Code reviewed by: jimmielin, cacraigucar |
| 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 | +M .config_files.xml |
| 32 | + - mods for datm, satm and xatm locations |
| 33 | + |
| 34 | +M .gitmodules |
| 35 | +M ccs_config |
| 36 | + - update ccs_config tag to get fix for GPU test |
| 37 | + |
| 38 | +M cime_config/testdefs/testlist_cam.xml |
| 39 | + - increase time for WACCM test which ran past its time limit |
| 40 | + |
| 41 | +M src/control/cam_snapshot_common.F90 |
| 42 | +M src/physics/cam/physpkg.F90 |
| 43 | +M src/physics/cam7/physpkg.F90 |
| 44 | + - fixes for snapshot output |
| 45 | + |
| 46 | +M src/dynamics/se/dycore/prim_state_mod.F90 |
| 47 | + - "MINVAL" needed to be "MAXVAL" for a calculation |
| 48 | + |
| 49 | + |
| 50 | +If there were any failures reported from running test_driver.sh on any test |
| 51 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 52 | +then copy the lines from the td.*.status files for the failed tests to the |
| 53 | +appropriate machine below. All failed tests must be justified. |
| 54 | + |
| 55 | +derecho/intel/aux_cam: all BFB |
| 56 | + |
| 57 | +derecho/nvhpc/aux_cam: |
| 58 | + ERS_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: DIFF) details: |
| 59 | + - Baseline difference expected per jimmielin |
| 60 | + |
| 61 | +izumi/nag/aux_cam: |
| 62 | + ERC_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_nag.cam-outfrq3s_subcol (Overall: FAIL) details: |
| 63 | + FAIL ERC_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_nag.cam-outfrq3s_subcol COMPARE_base_rest |
| 64 | + - pre-existing failure -- see https://github.com/ESCOMP/CAM/issues/1514 |
| 65 | + |
| 66 | +izumi/gnu/aux_cam: all BFB |
| 67 | + |
| 68 | +=============================================================== |
1 | 69 | =============================================================== |
2 | 70 |
|
3 | 71 | Tag name: cam6_4_163 |
|
0 commit comments