Skip to content

Commit

Permalink
Update config_component.xml to use positive 9999
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing authored Aug 16, 2024
1 parent 1797342 commit ffd4077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datm/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@
<entry id="DATM_YR_START_FILENAME">
<type>integer</type>
<valid_values></valid_values>
<default_value>-9999</default_value>
<default_value>9999</default_value>
<group>run_component_datm</group>
<file>env_run.xml</file>
<desc>Start year listed in PLUMBER2 filenames. Only used in PLUMBER2; leave as -9999 for other cases.</desc>
<desc>Start year listed in PLUMBER2 filenames for certain datm_modes. Currently only used in PLUMBER2; leave as the default value (9999) for other cases.</desc>
</entry>

<entry id="DATM_YR_END">
Expand Down

0 comments on commit ffd4077

Please sign in to comment.