Parcourir la source

New run E009 same as E008 but starting from cold conditions. Runs E009

Francois Massonnet il y a 6 ans
Parent
commit
a2c1c7c506

+ 2 - 2
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>E008</Value>
+            <Value>E009</Value>
         </Parameter>
 
         <Parameter name="RUN_START_DATE">
@@ -81,7 +81,7 @@
         <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">

+ 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=IC90
-special_restart_date="1991-01-01"
+special_restart=false
+special_restart_from=
+special_restart_date=
 
 # Resolution
 ifs_grid=[[[MOD:IFS:GRID]]]

+ 8 - 3
exps.txt

@@ -17,9 +17,14 @@ E005 -- Restarting from E002 in Jan 1 1991
 IC90 -- Starting from Jan 1 1990, running 1 year, saving 
 	restarts on 19901231 to use atmosphere (and 
         possibly ocean/ice) ICs for other runs		[SUCCESS]
-E006	Control run					[HALTED]
-E007	Run with extra LIM output (https://dev.ec-earth.org/issues/632)
-E008	Control run, with high bare ice albedo and snow conductivity
+E006	Control run, started from IC90 ICs taken
+	as the last year of David Docquier EC05		[HALTED]
+E007	Run with extra LIM output 
+    	(https://dev.ec-earth.org/issues/632)
+E008	Control run, with high bare ice albedo and snow [RUNNING]
+	conductivity, starting from EC05 as E006 
+E009	Control run, same parameters as E008, 		[RUNNING]
+	starting from scratch
 
 Report from telecons
 --------------------