Browse Source

Runs IC90

Francois Massonnet 6 years ago
parent
commit
a1661122f8
3 changed files with 8 additions and 9 deletions
  1. 4 4
      3.3.0/runtime/classic/config-run.xml
  2. 3 3
      3.3.0/runtime/classic/ece-ifs+nemo.sh.tmpl
  3. 1 2
      exps.txt

+ 4 - 4
3.3.0/runtime/classic/config-run.xml

@@ -63,7 +63,7 @@
         <Parameter name="EXP_NAME">
             <Description>Experiment name (4 letters)</Description>
             <Type>STRING</Type>
-            <Value>E005</Value>
+            <Value>IC90</Value>
         </Parameter>
 
         <Parameter name="RUN_START_DATE">
@@ -75,19 +75,19 @@
         <Parameter name="RUN_END_DATE">
             <Description>End date of the simulation. Use any reasonable syntax.</Description>
             <Type>STRING</Type>
-            <Value>${run_start_date} + 2 years</Value>
+            <Value>${run_start_date} + 10 days</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">
             <Description>Restart frequency, e.g., 2 months</Description>
             <Type>STRING</Type>
-            <Value>1 year</Value>
+            <Value>10 days</Value>
         </Parameter>
 
         <Parameter name="RUN_NUM_LEGS">

+ 3 - 3
3.3.0/runtime/classic/ece-ifs+nemo.sh.tmpl

@@ -26,9 +26,9 @@ run_end_date="[[[MOD:GENERAL:RUN_END_DATE]]]"
 # directory. Leave set to 'false' otherwise.
 # NOTE: If set to 'true' the run directory $run_dir is cleaned!
 force_run_from_scratch=[[[MOD:GENERAL:FORCE_RUN_FROM_SCRATCH]]]
-special_restart=true
-special_restart_from=E002
-special_restart_date="1991-01-01"
+special_restart=false
+special_restart_from=
+special_restart_date=
 
 # Resolution
 ifs_grid=[[[MOD:IFS:GRID]]]

+ 1 - 2
exps.txt

@@ -15,8 +15,7 @@ E005 -- Restarting from E002 in Jan 1 1991
         but using NEMO restarts
 	from year 150 of DD's runs, that were tweaked	[SUCCESS]
         
-
-IC90 -- Starting from scratch, running 1 day, saving
+IC90 -- Starting from scratch, running 1 day, saving    [SUCCESS]
 	restarts as future ICs for other runs