|
1 | 1 | ===============================================================
|
2 | 2 |
|
| 3 | +Tag name: cam6_3_146 |
| 4 | +Originator(s): cacraig |
| 5 | +Date: Jan 23, 2024 |
| 6 | +One-line Summary: ZM clean up in preparation for using via CCPP and remove zmconv_microp feature |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/890 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + - Work to make ZM compatible with CCPP conversion process |
| 11 | + - Removed CAM3 switch from ZM in move to no longer support CAM3 |
| 12 | + - Remove microphysics embedded in ZM: https://github.com/ESCOMP/CAM/issues/889 |
| 13 | + |
| 14 | +Describe any changes made to build system: N/A |
| 15 | + |
| 16 | +Describe any changes made to the namelist: |
| 17 | + - removed zmconv_microp namelist |
| 18 | + |
| 19 | +List any changes to the defaults for the boundary datasets: N/A |
| 20 | + |
| 21 | +Describe any substantial timing or memory changes: N/A |
| 22 | + |
| 23 | +Code reviewed by: nusbaume, mwaxmonsky |
| 24 | + |
| 25 | +List all files eliminated: |
| 26 | +D src/physics/cam/zm_microphysics.F90 |
| 27 | + - removed zmconv_microp capability as it is not used |
| 28 | + |
| 29 | +D src/physics/cam/zm_conv.F90 |
| 30 | + - moved ZM to ESCOMP/atcmospheric_physics and broke into separate modules |
| 31 | + |
| 32 | +D cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/shell_commands |
| 33 | +D cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/user_nl_cam |
| 34 | +D cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/user_nl_clm |
| 35 | +D cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/user_nl_cpl |
| 36 | + - removed test which tested zmconv_microp |
| 37 | + |
| 38 | +List all files added and what they do: N/A |
| 39 | + |
| 40 | +List all existing files that have been modified, and describe the changes: |
| 41 | +M Externals_CAM.cfg |
| 42 | + - updated ESCOMP/atmospheric_physics to bring in tag with ZM |
| 43 | + |
| 44 | +M bld/build-namelist |
| 45 | +M bld/namelist_files/namelist_defaults_cam.xml |
| 46 | +M bld/namelist_files/namelist_definition.xml |
| 47 | +M src/physics/cam/clubb_intr.F90 |
| 48 | + - removed zmconv_microp namelist and associated code |
| 49 | + |
| 50 | +M bld/configure |
| 51 | + - add location for src/atmos_phys/zm |
| 52 | + |
| 53 | +M cime_config/testdefs/testlist_cam.xml |
| 54 | + - removed test which tested zmconv_microp and CAM3 |
| 55 | + |
| 56 | +M src/physics/cam/macrop_driver.F90 |
| 57 | + - removed zmconv_microp namelist and associated code |
| 58 | + - Changes needed to support ZM no longer having pcols dimension |
| 59 | + |
| 60 | +M src/chemistry/modal_aero/modal_aero_convproc.F90 |
| 61 | +M src/physics/cam/cloud_fraction.F90 |
| 62 | +M src/physics/cam/convect_shallow.F90 |
| 63 | +M src/physics/cam/rk_stratiform.F90 |
| 64 | +M src/physics/spcam/crmclouds_camaerosols.F90 |
| 65 | + - Changes needed to support ZM no longer having pcols dimension |
| 66 | + |
| 67 | +M src/physics/cam/zm_conv_intr.F90 |
| 68 | + - Changes to prepare this routine to support CCPP conversion |
| 69 | + - Pass in variables which were being "use"d in ZM previously |
| 70 | + - Only pass :ncol sections of arrays since pcols has been removed from ZM |
| 71 | + - removed zmconv_microp namelist and associated code |
| 72 | + |
| 73 | +If there were any failures reported from running test_driver.sh on any test |
| 74 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 75 | +then copy the lines from the td.*.status files for the failed tests to the |
| 76 | +appropriate machine below. All failed tests must be justified. |
| 77 | + |
| 78 | +derecho/intel/aux_cam: all BFB except: |
| 79 | + ERP_Ln9_Vnuopc.C96_C96_mg17.F2000climo.derecho_intel.cam-outfrq9s_mg3 (Overall: PEND) details: |
| 80 | + ERP_Ln9_Vnuopc.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) details: |
| 81 | + - preexisting failures |
| 82 | + |
| 83 | +izumi/nag/aux_cam: all BFB except: |
| 84 | + DAE_Vnuopc.f45_f45_mg37.FHS94.izumi_nag.cam-dae (Overall: FAIL) details: |
| 85 | + - preexisting failure |
| 86 | + |
| 87 | +izumi/gnu/aux_cam: all BFB |
| 88 | + |
| 89 | +=============================================================== |
| 90 | +=============================================================== |
| 91 | + |
3 | 92 | Tag name: cam6_3_145
|
4 | 93 | Originator(s): katetc, cacraigucar, andrewgettelman
|
5 | 94 | Date: 05 Jan 2024
|
|
0 commit comments