|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_152 |
| 4 | +Originator(s): fvitt |
| 5 | +Date: 13 Feb 2026 |
| 6 | +One-line Summary: TEM diagnostics updates |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1477 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | + Issue #1475 |
| 12 | + - Use ESMF 1st order conservative regridding method when computing zonal mean TEM diagnostics |
| 13 | + - Compute terms before regridding to avoid multiplication of errors |
| 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: jimmielin |
| 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 | +M src/utils/ctem_diags_mod.F90 |
| 31 | + - compute terms before regridding to avoid multiplication of errors |
| 32 | + |
| 33 | +M src/utils/esmf_lonlat_grid_mod.F90 |
| 34 | + - need grid cell corners for conservation regridding |
| 35 | + |
| 36 | +M src/utils/esmf_phys2lonlat_mod.F90 |
| 37 | + - use ESMF conservative regridding |
| 38 | + |
| 39 | +If there were any failures reported from running test_driver.sh on any test |
| 40 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 41 | +then copy the lines from the td.*.status files for the failed tests to the |
| 42 | +appropriate machine below. All failed tests must be justified. |
| 43 | + |
| 44 | +derecho/intel/aux_cam: |
| 45 | + FAIL ERI_D_Ln18.ne16pg3_ne16pg3_mt232.FHIST_C4.derecho_intel.cam-outfrq3s_eri |
| 46 | + - pre-existing failure |
| 47 | + ERI bug in CICE -- See: https://github.com/ESCOMP/CESM_CICE/issues/34 |
| 48 | + |
| 49 | + DIFF ERS_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s_ctem |
| 50 | + - differences TEM diagnostics output, otherwise bit-for-bit |
| 51 | + |
| 52 | +derecho/nvhpc/aux_cam: All PASS |
| 53 | + |
| 54 | +izumi/nag/aux_cam: All PASS |
| 55 | + |
| 56 | +izumi/gnu/aux_cam: All PASS |
| 57 | + |
| 58 | +Summarize any changes to answers: bit-for-bit |
| 59 | + |
| 60 | +=============================================================== |
| 61 | +=============================================================== |
| 62 | + |
3 | 63 | Tag name: cam6_4_151 |
4 | 64 | Originator(s): Haipeng Lin |
5 | 65 | Date: Feb 12, 2026 |
|
0 commit comments