Skip to content

Commit

Permalink
Merge branch 'eagles-project:mjs271/mam4xx/ff-submodule' into next (PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Jan 9, 2025
2 parents e05bb62 + 67f5740 commit 0f5e4a6
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 72 deletions.
5 changes: 5 additions & 0 deletions components/eamxx/src/physics/mam/eamxx_mam_aci_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@ void call_function_dropmixnuc(
}
});
team.team_barrier();
// HACK: dropmixnuc() requires the parameter enable_aero_vertical_mix,
// so we define it here until we have a better idea of where it
// might come from
const bool enable_aero_vertical_mix = true;
mam4::ndrop::dropmixnuc(
team, dt, ekat::subview(T_mid, icol), ekat::subview(p_mid, icol),
ekat::subview(p_int, icol), ekat::subview(pdel, icol),
Expand All @@ -417,6 +421,7 @@ void call_function_dropmixnuc(
spechygro, lmassptr_amode, num2vol_ratio_min_nmodes,
num2vol_ratio_max_nmodes, numptr_amode, nspec_amode, exp45logsig,
alogsig, aten, mam_idx, mam_cnst_idx,
enable_aero_vertical_mix,
ekat::subview(qcld, icol), // out
ekat::subview(wsub, icol), // in
ekat::subview(cloud_frac_prev, icol), // in
Expand Down
Loading

0 comments on commit 0f5e4a6

Please sign in to comment.