Skip to content

Commit 02d7a52

Browse files
Changes test to use ne4pg2 and removes debug statements
1 parent d8b9d41 commit 02d7a52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cime_config/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
"REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-drydep",
812812
"REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-aero_microphysics",
813813
"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",
815815
"REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx",
816816
"ERS.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-optics",
817817
"ERS.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-aci",

components/eamxx/src/physics/mam/eamxx_mam_microphysics_process_interface.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ void MAMMicrophysics::init_buffers(const ATMBufferManager &buffer_manager) {
394394
EKAT_REQUIRE_MSG(used_mem == requested_buffer_size_in_bytes(),
395395
"Error! Used memory != requested memory for MAMMicrophysics."
396396
" Used memory: "
397+
<< std::to_string(used_mem)
397398
<< "."
398399
" Requested memory: "
399400
<< std::to_string(requested_buffer_size_in_bytes())
@@ -654,8 +655,6 @@ void MAMMicrophysics::run_impl(const double dt) {
654655

655656
// - dvmr/dt: Tendencies for mixing ratios [kg/kg/s]
656657
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;
659658
if (extra_mam4_aero_microphys_diags_) {
660659
gas_phase_chemistry_dvmrdt = get_field_out("mam4_microphysics_tendency_gas_phase_chemistry").get_view<Real ***>();
661660
aqueous_chemistry_dvmrdt = get_field_out("mam4_microphysics_tendency_aqueous_chemistry").get_view<Real ***>();

0 commit comments

Comments
 (0)