Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions components/eamxx/src/share/io/scorpio_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ register_variables(const std::string& filename,
// Note, unlike with regular output variables, for the average counting
// variables we don't need to add all of the extra metadata. So we simply
// define the variable.
scorpio::define_var(filename, name, unitless, dimnames,
"real",fp_precision, m_add_time_dim);
scorpio::define_var(filename, name, dimnames, "int", m_add_time_dim);
}
}
} // register_variables
Expand Down
Loading