Skip to content

Commit

Permalink
Fixes ESCOMP#46 so MOSART_SIM_YEAR is consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Oct 28, 2021
1 parent 3f306ae commit 4f6c668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
<desc>mode for mosart flood feature, NULL means mosart flood is turned off</desc>
</entry>

<entry id="MOSART_SIMYR">
<entry id="MOSART_SIM_YEAR">
<type>char</type>
<valid_values></valid_values>
<default_value>-simyr 2000</default_value>
<default_value>2000</default_value>
<values>
<value compset="1850.*_MOSART">1850</value>
<value compset="HIST.*_MOSART">1850</value>
Expand All @@ -59,7 +59,7 @@
</values>
<group>run_component_mosart</group>
<file>env_run.xml</file>
<desc>MOSART build-namelist options</desc>
<desc>Simulation year to start from -- build-namelist options (currently not used)</desc>
</entry>
<help>
=========================================
Expand Down

0 comments on commit 4f6c668

Please sign in to comment.