|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_156 |
| 4 | +Originator(s): fvitt, tilmes |
| 5 | +Date: 6 Mar 2026 |
| 6 | +One-line Summary: Fix issue with prescribed volcanic aerosols |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1495 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | + Fix issue with 5th mode of the prescribed volcanic sulfate. |
| 12 | + Issue #1494 |
| 13 | + |
| 14 | + Update IC file for B1850C_MTt4s compset. |
| 15 | + Issue #1493 |
| 16 | + |
| 17 | +Describe any changes made to build system: N/A |
| 18 | + |
| 19 | +Describe any changes made to the namelist: N/A |
| 20 | + |
| 21 | +List any changes to the defaults for the boundary datasets: N/A |
| 22 | + |
| 23 | +Describe any substantial timing or memory changes: N/A |
| 24 | + |
| 25 | +Code reviewed by: cacraigucar |
| 26 | + |
| 27 | +List all files eliminated: N/A |
| 28 | + |
| 29 | +List all files added and what they do: N/A |
| 30 | + |
| 31 | +List all existing files that have been modified, and describe the changes: |
| 32 | + |
| 33 | +M bld/namelist_files/use_cases/1850_cam_mt.xml |
| 34 | + - update prescribed ozone and strataero inputs |
| 35 | + - set rad_climate to include VOLC_MMR5 (prescrided 5th mode of volcanic sulfate) |
| 36 | + and use corrected physprop file for VOLC_MMR5 |
| 37 | + |
| 38 | +M bld/namelist_files/use_cases/1850_trop_strat_t4s_cam7.xml |
| 39 | + - update IC file (to include O2) |
| 40 | + |
| 41 | +M cime_config/testdefs/testmods_dirs/cam/outfrq9s_cam7_presc_volc/user_nl_cam |
| 42 | + - set rad_climate to include VOLC_MMR5 (prescrided 5th mode of volcanic sulfate) |
| 43 | + - use corrected physprop file for VOLC_MMR5 |
| 44 | + |
| 45 | +M src/chemistry/modal_aero/aero_model.F90 |
| 46 | + - output diameters of all 5 modes when history_cesm_forcing is TRUE |
| 47 | + |
| 48 | +M src/chemistry/mozart/mo_chm_diags.F90 |
| 49 | + - output so4 of the 5th mode when history_cesm_forcing is TRUE |
| 50 | + |
| 51 | +M src/physics/cam/aerosol_optics_cam.F90 |
| 52 | + - use correct radius (5th mode) for VOLC_MMR5 |
| 53 | + - call output_bin_diags for BAM aerosols (more diagnistcis) |
| 54 | + |
| 55 | +M src/physics/cam/phys_prop.F90 |
| 56 | + - add volcanic_radius5 to the list of valid optics methods |
| 57 | + |
| 58 | +If there were any failures reported from running test_driver.sh on any test |
| 59 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 60 | +then copy the lines from the td.*.status files for the failed tests to the |
| 61 | +appropriate machine below. All failed tests must be justified. |
| 62 | + |
| 63 | +derecho/intel/aux_cam: |
| 64 | + |
| 65 | +derecho/nvhpc/aux_cam: |
| 66 | + |
| 67 | +izumi/nag/aux_cam: |
| 68 | + |
| 69 | +izumi/gnu/aux_cam: |
| 70 | + |
| 71 | +CAM tag used for the baseline comparison tests if different than previous |
| 72 | +tag: |
| 73 | + |
| 74 | +Summarize any changes to answers, i.e., |
| 75 | +- what code configurations: |
| 76 | +- what platforms/compilers: |
| 77 | +- nature of change (roundoff; larger than roundoff but same climate; new |
| 78 | + climate): |
| 79 | + |
| 80 | +If bitwise differences were observed, how did you show they were no worse |
| 81 | +than roundoff? |
| 82 | + |
| 83 | +If this tag changes climate describe the run(s) done to evaluate the new |
| 84 | +climate in enough detail that it(they) could be reproduced, i.e., |
| 85 | +- source tag (all code used must be in the repository): |
| 86 | +- platform/compilers: |
| 87 | +- configure commandline: |
| 88 | +- build-namelist command (or complete namelist): |
| 89 | +- MSS location of output: |
| 90 | + |
| 91 | +MSS location of control simulations used to validate new climate: |
| 92 | + |
| 93 | +URL for AMWG diagnostics output used to validate new climate: |
| 94 | + |
| 95 | +=============================================================== |
| 96 | +=============================================================== |
| 97 | + |
3 | 98 | Tag name: cam6_4_155 |
4 | 99 | Originator(s): cacraig, jimmielin |
5 | 100 | Date: Feb 24, 2026 |
|
0 commit comments