@@ -541,7 +541,7 @@ void MAMMicrophysics::initialize_impl(const RunType run_type) {
541
541
" mam4_microphysics_tendency_renaming_cloud_borne" ,
542
542
};
543
543
// Add docstring to the fields with mixed units
544
- // add_io_docstring_to_fields_with_mixed_units(mixed_units_fields);
544
+ add_io_docstring_to_fields_with_mixed_units (mixed_units_fields);
545
545
}
546
546
547
547
@@ -702,10 +702,6 @@ void MAMMicrophysics::run_impl(const double dt) {
702
702
aqso4_incloud_mmr_tendency = get_field_out (" mam4_microphysics_tendency_aqso4" ).get_view <Real ***>();
703
703
aqh2so4_incloud_mmr_tendency = get_field_out (" mam4_microphysics_tendency_aqh2so4" ).get_view <Real ***>();
704
704
gas_aero_exchange_condensation = get_field_out (" mam4_microphysics_tendency_condensation" ).get_view <Real***>();
705
- printf (" BALLI-extents gas_aero_exchange_condensation: %d %d %d\n " ,
706
- gas_aero_exchange_condensation.extent (0 ),
707
- gas_aero_exchange_condensation.extent (1 ),
708
- gas_aero_exchange_condensation.extent (2 ));
709
705
gas_aero_exchange_renaming = get_field_out (" mam4_microphysics_tendency_renaming" ).get_view <Real***>();
710
706
gas_aero_exchange_nucleation = get_field_out (" mam4_microphysics_tendency_nucleation" ).get_view <Real***>();
711
707
gas_aero_exchange_coagulation = get_field_out (" mam4_microphysics_tendency_coagulation" ).get_view <Real***>();
@@ -962,12 +958,10 @@ void MAMMicrophysics::run_impl(const double dt) {
962
958
diag_arrays.aqh2so4_incloud_mmr_tendency = ekat::subview (aqh2so4_incloud_mmr_tendency, icol);
963
959
964
960
diag_arrays.gas_aero_exchange_condensation = ekat::subview (gas_aero_exchange_condensation, icol);
965
- #if 0
966
961
diag_arrays.gas_aero_exchange_renaming = ekat::subview (gas_aero_exchange_renaming, icol);
967
962
diag_arrays.gas_aero_exchange_nucleation = ekat::subview (gas_aero_exchange_nucleation, icol);
968
963
diag_arrays.gas_aero_exchange_coagulation = ekat::subview (gas_aero_exchange_coagulation, icol);
969
964
diag_arrays.gas_aero_exchange_renaming_cloud_borne = ekat::subview (gas_aero_exchange_renaming_cloud_borne, icol);
970
- #endif
971
965
}
972
966
973
967
0 commit comments