Browse Source

Try running four years in two jobs of two legs. Runs E002

Francois Massonnet 6 years ago
parent
commit
482f001296
3 changed files with 10 additions and 9 deletions
  1. 5 5
      3.3.0/runtime/classic/config-run.xml
  2. 2 2
      3.3.0/runtime/classic/zenobe.sh.tmpl
  3. 3 2
      exps.txt

+ 5 - 5
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>E001</Value>
+            <Value>E002</Value>
         </Parameter>
 
         <Parameter name="RUN_START_DATE">
@@ -75,7 +75,7 @@
         <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">
@@ -93,7 +93,7 @@
         <Parameter name="RUN_NUM_LEGS">
             <Description>Number of restart legs</Description>
             <Type>INTEGER</Type>
-            <Value>1</Value>
+            <Value>2</Value>
         </Parameter>
 
         <Parameter name="OUTPUT_CONTROL_FILES_DIR">
@@ -131,7 +131,7 @@
         <Parameter name="NUMPROC">
             <Description>Number of processors running IFS</Description>
             <Type>INTEGER</Type>
-            <Value>320</Value>
+            <Value>78</Value>
         </Parameter>
 
         <Parameter name="CMIP6">
@@ -189,7 +189,7 @@
         <Parameter name="NUMPROC">
             <Description>Number of processors running NEMO</Description>
             <Type>INTEGER</Type>
-            <Value>86</Value>
+            <Value>64</Value>
         </Parameter>
 
     </Model>

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

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

+ 3 - 2
exps.txt

@@ -1,7 +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 -- restarting from David Docquier's EC05 rebuilt restarts
+E002 -- Trying 4 legs in two runs
+E003 -- restarting from David Docquier's EC05 rebuilt restarts
 
 
 
@@ -10,4 +11,4 @@ Report from telecons
 6 March 2019
 	- Bug in soil carbon pools when going from historical to scenario runs, radiation is affected. Issue `https://dev.ec-earth.org/issues/621`. Not clear if this is an issue of the forcing files or from the model code. Tests will be done to find out where this bug was introduced in the trunk.
     - Ongoing runs: DECK at BSC (historical + control [230 years]); DMI; Lund. CNR and KNMI not started yet.
-    - Low-res run (T159, ORCA1) (SMHI). Uses about 4 times less processors for IFS (same for NEMO). Follow issue https://dev.ec-earth.org/issues/548. Does 18 years per day.
+    - Low-res run (T159, ORCA1) (SMHI). Uses about 4 times less processors for IFS (same for NEMO). Follow issue https://dev.ec-earth.org/issues/548. Does 18 years per day.