Skip to content

Commit 51d9309

Browse files
Removes a debug print statement
1 parent ef74efd commit 51d9309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ void MAMDryDep::run_impl(const double dt) {
428428
// Surface deposition flux of interstitial aerosols, [kg/m2/s] or [1/m2/s]
429429
auto aerdepdryis_ = get_field_out("deposition_flux_of_interstitial_aerosols")
430430
.get_view<Real **>();
431-
printf("BALLI%0.15e\n:", frac_landuse_(0, 1));
431+
432432
//--------------------------------------------------------------------
433433
// Call drydeposition and get tendencies
434434
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)