From 91caf46382be7c2449c465c49ee9106eee908f6c Mon Sep 17 00:00:00 2001 From: Michael Deakin Date: Wed, 3 May 2017 18:59:03 -0600 Subject: [PATCH] Set the default value of DOUT_S_SAVE_INTERIM_RESTART_FILES to TRUE so that all restart files are saved by default --- src/drivers/mct/cime_config/config_component.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/mct/cime_config/config_component.xml b/src/drivers/mct/cime_config/config_component.xml index 943725f081f..aa092aa3e60 100644 --- a/src/drivers/mct/cime_config/config_component.xml +++ b/src/drivers/mct/cime_config/config_component.xml @@ -490,12 +490,12 @@ logical TRUE,FALSE - FALSE + TRUE run_data_archive env_run.xml 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.