Skip to content

Commit

Permalink
Use "-o_size medium" when the stress balance update fails
Browse files Browse the repository at this point in the history
This way the user has more control, e.g. can set output.sizes.medium to save particular
fields.
  • Loading branch information
ckhroulev committed May 26, 2021
1 parent 9aaf392 commit 3140763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icemodel/IceModel.cc
Expand Up @@ -440,7 +440,7 @@ void IceModel::step(bool do_mass_continuity,
update_run_stats();
write_metadata(file, WRITE_MAPPING, PREPEND_HISTORY);

save_variables(file, INCLUDE_MODEL_STATE, output_variables("small"),
save_variables(file, INCLUDE_MODEL_STATE, output_variables("medium"),
m_time->current());

e.add_context("performing a time step. (Note: Model state was saved to '%s'.)",
Expand Down

0 comments on commit 3140763

Please sign in to comment.