Francois Massonnet 6 rokov pred
rodič
commit
5cfa2b4b04
2 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 2 2
      3.3.0/runtime/classic/config-run.xml
  2. 3 1
      exps.txt

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

@@ -69,13 +69,13 @@
         <Parameter name="RUN_START_DATE">
             <Description>Start date of the simulation. Use any reasonable syntax.</Description>
             <Type>DATE</Type>
-            <Value>1993-01-01</Value>
+            <Value>1990-01-01</Value>
         </Parameter>
 
         <Parameter name="RUN_END_DATE">
             <Description>End date of the simulation. Use any reasonable syntax.</Description>
             <Type>STRING</Type>
-            <Value>${run_start_date} + 1 year</Value>
+            <Value>${run_start_date} + 4 years</Value>
         </Parameter>
 
         <Parameter name="FORCE_RUN_FROM_SCRATCH">

+ 3 - 1
exps.txt

@@ -2,7 +2,9 @@ E000 -- standard run as coming from the ecearth_patch
 	3.3.0, rev 6607, from scratch, standard output	[SUCCESS]
 E001 -- with new output, constant forcing  		[SUCCESS]
 E002 -- Trying 4 legs in two runs			[SUCCESS]
-E003 -- One year, restarting from E002 in 19930101.
+E003 -- 10 days restarting from existing exp (E002) on
+        Jan 1 1993. Reproducibility check.		[SUCCESS]
+