Skip to content

Commit

Permalink
Add NEMO_REBUILD and NEMO_REBUILD_ROOT flags
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-peano committed Nov 2, 2023
1 parent e0e7b41 commit 421f0b5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,28 @@
<desc>system workload snapshot frequency (in seconds, if greater than 0; disabled otherwise)</desc>
</entry>

<!-- ===================================================================== -->
<!-- definitions nemo_rebuild -->
<!-- ===================================================================== -->

<entry id="NEMO_REBUILD">
<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>if true, NEMO output files rebuild is performed at the end of run</desc>
</entry>

<entry id="NEMO_REBUILD_ROOT">
<type>char</type>
<valid_values></valid_values>
<default_value>$ENV{CIMEROOT}/../components/nemo/source/utils</default_value>
<group>run_data_archive</group>
<file>env_run.xml</file>
<desc>directory where the script to rebuild the NEMO multiple outputs is</desc>
</entry>

<!-- ===================================================================== -->
<!-- definitions machines specific -->
<!-- ===================================================================== -->
Expand Down

0 comments on commit 421f0b5

Please sign in to comment.