|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_149 |
| 4 | +Originator(s): fvitt, tilmes, lkemmons |
| 5 | +Date: |
| 6 | +One-line Summary: Include chemical heating in mid-top configurations |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1478 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | + - Include chemical heating in mid-top configurations by turning on WACCM physics in |
| 12 | + the mid-top (MT) chemistry compsets -- Issue #1476 |
| 13 | + |
| 14 | + - Update tropospheric chemistry |
| 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: |
| 21 | + |
| 22 | +Describe any substantial timing or memory changes: |
| 23 | + |
| 24 | +Code reviewed by: |
| 25 | + |
| 26 | +List all files eliminated: |
| 27 | +D src/chemistry/pp_trop_strat_mam5_ts4 |
| 28 | +D src/chemistry/pp_trop_strat_mam5_vbs |
| 29 | + - replaced by the "s1" mechanisms |
| 30 | + |
| 31 | +List all files added and what they do: |
| 32 | +A src/chemistry/pp_trop_strat_mam5_t4s2 |
| 33 | +A src/chemistry/pp_trop_strat_mam5_t1s1 |
| 34 | +A src/chemistry/pp_trop_strat_mam5_t1s2 |
| 35 | + - low-top (s1) and mid-top mechanisms (s2) |
| 36 | + |
| 37 | +List all existing files that have been modified, and describe the changes: |
| 38 | +M bld/build-namelist |
| 39 | +M bld/namelist_files/use_cases/hist_trop_strat_nudged_cam6.xml |
| 40 | + - key off of new mechanism names |
| 41 | + |
| 42 | +M bld/configure |
| 43 | +M bld/config_files/definition.xml |
| 44 | +M bld/namelist_files/namelist_definition.xml |
| 45 | + - update chem names |
| 46 | + |
| 47 | +M bld/namelist_files/use_cases/hist_trop_strat_t4s_cam7.xml |
| 48 | + - update mid-top IC file |
| 49 | + |
| 50 | +M bld/namelist_files/namelist_defaults_cam.xml |
| 51 | + - update mid-top IC files |
| 52 | + - key off of new mechanism names |
| 53 | + |
| 54 | +M cime_config/config_component.xml |
| 55 | +M cime_config/config_compsets.xml |
| 56 | + - include -waccm_phys configure option in mid-top chemistry compsets (S2) |
| 57 | + - replace longname chemistry specifiers as follows |
| 58 | + CT1S -> CT1S1, CT1S2 (low-top and mid-top) |
| 59 | + CT4S -> CT4S2 (mid-top) |
| 60 | + |
| 61 | +M src/chemistry/mozart/mo_jeuv.F90 |
| 62 | + - set euv_heating to zero when no EUV photo reactions are in mechanism (mid-top) |
| 63 | + |
| 64 | +M src/chemistry/mozart/mo_waccm_hrates.F90 |
| 65 | + - output chemical heating info to atm.log file |
| 66 | + |
| 67 | +M src/chemistry/pp_waccm_t4ma_mam5 |
| 68 | + - tropospheric chemistry updates |
| 69 | + |
| 70 | +If there were any failures reported from running test_driver.sh on any test |
| 71 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 72 | +then copy the lines from the td.*.status files for the failed tests to the |
| 73 | +appropriate machine below. All failed tests must be justified. |
| 74 | + |
| 75 | +derecho/intel/aux_cam: |
| 76 | + |
| 77 | +derecho/nvhpc/aux_cam: |
| 78 | + |
| 79 | +izumi/nag/aux_cam: |
| 80 | + |
| 81 | +izumi/gnu/aux_cam: |
| 82 | + |
| 83 | +CAM tag used for the baseline comparison tests if different than previous |
| 84 | +tag: |
| 85 | + |
| 86 | +Summarize any changes to answers, i.e., |
| 87 | +- what code configurations: |
| 88 | +- what platforms/compilers: |
| 89 | +- nature of change (roundoff; larger than roundoff but same climate; new |
| 90 | + climate): |
| 91 | + |
| 92 | +If bitwise differences were observed, how did you show they were no worse |
| 93 | +than roundoff? |
| 94 | + |
| 95 | +If this tag changes climate describe the run(s) done to evaluate the new |
| 96 | +climate in enough detail that it(they) could be reproduced, i.e., |
| 97 | +- source tag (all code used must be in the repository): |
| 98 | +- platform/compilers: |
| 99 | +- configure commandline: |
| 100 | +- build-namelist command (or complete namelist): |
| 101 | +- MSS location of output: |
| 102 | + |
| 103 | +MSS location of control simulations used to validate new climate: |
| 104 | + |
| 105 | +URL for AMWG diagnostics output used to validate new climate: |
| 106 | + |
| 107 | +=============================================================== |
| 108 | +=============================================================== |
| 109 | + |
3 | 110 | Tag name: cam6_4_148 |
4 | 111 | Originator(s): peverwhee, sjsprecious |
5 | 112 | Date: 29 January 2026 |
|
0 commit comments