Skip to content

Commit 1ee7624

Browse files
committed
EAMxx: fix step-tendencies setup for atm proc group
Must also process its own tendencies requests
1 parent 11a1596 commit 1ee7624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/eamxx/src/share/atm_process/atmosphere_process_group.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ void AtmosphereProcessGroup::setup_step_tendencies () {
180180
for (const auto& atm_proc : m_atm_processes) {
181181
atm_proc->setup_step_tendencies();
182182
}
183+
AtmosphereProcess::setup_step_tendencies();
183184
}
184185

185186
void AtmosphereProcessGroup::

0 commit comments

Comments
 (0)