We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7059a7e commit 5274d20Copy full SHA for 5274d20
components/eamxx/src/physics/zm/eamxx_zm_process_interface.cpp
@@ -147,7 +147,6 @@ void ZMDeepConvection::run_impl (const double dt)
147
// calculate_z_int() contains a team-level parallel_scan, which requires a special policy
148
using TPF = ekat::TeamPolicyFactory<KT::ExeSpace>;
149
const auto scan_policy = TPF::get_thread_range_parallel_scan_team_policy(m_ncol, nlev_mid_packs);
150
- const auto team_policy = TPF::get_default_team_policy(m_ncol, nlev_mid_packs);
151
152
auto ts_start = start_of_step_ts();
153
bool is_first_step = (ts_start.get_num_steps()==0);
0 commit comments