|
@@ -63,7 +63,7 @@
|
|
|
<Parameter name="EXP_NAME">
|
|
|
<Description>Experiment name (4 letters)</Description>
|
|
|
<Type>STRING</Type>
|
|
|
- <Value>E006</Value>
|
|
|
+ <Value>E007</Value>
|
|
|
</Parameter>
|
|
|
|
|
|
<Parameter name="RUN_START_DATE">
|
|
@@ -75,13 +75,13 @@
|
|
|
<Parameter name="RUN_END_DATE">
|
|
|
<Description>End date of the simulation. Use any reasonable syntax.</Description>
|
|
|
<Type>STRING</Type>
|
|
|
- <Value>${run_start_date} + 1000 years</Value>
|
|
|
+ <Value>${run_start_date} + 1 year</Value>
|
|
|
</Parameter>
|
|
|
|
|
|
<Parameter name="FORCE_RUN_FROM_SCRATCH">
|
|
|
<Description>Start simulation from scratch, possibly ignoring any restart files. [true/false]</Description>
|
|
|
<Type>BOOLEAN</Type>
|
|
|
- <Value>false</Value>
|
|
|
+ <Value>true</Value>
|
|
|
</Parameter>
|
|
|
|
|
|
<Parameter name="RST_FREQ">
|
|
@@ -93,7 +93,7 @@
|
|
|
<Parameter name="RUN_NUM_LEGS">
|
|
|
<Description>Number of restart legs</Description>
|
|
|
<Type>INTEGER</Type>
|
|
|
- <Value>3</Value>
|
|
|
+ <Value>1</Value>
|
|
|
</Parameter>
|
|
|
|
|
|
<Parameter name="OUTPUT_CONTROL_FILES_DIR">
|