|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_106 |
| 4 | +Originator(s): kuanchihwang |
| 5 | +Date: July 23, 2025 |
| 6 | +One-line Summary: Add "_mpas" suffix and use "ncol" dimension for MPAS-specific output variables |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1338 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | + This PR changes how MPAS-specific output variables are written to history files: |
| 12 | + |
| 13 | + 1. Add the "_mpas" suffix, making it clear that these variables are specific to MPAS and |
| 14 | + are different from the standard CAM ones. |
| 15 | + 2. Change the dimension name from "nCells" to "ncol", improving the compatibility with |
| 16 | + certain tools like ncremap from NetCDF Operator. |
| 17 | + |
| 18 | + Restart files are not affected. |
| 19 | + |
| 20 | + Closes #1323 (MPAS outputs w, theta, and rho) |
| 21 | + |
| 22 | +Describe any changes made to build system: |
| 23 | + |
| 24 | + None |
| 25 | + |
| 26 | +Describe any changes made to the namelist: |
| 27 | + |
| 28 | + None |
| 29 | + |
| 30 | +List any changes to the defaults for the boundary datasets: |
| 31 | + |
| 32 | + None |
| 33 | + |
| 34 | +Describe any substantial timing or memory changes: |
| 35 | + |
| 36 | + None |
| 37 | + |
| 38 | +Code reviewed by: |
| 39 | + |
| 40 | + PeterHjortLauritzen, cacraigucar |
| 41 | + |
| 42 | +List all files eliminated: |
| 43 | + |
| 44 | + None |
| 45 | + |
| 46 | +List all files added and what they do: |
| 47 | + |
| 48 | + None |
| 49 | + |
| 50 | +List all existing files that have been modified, and describe the changes: |
| 51 | + |
| 52 | + M src/dynamics/mpas/stepon.F90 |
| 53 | + * Add the "_mpas" suffix to MPAS-specific output variables |
| 54 | + * Change the dimension name of MPAS-specific output variables from "nCells" to "ncol" |
| 55 | + |
| 56 | +If there were any failures reported from running test_driver.sh on any test |
| 57 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 58 | +then copy the lines from the td.*.status files for the failed tests to the |
| 59 | +appropriate machine below. All failed tests must be justified. |
| 60 | + |
| 61 | +derecho/intel/aux_cam: |
| 62 | + |
| 63 | + SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) details: |
| 64 | + FAIL SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s SETUP |
| 65 | + * Pre-existing failures due to build-namelist error requiring CLM/CTSM external update |
| 66 | + |
| 67 | +derecho/nvhpc/aux_cam: |
| 68 | + |
| 69 | + All pass |
| 70 | + |
| 71 | +izumi/nag/aux_cam: |
| 72 | + |
| 73 | + All pass |
| 74 | + |
| 75 | +izumi/gnu/aux_cam: |
| 76 | + |
| 77 | + All pass |
| 78 | + |
| 79 | +CAM tag used for the baseline comparison tests if different than previous |
| 80 | +tag: |
| 81 | + |
| 82 | + cam6_4_105 |
| 83 | + |
| 84 | +Summarize any changes to answers: |
| 85 | + |
| 86 | + None |
| 87 | + |
| 88 | +=============================================================== |
| 89 | + |
3 | 90 | Tag name: cam6_4_105 |
4 | 91 | Originator(s): eaton |
5 | 92 | Date: 22 July 2025 |
|
0 commit comments