@@ -204,10 +204,6 @@ void MAMMicrophysics::set_grids(
204
204
const FieldLayout vector2d_nmodes =
205
205
grid_->get_2d_vector_layout (nmodes, " nmodes" );
206
206
207
- // Register computed diagnostic fields
208
- add_field<Computed>(" dqdt_so4_aqueous_chemistry" , vector2d_nmodes, kg/m2/s, grid_name);
209
- add_field<Computed>(" dqdt_h2so4_uptake" , vector2d_nmodes, kg/m2/s, grid_name);
210
-
211
207
// Diagnostics: tendencies due to gas phase chemistry [mixed units: kg/kg/s or #/kg/s]
212
208
add_field<Computed>(" mam4_microphysics_tendency_gas_phase_chemistry" , vector3d_num_gas_aerosol_constituents, nondim, grid_name);
213
209
@@ -220,6 +216,12 @@ void MAMMicrophysics::set_grids(
220
216
// Diagnostics: H2SO4 in-cloud tendencies [mixed units: kg/kg/s or #/kg/s]
221
217
add_field<Computed>(" mam4_microphysics_tendency_aqh2so4" , vector3d_mid_nmodes, nondim, grid_name);
222
218
219
+ // Register computed diagnostic fields
220
+ // (NOTE: dqdt_so4_aqueous_chemistry is the vertically reduced field of "mam4_microphysics_tendency_aqso4")
221
+ add_field<Computed>(" dqdt_so4_aqueous_chemistry" , vector2d_nmodes, kg/m2/s, grid_name);
222
+ // (NOTE: dqdt_h2so4_uptake is the vertically reduced field of "mam4_microphysics_tendency_aqh2so4")
223
+ add_field<Computed>(" dqdt_h2so4_uptake" , vector2d_nmodes, kg/m2/s, grid_name);
224
+
223
225
// Diagnostics: tendencies due to aerosol microphysics (gas aerosol exchange) [mixed units: mol/mol/s or #/mol/s]
224
226
add_field<Computed>(" mam4_microphysics_tendency_condensation" , vector3d_num_gas_aerosol_constituents, nondim, grid_name);
225
227
add_field<Computed>(" mam4_microphysics_tendency_renaming" , vector3d_num_gas_aerosol_constituents, nondim, grid_name);
0 commit comments