Index: trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
===================================================================
--- trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh	(revision 3417)
+++ trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh	(revision 3419)
@@ -57,4 +57,7 @@
         echo "This is a new cycle for the PEM simulation."
         date
+        if [ $dim -ne 1 ]; then
+            job_scheduler
+        fi
         read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
         cyclelaunch $dim $nPCM
@@ -115,4 +118,7 @@
         fi
         sed -i "1s/.*/$i_myear $n_myear $convert_years $iPCM $iPEM $nPCM $nPCM_ini/" info_PEM.txt
+        if [ -f "kill_launchPEM.sh" ]; then
+            ./kill_launchPEM.sh
+        fi
         if [ $relaunch = "PCM" ]; then
             relaunchPCM $dim
