File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
components/eamxx/src/physics/mam Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 811
811
"REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-drydep" ,
812
812
"REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-aero_microphysics" ,
813
813
"REP_Ln5.ne30pg2_oECv3.F2010-EAMxx-MAM4xx.eamxx-mam4xx-remap_emiss_ne4_ne30" ,
814
- "REP_Ln5.ne30pg2_oECv3 .F2010-EAMxx-MAM4xx.eamxx-mam4xx-compute_mam4xx_diags" ,
814
+ "REP_Ln5.ne4pg2_oQU480 .F2010-EAMxx-MAM4xx.eamxx-mam4xx-compute_mam4xx_diags" ,
815
815
"REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx" ,
816
816
"ERS.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-optics" ,
817
817
"ERS.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-aci" ,
Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ void MAMMicrophysics::init_buffers(const ATMBufferManager &buffer_manager) {
394
394
EKAT_REQUIRE_MSG (used_mem == requested_buffer_size_in_bytes (),
395
395
" Error! Used memory != requested memory for MAMMicrophysics."
396
396
" Used memory: "
397
+ << std::to_string (used_mem)
397
398
<< " ."
398
399
" Requested memory: "
399
400
<< std::to_string (requested_buffer_size_in_bytes ())
@@ -654,8 +655,6 @@ void MAMMicrophysics::run_impl(const double dt) {
654
655
655
656
// - dvmr/dt: Tendencies for mixing ratios [kg/kg/s]
656
657
view_3d gas_phase_chemistry_dvmrdt, aqueous_chemistry_dvmrdt;
657
- std::cout<< " extra_mam4_aero_microphys_diags_ BALLI= "
658
- << extra_mam4_aero_microphys_diags_ << std::endl;
659
658
if (extra_mam4_aero_microphys_diags_) {
660
659
gas_phase_chemistry_dvmrdt = get_field_out (" mam4_microphysics_tendency_gas_phase_chemistry" ).get_view <Real ***>();
661
660
aqueous_chemistry_dvmrdt = get_field_out (" mam4_microphysics_tendency_aqueous_chemistry" ).get_view <Real ***>();
You can’t perform that action at this time.
0 commit comments