Skip to content

Commit

Permalink
wet_scav - Fixing compilation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
odiazib committed Jul 15, 2024
1 parent f8e206d commit 9cb990c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@ void MAMWetscav::run_impl(const double dt) {

// Zero out tendencies otherwise, they are initialized to junk values
for(int m = 0; m < mam_coupling::num_aero_modes(); ++m) {
Kokkos::deep_copy(tends.n_mode_i[m], 0);
Kokkos::deep_copy(dry_aero_tends_.int_aero_nmr[m], 0);
for(int a = 0; a < mam4::num_species_mode(m); ++a) {
Kokkos::deep_copy(tends.q_aero_i[m][a], 0);
Kokkos::deep_copy(dry_aero_tends_.int_aero_mmr[m][a], 0);
}
}

Expand Down

0 comments on commit 9cb990c

Please sign in to comment.