Skip to content

Commit

Permalink
Add RUN_POSTPROCESSING variable to env_run.xml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mnlevy1981 committed Feb 4, 2025
1 parent 4b636c6 commit 42b254c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,16 @@
If TRUE, short term archiving will be turned on.</desc>
</entry>

<entry id="RUN_POSTPROCESSING">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
<default_value>FALSE</default_value>
<group>run_data_archive</group>
<file>env_run.xml</file>
<desc>Logical to run post-processing analysis tools.
If TRUE, post-processing scripts will be run</desc>
</entry>

<entry id="SYSLOG_N">
<type>integer</type>
<default_value>900</default_value>
Expand Down

0 comments on commit 42b254c

Please sign in to comment.