Browse Source

Finalize templates to run E007. Runs E007

Francois Massonnet 6 years ago
parent
commit
a313c64766

+ 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>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">

+ 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]]]

+ 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=21: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