|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_055 |
| 4 | +Originator(s): eaton |
| 5 | +Date: 13 January 2025 |
| 6 | +One-line Summary: Add QPLT and QPMT compsets, plus misc. |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1203 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | +Issue #814 - Introduce QPC7 and possibly QPS7 aquaplanet compsets |
| 12 | + - Analogous to FLT and FMT compset names, create QPLT and QPMT compsets. |
| 13 | + - Open new issue to address QPS7. |
| 14 | + - The new aquaplanet configurations use '-chem none' to eliminate the |
| 15 | + aerosols. This is much faster and requires much less memory than a |
| 16 | + configuration that leaves the default chemistry in place and removes |
| 17 | + aerosols by zeroing the initial concentrations and emission sources. |
| 18 | + |
| 19 | +Issue #1159 - Prealpha tests exceeding wallclock |
| 20 | + - increased time limit to 20 minutes for these prealpha tests: |
| 21 | + ERP_Ln9.f09_f09_mg17.FHIST_BGC.derecho_intel.cam-outfrq9s |
| 22 | + ERP_Ln9.f09_f09_mg17.FHIST.derecho_intel.cam-outfrq9s |
| 23 | + |
| 24 | +Issue #670 - DAE test broken |
| 25 | + - ChangeLog indicates that this test has never worked since it was added |
| 26 | + in cam6_2_046 (2020-09-01). Test removed. |
| 27 | + |
| 28 | +Issue #807 - add UT and UQ to cam_diagnostics |
| 29 | + - Add UT and UQ. Note that other possible fields mentioned in the issue, |
| 30 | + i.e., OMEGA2, OMEGAQ, OMEGAU, and OMEGAV, are already implemented. |
| 31 | + OMEGA2 is called OMGAOMGA. |
| 32 | + |
| 33 | +Describe any changes made to build system: none |
| 34 | + |
| 35 | +Describe any changes made to the namelist: none |
| 36 | + |
| 37 | +List any changes to the defaults for the boundary datasets: |
| 38 | +. add spun up initial files for QPLT compset on ne3pg3 and ne30pg3 grids. |
| 39 | + atm/cam/inic/se/QPLT_L58_ne3pg3_c241127.nc |
| 40 | + atm/cam/inic/se/QPLT_L58_ne30pg3_c241127.nc |
| 41 | + |
| 42 | +. add spun up initial files for QPMT compset on ne3pg3 and ne30pg3 grids. |
| 43 | + atm/cam/inic/se/QPMT_L93_ne3pg3_c241223.nc |
| 44 | + atm/cam/inic/se/QPMT_L93_ne30pg3_c241223.nc |
| 45 | + |
| 46 | +. add ozone dataset for high top aquaplanet runs |
| 47 | + atm/cam/ozone/aquaplanet_ozone_hightop_c20180412.nc |
| 48 | + |
| 49 | +Describe any substantial timing or memory changes: n/a |
| 50 | + |
| 51 | +Code reviewed by: cacraig |
| 52 | + |
| 53 | +List all files eliminated: |
| 54 | + |
| 55 | +cime_config/testdefs/testmods_dirs/cam/dae/shell_commands |
| 56 | +cime_config/testdefs/testmods_dirs/cam/dae/user_nl_cam |
| 57 | +cime_config/testdefs/testmods_dirs/cam/dae/user_nl_cpl |
| 58 | +test/system/da_cam_no_data_mod.sh |
| 59 | +. DAE test removed |
| 60 | + |
| 61 | +List all files added and what they do: none |
| 62 | + |
| 63 | +List all existing files that have been modified, and describe the changes: |
| 64 | + |
| 65 | +bld/namelist_files/namelist_defaults_cam.xml |
| 66 | +. Remove ncdata files for nlev=58 and nlev=93 aquaplanet. Those files are |
| 67 | + specified in the aquaplanet_cam7.xml use case file. |
| 68 | + |
| 69 | +bld/namelist_files/use_cases/aquaplanet_cam7.xml |
| 70 | +. use case file for QPLT and QPMT. Same as for QPC6 except: |
| 71 | + - set f11vmr=f12vmr=0 to override the non-zero default values from |
| 72 | + namelist_defaults_cam.xml. |
| 73 | + - set prescribed_aero_file="" and prescribed_aero_specifier="" to |
| 74 | + override the default bulk aerosol settings from build-namelist. |
| 75 | + - set rad_climate to just make the GHGs radiatively active to override |
| 76 | + the default build-namelist setting which includes bulk aerosols. |
| 77 | + - Add spun-up IC files. This allows us to remove the ic_ymd attribute |
| 78 | + which should not be needed for aquaplanet runs. Removing ic_ymd |
| 79 | + enables testing with arbitrary start dates. |
| 80 | + - Add ozone dataset for high top aquaplanet configuration |
| 81 | + |
| 82 | +cime_config/config_component.xml |
| 83 | +. CAM_CONFIG_OPTS |
| 84 | + - add match for _CAM70.*_SLND_SICE_DOCN%AQP to set '-chem none' |
| 85 | +. CAM_NML_USE_CASE |
| 86 | + - add match for 2000_CAM70.*_SLND_SICE_DOCN%AQP to use aquaplanet_cam7. |
| 87 | + This match will work for both %LT and %MT configs. |
| 88 | + |
| 89 | +cime_config/config_compsets.xml |
| 90 | +. add QPLT = 2000_CAM70%LT_SLND_SICE_DOCN%AQP3_SROF_SGLC_SWAV |
| 91 | +. add QPMT = 2000_CAM70%MT_SLND_SICE_DOCN%AQP3_SROF_SGLC_SWAV |
| 92 | + |
| 93 | +cime_config/testdefs/testlist_cam.xml |
| 94 | +. increase time limit to 20 minutes for these prealpha tests: |
| 95 | + ERP_Ln9.f09_f09_mg17.FHIST_BGC.derecho_intel.cam-outfrq9s |
| 96 | + ERP_Ln9.f09_f09_mg17.FHIST.derecho_intel.cam-outfrq9s |
| 97 | +. remove non-working DAE test |
| 98 | +. replace ERP_D_Ln9.f19_f19_mg17.QPC6.derecho_intel.cam-outfrq9s |
| 99 | + by ERP_D_Ln9.ne30pg3_ne30pg3_mg17.QPLT.derecho_intel.cam-outfrq3s_cosp |
| 100 | +. Add ERP_D_Ln9.ne30pg3_ne30pg3_mg17.QPMT.derecho_intel.cam-outfrq9s |
| 101 | +. replace ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPC6.izumi_gnu.cam-outfrq9s_rrtmgp |
| 102 | + by ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPLT.izumi_gnu.cam-outfrq9s |
| 103 | +. Add ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPMT.izumi_gnu.cam-outfrq9s |
| 104 | + |
| 105 | +cime_config/testdefs/testmods_dirs/cam/outfrq3s_cosp/shell_commands |
| 106 | +. remove "./xmlchange CAM_NML_USE_CASE=UNSET" |
| 107 | + |
| 108 | +cime_config/testdefs/testmods_dirs/cam/outfrq3s_cosp/user_nl_cam |
| 109 | +. add CS_SNOWCERT and CS_SNOWPOSS to fexcl1 |
| 110 | + |
| 111 | +src/chemistry/mozart/mo_drydep.F90 |
| 112 | +. get_landuse_and_soilw_from_file |
| 113 | + - restrict the INFO messages to only print from masterproc |
| 114 | + |
| 115 | +src/physics/cam/cam_diagnostics.F90 |
| 116 | +. diag_init_dry |
| 117 | + - add addfld call for UT, and corresponding add_default for UT inside the |
| 118 | + history_eddy conditional. |
| 119 | +. diag_phys_writeout_dry |
| 120 | + - add calculation and outfld call for UT |
| 121 | +. diag_init_moist |
| 122 | + - add addfld call for UQ, and corresponding add_default for UQ inside the |
| 123 | + history_eddy conditional. |
| 124 | +. diag_phys_writeout_moist |
| 125 | + - add calculation and outfld call for UQ |
| 126 | + |
| 127 | +src/physics/cam/microp_aero.F90 |
| 128 | +. microp_aero_run |
| 129 | + - add condition that number of bulk aerosols must be > 0 before calling |
| 130 | + ndrop_bam_run. |
| 131 | + |
| 132 | +src/physics/cam/nucleate_ice_cam.F90 |
| 133 | +. nucleate_ice_cam_calc |
| 134 | + - add conditionals so naer2 array not referenced when there are no |
| 135 | + aerosols. |
| 136 | + |
| 137 | +src/physics/cam/vertical_diffusion.F90 |
| 138 | +. vertical_diffusion_init |
| 139 | + - fix conditional around add_default call for UFLX and VFLX so those |
| 140 | + fields aren't added if they're not computed. |
| 141 | + |
| 142 | +src/physics/cam7/physpkg.F90 |
| 143 | +. tphysbc |
| 144 | + - add conditionals so modal aerosol calculations only called when modal |
| 145 | + aerosols are present. |
| 146 | + |
| 147 | +If there were any failures reported from running test_driver.sh on any test |
| 148 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 149 | +then copy the lines from the td.*.status files for the failed tests to the |
| 150 | +appropriate machine below. All failed tests must be justified. |
| 151 | + |
| 152 | +derecho/intel/aux_cam: |
| 153 | + |
| 154 | +ERC_D_Ln9.f19_f19_mg17.QPC6.derecho_intel.cam-outfrq3s_cosp (Overall: DIFF) |
| 155 | +- diffs due to changing the test definition (in outfrq3s_cosp) so that the use case file, |
| 156 | + aquaplanet_cam6.xml, is no longer ignored. This changes answers. |
| 157 | + |
| 158 | +ERP_D_Ln9.ne30pg3_ne30pg3_mg17.QPLT.derecho_intel.cam-outfrq3s_cosp (Overall: DIFF) |
| 159 | +ERP_D_Ln9.ne30pg3_ne30pg3_mg17.QPMT.derecho_intel.cam-outfrq9s (Overall: DIFF) |
| 160 | +- There are no baselines for these new tests. |
| 161 | + |
| 162 | +ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 163 | +- pre-existing failure due to HEMCO not having reproducible results issues #1018 and #856 |
| 164 | + |
| 165 | +SMS_D_Ln9.f19_f19_mg17.FXHIST.derecho_intel.cam-outfrq9s_amie (Overall: FAIL) |
| 166 | +SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 167 | +- pre-existing failures due to build-namelist error requiring CLM/CTSM external update. |
| 168 | + |
| 169 | +derecho/nvhpc/aux_cam: |
| 170 | + |
| 171 | +ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: FAIL) |
| 172 | +- pre-existing failure -- issue #1220 |
| 173 | + |
| 174 | +izumi/nag/aux_cam: |
| 175 | + |
| 176 | +ERC_D_Ln9.f10_f10_mg37.QPC5.izumi_nag.cam-outfrq3s_cosp (Overall: DIFF) details: |
| 177 | +- diffs due to changing the test definition (in outfrq3s_cosp) so that the use case file, |
| 178 | + aquaplanet_cam5.xml, is no longer ignored. This changes answers. |
| 179 | + |
| 180 | +izumi/gnu/aux_cam: |
| 181 | + |
| 182 | +ERC_D_Ln9.f10_f10_mg37.QPC4.izumi_gnu.cam-outfrq3s_diags (Overall: DIFF) |
| 183 | +- Diff is due to the new diagnostic fields UT and UQ being included in the |
| 184 | + test. Otherwise the run is identical with the baseline. |
| 185 | + |
| 186 | +ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPLT.izumi_gnu.cam-outfrq9s (Overall: DIFF) |
| 187 | +ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPMT.izumi_gnu.cam-outfrq9s (Overall: DIFF) |
| 188 | +- There are no baselines for these new tests. |
| 189 | + |
| 190 | +CAM tag used for the baseline comparison tests if different than previous |
| 191 | +tag: |
| 192 | + |
| 193 | +Summarize any changes to answers: BFB. Note however that a change in the |
| 194 | + test definition for outfrq3s_cosp causes answer changes for tests |
| 195 | + using that testmod. |
| 196 | + |
| 197 | +=============================================================== |
| 198 | +=============================================================== |
| 199 | + |
3 | 200 | Tag name: cam6_4_054 |
4 | 201 | Originator(s): nusbaume |
5 | 202 | Date: 9 Jan 2025 |
@@ -366,6 +563,7 @@ Summarize any changes to answers: |
366 | 563 |
|
367 | 564 | =============================================================== |
368 | 565 | =============================================================== |
| 566 | + |
369 | 567 | Tag name: cam6_4_050 |
370 | 568 | Originator(s): jimmielin |
371 | 569 | Date: 31 Dec 2024 |
|
0 commit comments