|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_153 |
| 4 | +Originator(s): fvitt, RafaPedroFernandez |
| 5 | +Date: 18 Feb 2026 |
| 6 | +One-line Summary: Short lived halogen chemistry |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1470 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | + Issue #1469 |
| 12 | + - Bring in short-lived halogen (SLH) chemistry developed by Rafael Pedro Fernandez et al. |
| 13 | + |
| 14 | +Describe any changes made to build system: N/A |
| 15 | + |
| 16 | +Describe any changes made to the namelist: |
| 17 | + |
| 18 | + New namelist options for SLH chemistry: |
| 19 | + |
| 20 | + gas_wetdep_ice_uptake_list |
| 21 | + List of gas-phase species that undergo ice scavenging in the NEU |
| 22 | + wet deposition scheme. |
| 23 | + |
| 24 | + SSAdehal_ScalingFactor |
| 25 | + Scaling-factor for SLH dehalogenation reaction (XONO2,XNO2,HOX) on Sea-Salt Aerosols. |
| 26 | + |
| 27 | + SSAhno3_ScalingFactor |
| 28 | + Scaling-factor for SLH acid displacement reaction (HNO3-->HCl) on Sea-Salt Aerosols. |
| 29 | + |
| 30 | + SSAn2o5_ScalingFactor |
| 31 | + Scaling-factor for SLH dinitrogen pentoxide reaction (N2O5-->HNO3+CLNO2) on Sea-Salt Aerosols |
| 32 | + |
| 33 | + LIQfraprx_ScalingFactor_I |
| 34 | + Scaling-factor for SLH washout (Iodine) on liquid droplets based on Free-Regime Approx. |
| 35 | + |
| 36 | + ICEfraprx_ScalingFactor_I |
| 37 | + Scaling-factor for SLH washout (Iodine) on ice crystals based on Free-Regime Approx. |
| 38 | + |
| 39 | + ICEfraprx_ScalingFactor_Br |
| 40 | + Scaling-factor for SLH washout (Bromine) on ice crystals based on Free-Regime Approx. |
| 41 | + |
| 42 | +List any changes to the defaults for the boundary datasets: |
| 43 | + |
| 44 | +Describe any substantial timing or memory changes: N/A |
| 45 | + |
| 46 | +Code reviewed by: jimmielin cacraigucar |
| 47 | + |
| 48 | +List all files eliminated: |
| 49 | +D src/chemistry/mozart/clybry_fam.F90 |
| 50 | + - replaced by clybryiy_fam.F90 |
| 51 | + |
| 52 | +List all files added and what they do: |
| 53 | + |
| 54 | +A src/chemistry/mozart/clybryiy_fam.F90 |
| 55 | + - expanded for Iy chemical family |
| 56 | + |
| 57 | +A src/chemistry/mozart/mo_slh_routines.F90 |
| 58 | + - recycling effiencies for SLH chemistry |
| 59 | + |
| 60 | +A bld/namelist_files/gas_wetdep_ice_uptake_list.xml |
| 61 | + - for default ice uptake lists |
| 62 | + |
| 63 | +A bld/namelist_files/slh_master_gas_drydep_list.xml |
| 64 | +A bld/namelist_files/slh_master_gas_wetdep_list.xml |
| 65 | + - deposition species lists for SLH chemistry |
| 66 | + |
| 67 | +A bld/namelist_files/use_cases/2000_trop_strat_cam6_slh.xml |
| 68 | +A bld/namelist_files/use_cases/hist_trop_strat_cam6_slh.xml |
| 69 | +A bld/namelist_files/use_cases/hist_trop_strat_nudged_cam6_slh.xml |
| 70 | +A bld/namelist_files/use_cases/waccm_tsmlt_2000_cam6_slh.xml |
| 71 | +A bld/namelist_files/use_cases/waccm_tsmlt_hist_cam6_slh.xml |
| 72 | +A bld/namelist_files/use_cases/waccm_tsmlt_nudged_cam6_slh.xml |
| 73 | + - use cases for SLH chemistry compsets |
| 74 | + |
| 75 | +A src/chemistry/pp_trop_strat_mam4_slh/chem_mech.doc |
| 76 | +A src/chemistry/pp_trop_strat_mam4_slh/chem_mech.in |
| 77 | +A src/chemistry/pp_trop_strat_mam4_slh/chem_mods.F90 |
| 78 | +A src/chemistry/pp_trop_strat_mam4_slh/m_rxt_id.F90 |
| 79 | +A src/chemistry/pp_trop_strat_mam4_slh/m_spc_id.F90 |
| 80 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_adjrxt.F90 |
| 81 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_exp_sol.F90 |
| 82 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_imp_sol.F90 |
| 83 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_indprd.F90 |
| 84 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_lin_matrix.F90 |
| 85 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_lu_factor.F90 |
| 86 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_lu_solve.F90 |
| 87 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_nln_matrix.F90 |
| 88 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_phtadj.F90 |
| 89 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_prod_loss.F90 |
| 90 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_rxt_rates_conv.F90 |
| 91 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_setrxt.F90 |
| 92 | +A src/chemistry/pp_trop_strat_mam4_slh/mo_sim_dat.F90 |
| 93 | +A src/chemistry/pp_trop_strat_mam5_slh/chem_mech.doc |
| 94 | +A src/chemistry/pp_trop_strat_mam5_slh/chem_mech.in |
| 95 | +A src/chemistry/pp_trop_strat_mam5_slh/chem_mods.F90 |
| 96 | +A src/chemistry/pp_trop_strat_mam5_slh/m_rxt_id.F90 |
| 97 | +A src/chemistry/pp_trop_strat_mam5_slh/m_spc_id.F90 |
| 98 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_adjrxt.F90 |
| 99 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_exp_sol.F90 |
| 100 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_imp_sol.F90 |
| 101 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_indprd.F90 |
| 102 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_lin_matrix.F90 |
| 103 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_lu_factor.F90 |
| 104 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_lu_solve.F90 |
| 105 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_nln_matrix.F90 |
| 106 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_phtadj.F90 |
| 107 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_prod_loss.F90 |
| 108 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_rxt_rates_conv.F90 |
| 109 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_setrxt.F90 |
| 110 | +A src/chemistry/pp_trop_strat_mam5_slh/mo_sim_dat.F90 |
| 111 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/chem_mech.doc |
| 112 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/chem_mech.in |
| 113 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/chem_mods.F90 |
| 114 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/m_rxt_id.F90 |
| 115 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/m_spc_id.F90 |
| 116 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_adjrxt.F90 |
| 117 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_exp_sol.F90 |
| 118 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_imp_sol.F90 |
| 119 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_indprd.F90 |
| 120 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_lin_matrix.F90 |
| 121 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_lu_factor.F90 |
| 122 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_lu_solve.F90 |
| 123 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_nln_matrix.F90 |
| 124 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_phtadj.F90 |
| 125 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_prod_loss.F90 |
| 126 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_rxt_rates_conv.F90 |
| 127 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_setrxt.F90 |
| 128 | +A src/chemistry/pp_waccm_tsmlt_mam4_slh/mo_sim_dat.F90 |
| 129 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/chem_mech.doc |
| 130 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/chem_mech.in |
| 131 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/chem_mods.F90 |
| 132 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/m_rxt_id.F90 |
| 133 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/m_spc_id.F90 |
| 134 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_adjrxt.F90 |
| 135 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_exp_sol.F90 |
| 136 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_imp_sol.F90 |
| 137 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_indprd.F90 |
| 138 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_lin_matrix.F90 |
| 139 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_lu_factor.F90 |
| 140 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_lu_solve.F90 |
| 141 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_nln_matrix.F90 |
| 142 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_phtadj.F90 |
| 143 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_prod_loss.F90 |
| 144 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_rxt_rates_conv.F90 |
| 145 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_setrxt.F90 |
| 146 | +A src/chemistry/pp_waccm_tsmlt_mam5_slh/mo_sim_dat.F90 |
| 147 | + - SLH chemistry preprocessor files |
| 148 | + |
| 149 | +A cime_config/testdefs/testmods_dirs/cam/ts_slh_mam4_outfrq9s/shell_commands |
| 150 | +A cime_config/testdefs/testmods_dirs/cam/ts_slh_mam4_outfrq9s/user_nl_cam |
| 151 | +A cime_config/testdefs/testmods_dirs/cam/ts_slh_mam4_outfrq9s/user_nl_clm |
| 152 | +A cime_config/testdefs/testmods_dirs/cam/wa_slh_mam4_outfrq9s/shell_commands |
| 153 | +A cime_config/testdefs/testmods_dirs/cam/wa_slh_mam4_outfrq9s/user_nl_cam |
| 154 | +A cime_config/testdefs/testmods_dirs/cam/wa_slh_mam4_outfrq9s/user_nl_clm |
| 155 | + - testing SLH chemistry with MAM4 aerosols |
| 156 | + |
| 157 | +List all existing files that have been modified, and describe the changes: |
| 158 | + |
| 159 | +M bld/build-namelist |
| 160 | + - set ice_uptake_list for SLH chemistry |
| 161 | + - set default SLH chemistry emissions files |
| 162 | + - include default megan emissions for SLH chemistry |
| 163 | + |
| 164 | +M bld/config_files/definition.xml |
| 165 | + - include slh chemistry mechanisms as valid chem names |
| 166 | + |
| 167 | +M bld/configure |
| 168 | + - include slh chemistry mechanisms as valid chem options |
| 169 | + |
| 170 | +M bld/namelist_files/namelist_defaults_cam.xml |
| 171 | + - default setting for SLH chemistry |
| 172 | + |
| 173 | +M bld/namelist_files/namelist_definition.xml |
| 174 | + - new namelist options for SLH chemistry (see above) |
| 175 | + |
| 176 | +M bld/perl5lib/Build/ChemNamelist.pm |
| 177 | + - get default ice uptake species lists |
| 178 | + |
| 179 | +M cime_config/config_component.xml |
| 180 | +M cime_config/config_compsets.xml |
| 181 | + - new SLH chemistry compsets |
| 182 | + |
| 183 | +M cime_config/config_pes.xml |
| 184 | + - default PE-layouts for SLH chemistry compsets on derecho |
| 185 | + |
| 186 | +M cime_config/testdefs/testlist_cam.xml |
| 187 | + - include SLH chemistry regression tests |
| 188 | + - increase wallclock time on 2 izumi tests |
| 189 | + |
| 190 | +M src/chemistry/bulk_aero/aero_model.F90 |
| 191 | +M src/chemistry/carma_aero/aero_model.F90 |
| 192 | + - interface change for sea salt surface area |
| 193 | + |
| 194 | +M src/chemistry/modal_aero/aero_model.F90 |
| 195 | + - changes for sea salt surface area |
| 196 | + |
| 197 | +M src/chemistry/mozart/chemistry.F90 |
| 198 | + - invoke iodine surface emissions routine |
| 199 | + |
| 200 | +M src/chemistry/mozart/gas_wetdep_opts.F90 |
| 201 | + - species ice uptake list |
| 202 | + |
| 203 | +M src/chemistry/mozart/mo_chemini.F90 |
| 204 | + - initialize clybryiy_fam module |
| 205 | + |
| 206 | +M src/chemistry/mozart/mo_chm_diags.F90 |
| 207 | + - SLH chemsitry diagnostics |
| 208 | + |
| 209 | +M src/chemistry/mozart/mo_drydep.F90 |
| 210 | + - for dry deposition of SLH species |
| 211 | + |
| 212 | +M src/chemistry/mozart/mo_gas_phase_chemdr.F90 |
| 213 | + - changes for ice reactions in SLH chemistry mechanisms |
| 214 | + |
| 215 | +M src/chemistry/mozart/mo_neu_wetdep.F90 |
| 216 | + - for wet deposition of SLH species |
| 217 | + |
| 218 | +M src/chemistry/mozart/mo_sad.F90 |
| 219 | + - new routin for ice SAD |
| 220 | + |
| 221 | +M src/chemistry/mozart/mo_srf_emissions.F90 |
| 222 | + - apply diurnal cycle to SLH species emission |
| 223 | + |
| 224 | +M src/chemistry/mozart/mo_strato_rates.F90 |
| 225 | + - heterogeneous reaction rates for SHL chemistry |
| 226 | + |
| 227 | +M src/chemistry/mozart/mo_usrrxt.F90 |
| 228 | + - user defined reaction rates for SHL chemistry |
| 229 | + |
| 230 | +M src/physics/cam/physpkg.F90 |
| 231 | +M src/physics/cam7/physpkg.F90 |
| 232 | + - invoke clybryiy_fam routines |
| 233 | + |
| 234 | +If there were any failures reported from running test_driver.sh on any test |
| 235 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 236 | +then copy the lines from the td.*.status files for the failed tests to the |
| 237 | +appropriate machine below. All failed tests must be justified. |
| 238 | + |
| 239 | +derecho/intel/aux_cam: |
| 240 | + FAIL ERI_D_Ln18.ne16pg3_ne16pg3_mt232.FHIST_C4.derecho_intel.cam-outfrq3s_eri |
| 241 | + - pre-existing failure |
| 242 | + ERI bug in CICE -- See: https://github.com/ESCOMP/CESM_CICE/issues/34 |
| 243 | + |
| 244 | + DIFF SMS_D_Ln9.f19_f19_mg17.FCHIST_SLH.derecho_intel.cam-outfrq9s |
| 245 | + - new regression test for SLH chemistry |
| 246 | + |
| 247 | + NLFAIL ERC_D_Ln9.f09_f09_mt232.FHIST_BDRD.derecho_intel.cam-outfrq9s |
| 248 | + NLFAIL ERC_D_Ln9.f19_f19_mg17.QPMOZ.derecho_intel.cam-outfrq3s |
| 249 | + NLFAIL ERC_D_Ln9.f19_f19_mt232.QPC6.derecho_intel.cam-outfrq3s_cosp |
| 250 | + NLFAIL ERC_D_Ln9.mpasa120_mpasa120.F2000climo.derecho_intel.cam-outfrq9s_mpasa120 |
| 251 | + NLFAIL ERC_D_Ln9.mpasa120_mpasa120.FHISTC_LTso.derecho_intel.cam-outfrq9s_mpasa120 |
| 252 | + NLFAIL ERC_D_Ln9.ne30pg3_ne30pg3_mt232.F1850C_LTso.derecho_intel.cam-outfrq9s |
| 253 | + NLFAIL ERC_Ln9.C96_C96_mt232.F2000climo.derecho_intel.cam-outfrq9s |
| 254 | + NLFAIL ERI_D_Ln18.f09_f09_mt232.FHIST.derecho_intel.cam-outfrq3s_eri |
| 255 | + NLFAIL ERI_D_Ln18.f19_f19_mt232.FHIST_C5.derecho_intel.cam-outfrq3s_eri |
| 256 | + NLFAIL ERI_D_Ln18.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_intel.cam-outfrq3s_eri |
| 257 | + NLFAIL ERP_D_Ln9.ne30pg3_ne30pg3_mt232.F1850C_MTso.derecho_intel.cam-outfrq9s |
| 258 | + NLFAIL ERP_D_Ln9_P64x2.f09_f09_mg17.QSC6.derecho_intel.cam-outfrq9s |
| 259 | + NLFAIL ERP_Ld3.ne16pg3_ne16pg3_mg17.FHISTC_WAt1ma.derecho_intel.cam-reduced_hist1d |
| 260 | + NLFAIL ERP_Ld3.ne30pg3_ne30pg3_mt232.FHISTC_MTt4s.derecho_intel.cam-outfrq1d_aoa |
| 261 | + NLFAIL ERP_Lh12.f19_f19_mg17.FW4madSD.derecho_intel.cam-outfrq3h |
| 262 | + NLFAIL ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s |
| 263 | + NLFAIL ERP_Ln9.f19_f19_mg17.FWsc1850.derecho_intel.cam-outfrq9s |
| 264 | + NLFAIL ERP_Ln9.ne30pg3_ne30pg3_mg17.FCnudged.derecho_intel.cam-outfrq9s |
| 265 | + NLFAIL ERP_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WAma.derecho_intel.cam-outfrq9s |
| 266 | + NLFAIL ERR_Ln9.ne16pg3_ne16pg3_mt232.FHISTC_LTso.derecho_intel.cam-outfrq9s_bwic |
| 267 | + NLFAIL ERS_Ln9.f09_f09_mg17.FX2000.derecho_intel.cam-outfrq9s |
| 268 | + NLFAIL ERS_Ln9.f19_f19_mg17.FXSD.derecho_intel.cam-outfrq9s |
| 269 | + NLFAIL ERS_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s_ctem |
| 270 | + NLFAIL SCT_D_Ln7.ne3_ne3_mg37.QPC5.derecho_intel.cam-scm_prep |
| 271 | + NLFAIL SMS_C2_D_Ln9.ne16pg3_ne16pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s |
| 272 | + NLFAIL SMS_D_Ld5.f09_f09_mt232.PC6.derecho_intel.cam-cam6_port_f09 |
| 273 | + NLFAIL SMS_D_Ln9.f09_f09_mg17.FCts2nudged.derecho_intel.cam-outfrq9s_leapday |
| 274 | + NLFAIL SMS_D_Ln9.f09_f09_mg17.FCvbsxHIST.derecho_intel.cam-outfrq9s |
| 275 | + NLFAIL SMS_D_Ln9.f09_f09_mg17.FSD.derecho_intel.cam-outfrq9s |
| 276 | + NLFAIL SMS_D_Ln9.f19_f19_mg17.FCARMA2000climo.derecho_intel.cam-outfrq9s |
| 277 | + NLFAIL SMS_D_Ln9.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s |
| 278 | + NLFAIL SMS_D_Ln9.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s_waccm_ma_mam4 |
| 279 | + NLFAIL SMS_D_Ln9.f19_f19_mg17.QPC2000climo.derecho_intel.cam-outfrq3s_usecase |
| 280 | + NLFAIL SMS_D_Ln9.f19_f19_mt232.FHIST_C5.derecho_intel.cam-mam7 |
| 281 | + NLFAIL SMS_D_Ln9.ne0ARCTICne30x4_ne0ARCTICne30x4_mt12.FHIST.derecho_intel.cam-outfrq9s |
| 282 | + NLFAIL SMS_D_Ln9.ne16_ne16_mg17.QPX2000.derecho_intel.cam-outfrq9s_amie |
| 283 | + NLFAIL SMS_D_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_MTso.derecho_intel.cam-outfrq9s |
| 284 | + NLFAIL SMS_D_Ln9_P1280x1.ne30pg3_ne30pg3_mt232.FHISTC_MTt1s.derecho_intel.cam-outfrq9s_Leung_dust |
| 285 | + NLFAIL SMS_D_Ln9_P1536x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s |
| 286 | + NLFAIL SMS_Ld1.f09_f09_mg17.FW2000climo.derecho_intel.cam-outfrq1d |
| 287 | + NLFAIL SMS_Ld1.ne30pg3_ne30pg3_mg17.FC2010climo.derecho_intel.cam-outfrq1d |
| 288 | + NLFAIL SMS_Lh12.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq3h |
| 289 | + NLFAIL SMS_Ln9.f09_f09_mg17.F2010climo.derecho_intel.cam-nudging |
| 290 | + NLFAIL SMS_Ln9.f09_f09_mg17.FW1850.derecho_intel.cam-reduced_hist3s |
| 291 | + NLFAIL SMS_Ln9.f19_f19_mt232.F2000climo.derecho_intel.cam-silhs |
| 292 | + NLFAIL SMS_Ln9.ne30pg3_ne30pg3_mg17.FW2000climo.derecho_intel.cam-outfrq9s_rrtmgp |
| 293 | + - updates in xs_long_file and xs_short_file files (SLH photolysis) -- otherwise bit-for-bit |
| 294 | + |
| 295 | +derecho/nvhpc/aux_cam: |
| 296 | + ERS_Ln9.ne30pg3_ne30pg3_mt232.FHISTC_LTso.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: NLFAIL) details: |
| 297 | + - updates in xs_long_file and xs_short_file files (SLH photolysis) -- otherwise bit-for-bit |
| 298 | + |
| 299 | +izumi/nag/aux_cam: |
| 300 | + NLFAIL ERC_D_Ln9.f10_f10_mg37.QPWmaC6.izumi_nag.cam-outfrq3s |
| 301 | + NLFAIL ERC_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_nag.cam-outfrq3s_subcol |
| 302 | + NLFAIL ERC_D_Ln9.f10_f10_mt232.FHIST.izumi_nag.cam-outfrq3s_cospsathist |
| 303 | + NLFAIL ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHISTC_LTso.izumi_nag.cam-cosp_rad_diags |
| 304 | + NLFAIL SMS_D_Ld2.f45_f45_mg37.PC5.izumi_nag.cam-outfrq24h_port |
| 305 | + NLFAIL SMS_D_Ln3.ne5pg3_ne5pg3_mg37.QPX2000.izumi_nag.cam-outfrq3s |
| 306 | + NLFAIL SMS_D_Ln6.ne5_ne5_mg37.QPWmaC4.izumi_nag.cam-outfrq3s_physgrid_tem |
| 307 | + NLFAIL SMS_D_Ln9.f10_f10_mt232.F1850.izumi_nag.cam-outfrq9s |
| 308 | + NLFAIL TMC_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_nag.cam-mc_ttrac |
| 309 | + - updates in xs_long_file and xs_short_file files (SLH photolysis) -- otherwise bit-for-bit |
| 310 | + |
| 311 | +izumi/gnu/aux_cam: |
| 312 | + NLFAIL ERC_D_Ln9.C48_C48_mg17.QPC6.izumi_gnu.cam-outfrq9s |
| 313 | + NLFAIL ERC_D_Ln9.f19_f19_mt232.FHIST.izumi_gnu.cam-lonlat_fv_diags |
| 314 | + NLFAIL ERC_D_Ln9.mpasa480_mpasa480_mt232.FHISTC_LTso.izumi_gnu.cam-outfrq9s_mpasa480 |
| 315 | + NLFAIL ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHIST_C5.izumi_gnu.cam-carma_cosp_rad_diag_mam |
| 316 | + NLFAIL ERC_D_Ln9.ne3pg3_ne3pg3_mt232.FHISTC_LTso.izumi_gnu.cam-sat_lcltod |
| 317 | + NLFAIL ERC_D_Ln9.ne3pg3_ne3pg3_mt232.QPC5.izumi_gnu.cam-outfrq9s |
| 318 | + NLFAIL ERS_Ln9_P24x1.mpasa480_mpasa480.F2000climo.izumi_gnu.cam-outfrq9s_mpasa480 |
| 319 | + NLFAIL PLB_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_gnu.cam-ttrac_loadbal0 |
| 320 | + NLFAIL PLB_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_gnu.cam-ttrac_loadbal1 |
| 321 | + NLFAIL PLB_D_Ln9.f10_f10_mt232.FHIST_C5.izumi_gnu.cam-ttrac_loadbal3 |
| 322 | + NLFAIL SCT_D_Ln7.ne3_ne3_mg37.QPC6.izumi_gnu.cam-scm_prep_c6 |
| 323 | + NLFAIL SMS_D_Ln3.f10_f10_mg37.QPMOZ.izumi_gnu.cam-outfrq3s_chemproc |
| 324 | + NLFAIL SMS_D_Ln3.ne3pg3_ne3pg3_mt232.PC7.izumi_gnu.cam-pc7_ne3pg3 |
| 325 | + NLFAIL SMS_D_Ln9.f10_f10_mg37.FWmaHIST.izumi_gnu.cam-outfrq9s_mee_fluxes |
| 326 | + NLFAIL SMS_D_Ln9.f10_f10_mg37.QPWmaC4.izumi_gnu.cam-outfrq9s_apmee |
| 327 | + NLFAIL SMS_D_Ln9.f19_f19_mt232.FW4madSD.izumi_gnu.cam-outfrq9s |
| 328 | + NLFAIL SUB_D_Ln9.ne3pg3_ne3pg3_mt232.FHIST.izumi_gnu.cam-outfrq9s |
| 329 | + - updates in xs_long_file and xs_short_file files (SLH photolysis) -- otherwise bit-for-bit |
| 330 | + |
| 331 | +Summarize any changes to answers: bit-for-bit unchanged |
| 332 | + |
| 333 | +=============================================================== |
| 334 | +=============================================================== |
| 335 | + |
3 | 336 | Tag name: cam6_4_152 |
4 | 337 | Originator(s): fvitt |
5 | 338 | Date: 13 Feb 2026 |
|
0 commit comments