|
| 1 | + |
| 2 | +=============================================================== |
| 3 | + |
| 4 | +Tag name: cam6_4_150 |
| 5 | +Originator(s): Jack Chen, Peter Lauritzen, cacraigucar |
| 6 | +Date: Feb 9, 2026 |
| 7 | +One-line Summary: fix frontogenesis function bug for FV |
| 8 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1467 |
| 9 | + |
| 10 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 11 | +- Gradient computations for the fronotogenesis function were originally computed over terrain-following coordinate. |
| 12 | + Correction terms are added so gradients are on isobaric coordinates. |
| 13 | +- diagnostic PS and PSDRY computation in CAM-SE dycore written to log file is missing mass over model top. |
| 14 | + |
| 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: 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 src/dynamics/fv/gravity_waves_sources.F90 |
| 32 | + M src/dynamics/se/dycore/prim_state_mod.F90 |
| 33 | + - Changes as described above |
| 34 | + |
| 35 | +If there were any failures reported from running test_driver.sh on any test |
| 36 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 37 | +then copy the lines from the td.*.status files for the failed tests to the |
| 38 | +appropriate machine below. All failed tests must be justified. |
| 39 | + |
| 40 | +derecho/intel/aux_cam: |
| 41 | + |
| 42 | + FAIL ERI_D_Ln18.ne16pg3_ne16pg3_mt232.FHIST_C4.derecho_intel.cam-outfrq3s_eri |
| 43 | + - pre-existing failure |
| 44 | + - ERI test discovered a bug in CICE: See: https://github.com/ESCOMP/CESM_CICE/issues/34 |
| 45 | + |
| 46 | + ERP_Lh12.f19_f19_mg17.FW4madSD.derecho_intel.cam-outfrq3h (Overall: DIFF) details: |
| 47 | + ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 48 | + ERP_Ln9.f19_f19_mg17.FWsc1850.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 49 | + ERS_Ln9.f09_f09_mg17.FX2000.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 50 | + ERS_Ln9.f19_f19_mg17.FXSD.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 51 | + SMS_D_Ln9.f09_f09_mg17.FCts2nudged.derecho_intel.cam-outfrq9s_leapday (Overall: DIFF) details: |
| 52 | + SMS_D_Ln9.f09_f09_mg17.FCvbsxHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 53 | + SMS_D_Ln9.f19_f19_mg17.FCARMA2000climo.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 54 | + SMS_D_Ln9.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 55 | + SMS_D_Ln9.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s_waccm_ma_mam4 (Overall: DIFF) details: |
| 56 | + SMS_D_Ln9.f19_f19_mg17.QPC2000climo.derecho_intel.cam-outfrq3s_usecase (Overall: DIFF) details: |
| 57 | + SMS_Ld1.f09_f09_mg17.FCHIST_GC.derecho_intel.cam-outfrq1d (Overall: DIFF) details: |
| 58 | + SMS_Ld1.f09_f09_mg17.FW2000climo.derecho_intel.cam-outfrq1d (Overall: DIFF) details: |
| 59 | + SMS_Lh12.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq3h (Overall: DIFF) details: |
| 60 | + SMS_Ln9.f09_f09_mg17.FW1850.derecho_intel.cam-reduced_hist3s (Overall: DIFF) details: |
| 61 | + - Answer changes for FV expected |
| 62 | + |
| 63 | +derecho/nvhpc/aux_cam: all pass |
| 64 | + |
| 65 | +izumi/nag/aux_cam: |
| 66 | + ERC_D_Ln9.f10_f10_mg37.QPWmaC6.izumi_nag.cam-outfrq3s (Overall: DIFF) details: |
| 67 | + - Answer changes for FV expected |
| 68 | + |
| 69 | +izumi/gnu/aux_cam: |
| 70 | + ERC_D_Ln9.f10_f10_mg37.QPC4.izumi_gnu.cam-outfrq3s_diags (Overall: DIFF) details: |
| 71 | + SMS_D_Ln9.f10_f10_mg37.FWmaHIST.izumi_gnu.cam-outfrq9s_mee_fluxes (Overall: DIFF) details: |
| 72 | + SMS_D_Ln9.f10_f10_mg37.QPWmaC4.izumi_gnu.cam-outfrq9s_apmee (Overall: DIFF) details: |
| 73 | + SMS_D_Ln9.f19_f19_mt232.FW4madSD.izumi_gnu.cam-outfrq9s (Overall: DIFF) details: |
| 74 | + - Answer changes for FV expected |
| 75 | + |
| 76 | +Summarize any changes to answers: |
| 77 | + FV answers differences are climate changing - ACOM will need to retune at a future date |
| 78 | + |
| 79 | +=============================================================== |
1 | 80 | =============================================================== |
2 | 81 |
|
3 | 82 | Tag name: cam6_4_149 |
|
0 commit comments