@@ -223,7 +223,7 @@ void MAMMicrophysics::set_grids(
223
223
add_field<Computed>(" mam4_microphys_tendency_renaming" , vector3d_num_gas_aerosol_constituents, pow (mol, -1 ), grid_name);
224
224
add_field<Computed>(" mam4_microphys_tendency_nucleation" , vector3d_num_gas_aerosol_constituents, pow (mol, -1 ), grid_name);
225
225
add_field<Computed>(" mam4_microphys_tendency_coagulation" , vector3d_num_gas_aerosol_constituents, pow (mol, -1 ), grid_name);
226
- add_field<Computed>(" mam4_microphys_tendency_renaming_cw " , vector3d_num_gas_aerosol_constituents, pow (mol, -1 ), grid_name);
226
+ add_field<Computed>(" mam4_microphys_tendency_renaming_cloud_borne " , vector3d_num_gas_aerosol_constituents, pow (mol, -1 ), grid_name);
227
227
}
228
228
229
229
// Creating a Linoz reader and setting Linoz parameters involves reading data
@@ -671,7 +671,7 @@ void MAMMicrophysics::run_impl(const double dt) {
671
671
view_3d aqso4_incloud_mmr_tendency, aqh2so4_incloud_mmr_tendency;
672
672
view_3d gas_aero_exchange_condensation, gas_aero_exchange_renaming,
673
673
gas_aero_exchange_nucleation, gas_aero_exchange_coagulation,
674
- gas_aero_exchange_renaming_cw ;
674
+ gas_aero_exchange_renaming_cloud_borne ;
675
675
if (extra_mam4_aero_microphys_diags_) {
676
676
gas_phase_chemistry_dvmrdt = get_field_out (" mam4_microphysics_tendency_gas_phase_chemistry" ).get_view <Real ***>();
677
677
aqueous_chemistry_dvmrdt = get_field_out (" mam4_microphysics_tendency_aqueous_chemistry" ).get_view <Real ***>();
@@ -681,7 +681,7 @@ void MAMMicrophysics::run_impl(const double dt) {
681
681
gas_aero_exchange_renaming = get_field_out (" mam4_microphys_tendency_renaming" ).get_view <Real***>();
682
682
gas_aero_exchange_nucleation = get_field_out (" mam4_microphys_tendency_nucleation" ).get_view <Real***>();
683
683
gas_aero_exchange_coagulation = get_field_out (" mam4_microphys_tendency_coagulation" ).get_view <Real***>();
684
- gas_aero_exchange_renaming_cw = get_field_out (" mam4_microphys_tendency_renaming_cw " ).get_view <Real***>();
684
+ gas_aero_exchange_renaming_cloud_borne = get_field_out (" mam4_microphys_tendency_renaming_cloud_borne " ).get_view <Real***>();
685
685
}
686
686
687
687
// climatology data for linear stratospheric chemistry
@@ -933,7 +933,7 @@ void MAMMicrophysics::run_impl(const double dt) {
933
933
diag_arrays.gas_aero_exchange_renaming = ekat::subview (gas_aero_exchange_renaming, icol);
934
934
diag_arrays.gas_aero_exchange_nucleation = ekat::subview (gas_aero_exchange_nucleation, icol);
935
935
diag_arrays.gas_aero_exchange_coagulation = ekat::subview (gas_aero_exchange_coagulation, icol);
936
- diag_arrays.gas_aero_exchange_renaming_cw = ekat::subview (gas_aero_exchange_renaming_cw , icol);
936
+ diag_arrays.gas_aero_exchange_renaming_cloud_borne = ekat::subview (gas_aero_exchange_renaming_cloud_borne , icol);
937
937
}
938
938
939
939
// Wind speed at the surface
0 commit comments