From 42b254c655648557225f89886756b917c01695ba Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Tue, 4 Feb 2025 11:58:11 -0700 Subject: [PATCH] Add RUN_POSTPROCESSING variable to env_run.xml This variable will be FALSE by default, but setting it to TRUE will (eventually) run some postprocessing scripts as part of the default workflow. In that respect, its behavior will be similar to how DOUT_S controls the short-term archiver. --- cime_config/config_component.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cime_config/config_component.xml b/cime_config/config_component.xml index 8d5cb5dda..ae6981fc4 100644 --- a/cime_config/config_component.xml +++ b/cime_config/config_component.xml @@ -568,6 +568,16 @@ If TRUE, short term archiving will be turned on. + + logical + TRUE,FALSE + FALSE + run_data_archive + env_run.xml + Logical to run post-processing analysis tools. + If TRUE, post-processing scripts will be run + + integer 900