Skip to content

Commit f377f07

Browse files
bartgolCopilot
andauthored
EAMxx: fix bug in atm process internals setup
Co-authored-by: Copilot <[email protected]>
1 parent 0f7bd84 commit f377f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ void AtmosphereProcess::set_fields_and_groups_pointers () {
847847
m_fields_out_pointers[fn][g.grid_name()] = fp.get();
848848
}
849849
if (g.m_monolithic_field) {
850-
m_fields_in_pointers[group_name][g.grid_name()] = g.m_monolithic_field.get();
850+
m_fields_out_pointers[group_name][g.grid_name()] = g.m_monolithic_field.get();
851851
}
852852
}
853853
for (auto& f : m_internal_fields) {

0 commit comments

Comments
 (0)