Browse Source

Change paths to retrieve existing restarts in ece-ifs+nemo.sh.tmpl (from archive instead of run dir). (Otherwise those restarts are not found). Runs E003

Francois Massonnet 6 years ago
parent
commit
6e8180a0d7

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

@@ -63,25 +63,25 @@
         <Parameter name="EXP_NAME">
             <Description>Experiment name (4 letters)</Description>
             <Type>STRING</Type>
-            <Value>E002</Value>
+            <Value>E003</Value>
         </Parameter>
 
         <Parameter name="RUN_START_DATE">
             <Description>Start date of the simulation. Use any reasonable syntax.</Description>
             <Type>DATE</Type>
-            <Value>1990-01-01</Value>
+            <Value>1993-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} + 4 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>true</Value>
+            <Value>false</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>2</Value>
+            <Value>1</Value>
         </Parameter>
 
         <Parameter name="OUTPUT_CONTROL_FILES_DIR">

+ 6 - 6
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=false
-special_restart_from=ECE3
-special_restart_date="1995-01-01"
+special_restart=true
+special_restart_from=E002
+special_restart_date="1993-01-01"
 
 # Resolution
 ifs_grid=[[[MOD:IFS:GRID]]]
@@ -249,9 +249,9 @@ then
         . ${run_dir}/ece.info
         special_restart_leg=$(printf %03d $((leg_number+1)))
         # PUT HERE THE INSTRUCTIONS TO COPY THE restart files
-        rsync -av ${run_dir}/../${special_restart_from}/restart/ifs/${special_restart_leg}/ ${run_dir}
-        rsync -av ${run_dir}/../${special_restart_from}/restart/oasis/${special_restart_leg}/ ${run_dir}
-        cd ${run_dir}/../${special_restart_from}/restart/nemo/${special_restart_leg}
+        rsync -av ${run_dir}/../../archive/${special_restart_from}/restart/ifs/${special_restart_leg}/ ${run_dir}
+        rsync -av ${run_dir}/../../archive/${special_restart_from}/restart/oasis/${special_restart_leg}/ ${run_dir}
+        cd ${run_dir}/../../archive/${special_restart_from}/restart/nemo/${special_restart_leg}
         for f in *.nc; do
             nf=${exp_name}${f:4}
             cp $f ${run_dir}/$nf

+ 1 - 1
3.3.0/runtime/classic/zenobe.sh.tmpl

@@ -3,7 +3,7 @@
 #PBS -q large
 #PBS -r y
 #PBS -W group_list=ecearth
-#PBS -l walltime=14:00:00
+#PBS -l walltime=07:00:00
 #PBS -l select=6:ncpus=24:mem=63000mb:mpiprocs=24:ompthreads=1
 #PBS -M francois.massonnet@uclouvain.be
 #PBS -m abe

+ 4 - 4
exps.txt

@@ -1,8 +1,8 @@
 E000 -- standard run as coming from the ecearth_patch
-	3.3.0, rev 6607, from scratch, standard output
-E001 -- with new output, constant forcing
-E002 -- Trying 4 legs in two runs
-E003 -- restarting from David Docquier's EC05 rebuilt restarts
+	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.