Skip to content

Commit

Permalink
Merge branch 'ACME-Climate/mfdeakin-sandia/save_inter_restarts' (PR #…
Browse files Browse the repository at this point in the history
…1491)

Ensure that all restart files are archived by default

passes the acme_developer test suite
[BFB]

Fixes #1489
  • Loading branch information
rljacob authored May 8, 2017
2 parents 1b4666c + 75a9a50 commit 183a9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,12 @@
<entry id="DOUT_S_SAVE_INTERIM_RESTART_FILES">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
<default_value>FALSE</default_value>
<default_value>TRUE</default_value>
<group>run_data_archive</group>
<file>env_run.xml</file>
<desc>Logical to archive all interim restart files, not just those at eor
If TRUE, perform short term archiving on all interim restart files,
not just those at the end of the run. By default, this value is FALSE.
not just those at the end of the run. By default, this value is TRUE.
The restart files are saved under the specific component directory
($DOUT_S_ROOT/$CASE/$COMPONENT/rest rather than the top-level $DOUT_S_ROOT/$CASE/rest directory).
Interim restart files are created using the REST_N and REST_OPTION variables.
Expand Down

0 comments on commit 183a9fc

Please sign in to comment.