Skip to content

Commit 1b26f72

Browse files
committed
save
1 parent 5643c37 commit 1b26f72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ namespace scream {
55

66
void MAMMicrophysics::run_small_kernels_microphysics(const double dt, const double eccf)
77
{
8+
using TPF = ekat::TeamPolicyFactory<KT::ExeSpace>;
89
const auto policy =
9-
ekat::ExeSpaceUtils<KT::ExeSpace>::get_default_team_policy(ncol_, nlev_);
10+
TPF::get_default_team_policy(ncol_, nlev_);
1011
const int nlev = nlev_;
1112
//
1213
// set external forcing

externals/mam4xx

Submodule mam4xx updated 75 files

0 commit comments

Comments
 (0)