Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,25 @@
We will not document this further in this guide.</desc>
</entry>

<entry id="COMPRESS_ARCHIVE_FILES">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
<default_value>TRUE</default_value>
<group>run_data_archive</group>
<file>env_run.xml</file>
<desc>Logical compress/convert archive files to netcdf-4</desc>
</entry>

<entry id="COPY_CASE_FOLDER">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
<default_value>TRUE</default_value>
<group>run_data_archive</group>
<file>env_run.xml</file>
<desc>Logical copy CASE folder to archive</desc>
</entry>


<entry id="CCSM_BGC">
<type>char</type>
<valid_values>none,CO2A,CO2B,CO2C</valid_values>
Expand Down