|
| 1 | +=============================================================== |
| 2 | + |
| 3 | +Tag name: cam6_4_111 |
| 4 | +Originator(s): JulioTBacmeister, cacraigucar, peverwhee |
| 5 | +Date: August 29, 2025 |
| 6 | +One-line Summary: Making blending region consistent with p_top for radiation schemes |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1379 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + - Rename p_top_for_rrtmgp to the more generic p_top_for_equil_rad |
| 11 | + - Move p_top_for_equil_rad to radheat namelist group and read in radheat_readnl |
| 12 | + - Use p_top_for_equil_rad to set minimum pressure for blending layer in radheat_init |
| 13 | + - Update stochastic tau PUMAS file path to match new location |
| 14 | + |
| 15 | +Describe any changes made to build system: N/A |
| 16 | + |
| 17 | +Describe any changes made to the namelist: |
| 18 | +M bld/build-namelist |
| 19 | +M bld/namelist_files/namelist_defaults_cam.xml |
| 20 | +M bld/namelist_files/namelist_definition.xml |
| 21 | +- Rename p_top_for_rrtmgp to p_top_for_equil_rad |
| 22 | +- Update default for RRTMGP (cam7 physics) to 2 |
| 23 | +- Correct the stochastic tau pumas file path |
| 24 | + |
| 25 | +List any changes to the defaults for the boundary datasets: N/A |
| 26 | + |
| 27 | +Describe any substantial timing or memory changes: N/A |
| 28 | + |
| 29 | +Code reviewed by: cacraigucar, peverwhee |
| 30 | + |
| 31 | +List all files eliminated: N/A |
| 32 | + |
| 33 | +List all files added and what they do: N/A |
| 34 | + |
| 35 | +List all existing files that have been modified, and describe the changes: |
| 36 | +M src/physics/cam/radheat.F90 |
| 37 | +- remove unused variables |
| 38 | +- read in p_top_for_equil_rad in readnl |
| 39 | +- use p_top_for_equil_rad as minimum lw pressure |
| 40 | + |
| 41 | +M src/physics/rrtmgp/radiation.F90 |
| 42 | +- Remove p_top_for_rrtmgp from readnl |
| 43 | +- "use" p_top_for_equil_rad in radiation_init to pass into rrtmgp_inputs_setup_init |
| 44 | + |
| 45 | +M src/physics/waccm/radheat.F90 |
| 46 | +- Add p_top_for_equil_rad to readnl routine |
| 47 | + |
| 48 | +If there were any failures reported from running test_driver.sh on any test |
| 49 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 50 | +then copy the lines from the td.*.status files for the failed tests to the |
| 51 | +appropriate machine below. All failed tests must be justified. |
| 52 | + |
| 53 | +derecho/intel/aux_cam: |
| 54 | + ERP_Ld3.ne30pg3_ne30pg3_mt232.FHISTC_MTt4s.derecho_intel.cam-outfrq1d_aoa (Overall: DIFF) details: |
| 55 | + SMS_D_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_MTso.derecho_intel.cam-outfrq9s (Overall: DIFF) details: |
| 56 | + SMS_D_Ln9_P1280x1.ne30pg3_ne30pg3_mt232.FHISTC_MTt1s.derecho_intel.cam-outfrq9s_Leung_dust (Overall: DIFF) details: |
| 57 | + - diffs for MT configuration due to namelist default change |
| 58 | + |
| 59 | + ERC_D_Ln9.mpasa120_mpasa120.FHISTC_LTso.derecho_intel.cam-outfrq9s_mpasa120 (Overall: NLFAIL) details: |
| 60 | + ERC_D_Ln9.mpasa120_mpasa120.QPC7.derecho_intel.cam-outfrq9s_mpasa120 (Overall: NLFAIL) details: |
| 61 | + ERC_D_Ln9.ne30pg2_ne30pg2_mt232.QPC7.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: |
| 62 | + ERI_D_Ln18.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_intel.cam-outfrq3s_eri (Overall: NLFAIL) details: |
| 63 | + ERP_Ld3.ne16pg3_ne16pg3_mg17.FHISTC_WAt1ma.derecho_intel.cam-reduced_hist1d (Overall: NLFAIL) details: |
| 64 | + ERP_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WAma.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: |
| 65 | + ERR_Ln9.ne16pg3_ne16pg3_mt232.FHISTC_LTso.derecho_intel.cam-outfrq9s_bwic (Overall: NLFAIL) details: |
| 66 | + ERS_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s_ctem (Overall: NLFAIL) details: |
| 67 | + SMS_C2_D_Ln9.ne16pg3_ne16pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s (Overall: NLFAIL) details: |
| 68 | + SMS_Ln9.ne30pg3_ne30pg3_mg17.FW2000climo.derecho_intel.cam-outfrq9s_rrtmgp (Overall: NLFAIL) details: |
| 69 | + - nlfails for all RRTMGP configurations due to namelist name change |
| 70 | + |
| 71 | + SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 72 | + - pre-existing failure due to build-namelist error requiring CLM/CTSM external update. |
| 73 | + |
| 74 | +derecho/nvhpc/aux_cam: |
| 75 | + ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: NLFAIL) details: |
| 76 | + - nlfail for all RRTMGP configurations due to namelist name change |
| 77 | + |
| 78 | +izumi/nag/aux_cam: |
| 79 | + ERC_D_Ln9.mpasa480_mpasa480_mt232.QPC7.izumi_nag.cam-outfrq9s_mpasa480 (Overall: NLFAIL) details: |
| 80 | + ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHISTC_LTso.izumi_nag.cam-cosp_rad_diags (Overall: NLFAIL) details: |
| 81 | + ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHISTC_LTso.izumi_nag.cam-outfrq9s_nochem (Overall: NLFAIL) details: |
| 82 | + - nlfails for all RRTMGP configurations due to namelist name change |
| 83 | + |
| 84 | +izumi/gnu/aux_cam: |
| 85 | + ERC_D_Ln9.mpasa480_mpasa480_mt232.FHISTC_LTso.izumi_gnu.cam-outfrq9s_mpasa480 (Overall: NLFAIL) details: |
| 86 | + ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHISTC_LTso.izumi_gnu.cam-sat_lcltod (Overall: NLFAIL) details: |
| 87 | + ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPC7.izumi_gnu.cam-outfrq9s (Overall: NLFAIL) details: |
| 88 | + SMS_D_Ln3.ne3pg3_ne3pg3_mt232.PC7.izumi_gnu.cam-pc7_ne3pg3 (Overall: NLFAIL) details: |
| 89 | + - nlfails for all RRTMGP configurations due to namelist name change |
1 | 90 |
|
2 | 91 | =============================================================== |
3 | 92 |
|
|
0 commit comments