|
| 1 | +=============================================================== |
| 2 | + |
| 3 | +Tag name: cam6_4_122 |
| 4 | +Originator(s): fvitt |
| 5 | +Date: 2 Oct 2025 |
| 6 | +One-line Summary: Enable prescribed MAM5 volcanic forcings; chemistry preprocessor fix |
| 7 | +Github PR URLs: |
| 8 | + https://github.com/ESCOMP/CAM/pull/1375 |
| 9 | + https://github.com/ESCOMP/CAM/pull/1391 |
| 10 | + |
| 11 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 12 | + |
| 13 | + Enable the use of prescribed MAM5 stratospheric volcanic aerosol forcings. |
| 14 | + (Updates needed for prescribed MAM5 stratospheric aerosols #1187) |
| 15 | + |
| 16 | + Fix an issue with the chemistry preprocessor on derecho. |
| 17 | + (Chemistry preprocessor broken on derecho #1389) |
| 18 | + |
| 19 | +Describe any changes made to build system: N/A |
| 20 | + |
| 21 | +Describe any changes made to the namelist: N/A |
| 22 | + |
| 23 | +List any changes to the defaults for the boundary datasets: N/A |
| 24 | + |
| 25 | +Describe any substantial timing or memory changes: N/A |
| 26 | + |
| 27 | +Code reviewed by: cacraigucar |
| 28 | + |
| 29 | +List all files eliminated: N/A |
| 30 | + |
| 31 | +List all files added and what they do: |
| 32 | + |
| 33 | +A cime_config/testdefs/testmods_dirs/cam/outfrq9s_cam7_presc_volc/shell_commands |
| 34 | +A cime_config/testdefs/testmods_dirs/cam/outfrq9s_cam7_presc_volc/user_nl_cam |
| 35 | +A cime_config/testdefs/testmods_dirs/cam/outfrq9s_cam7_presc_volc/user_nl_clm |
| 36 | + - add regression test for precscribed MAM5 stratospheric aerosols |
1 | 37 |
|
| 38 | +List all existing files that have been modified, and describe the changes: |
| 39 | + |
| 40 | +M .gitmodules |
| 41 | +M chem_proc |
| 42 | + - update preprocessor to tag cam_proc5_0_07 |
| 43 | + |
| 44 | +M cime_config/testdefs/testlist_cam.xml |
| 45 | + - regression test for precscribed MAM5 stratospheric aerosols |
| 46 | + |
| 47 | +M src/chemistry/utils/prescribed_strataero.F90 |
| 48 | + - add ability to include precscribed MAM5 stratospheric aerosols |
| 49 | + |
| 50 | +If there were any failures reported from running test_driver.sh on any test |
| 51 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 52 | +then copy the lines from the td.*.status files for the failed tests to the |
| 53 | +appropriate machine below. All failed tests must be justified. |
| 54 | + |
| 55 | +derecho/intel/aux_cam: All PASS |
| 56 | + |
| 57 | +derecho/nvhpc/aux_cam: |
| 58 | + FAIL ERS_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_nvhpc.cam-outfrq9s_gpu_default RUN time=441 |
| 59 | + - pre-existing failure -- might be related to https://github.com/ESCOMP/CAM/issues/1383 |
| 60 | + |
| 61 | +izumi/nag/aux_cam: All PASS |
| 62 | + |
| 63 | +izumi/gnu/aux_cam: All PASS |
| 64 | + |
| 65 | +Summarize any changes to answers: bit-for-bit unchanged |
| 66 | + |
| 67 | +=============================================================== |
2 | 68 | =============================================================== |
3 | 69 |
|
4 | 70 | Tag name: cam6_4_121 |
|
0 commit comments