Index: BOL/Multi_atlas/concat_html.sh
===================================================================
--- BOL/Multi_atlas/concat_html.sh	(revision 4306)
+++ BOL/Multi_atlas/concat_html.sh	(revision 4307)
@@ -28,5 +28,5 @@
 <table>
 
-<h1> $2 <A HREF=`echo $PNG_D/index.pdf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> PDF </A></h1>
+<h1> $2 <A HREF=`echo $PNG_D/index.pdf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'`> PDF </A></h1>
 eod
 
@@ -39,5 +39,5 @@
        file=$PNG_D/${vv}.png
        if [ -f $file ] ; then
-          thredds=`echo $file | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
+          thredds=`echo $file | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'`
           echo '<TD ALIGN=CENTER><A HREF="'$thredds'"><IMG HEIGHT=250 WIDTH=350 SRC="'$thredds'"></a></TD>'
        else
Index: BOL/Multi_atlas/html_1D.sh
===================================================================
--- BOL/Multi_atlas/html_1D.sh	(revision 4306)
+++ BOL/Multi_atlas/html_1D.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
Index: BOL/Multi_atlas/html_accueil.sh
===================================================================
--- BOL/Multi_atlas/html_accueil.sh	(revision 4306)
+++ BOL/Multi_atlas/html_accueil.sh	(revision 4307)
@@ -7,6 +7,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -36,4 +43,3 @@
 
 # ATTENTION A MODIFIER POUR D AUTRES MACHINE
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
-
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
Index: BOL/Multi_atlas/html_all.sh
===================================================================
--- BOL/Multi_atlas/html_all.sh	(revision 4306)
+++ BOL/Multi_atlas/html_all.sh	(revision 4307)
@@ -6,6 +6,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -26,8 +33,8 @@
 
 i=1
-for f in /thredds/ipsl/fabric/lmdz/MultiSimu/*/entete.html ; do
+for f in $DODSDIR/${login}/lmdz/MultiSimu/*/entete.html ; do
     sim=`echo $f | cut -d/ -f7`
 # A REFAIRE
-echo "<TD ALIGN=LEFT><A HREF=`echo $f | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> $sim </A> </TD>"
+echo "<TD ALIGN=LEFT><A HREF=`echo $f | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'`> $sim </A> </TD>"
 
 if [ $i = 8 ] ; then
Index: BOL/Multi_atlas/html_axe1.sh
===================================================================
--- BOL/Multi_atlas/html_axe1.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe1.sh	(revision 4307)
@@ -9,6 +9,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -99,4 +106,4 @@
 
 # A REFAIRE
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
 
Index: BOL/Multi_atlas/html_axe2.sh
===================================================================
--- BOL/Multi_atlas/html_axe2.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe2.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -59,3 +66,3 @@
 
 # A REFAIRE
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
Index: BOL/Multi_atlas/html_axe3.sh
===================================================================
--- BOL/Multi_atlas/html_axe3.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe3.sh	(revision 4307)
@@ -9,6 +9,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -128,3 +135,3 @@
 $local/concat_html.sh $COMP_D/REG "Regimes dynamiques tropicaux" $concatarg 3 >> $COMP_D/REG/index.html
 
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
Index: BOL/Multi_atlas/html_axe4.sh
===================================================================
--- BOL/Multi_atlas/html_axe4.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe4.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -95,4 +102,4 @@
 
 
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
 
Index: BOL/Multi_atlas/html_axe5.sh
===================================================================
--- BOL/Multi_atlas/html_axe5.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe5.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -46,4 +53,4 @@
 eod
 
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
 
Index: BOL/Multi_atlas/html_axe6.sh
===================================================================
--- BOL/Multi_atlas/html_axe6.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe6.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -45,3 +52,3 @@
 
 
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
Index: BOL/Multi_atlas/html_axe7.sh
===================================================================
--- BOL/Multi_atlas/html_axe7.sh	(revision 4306)
+++ BOL/Multi_atlas/html_axe7.sh	(revision 4307)
@@ -9,6 +9,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -128,3 +135,3 @@
 
 
-echo $compf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'
+echo $compf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'
Index: BOL/Multi_atlas/html_entete.sh
===================================================================
--- BOL/Multi_atlas/html_entete.sh	(revision 4306)
+++ BOL/Multi_atlas/html_entete.sh	(revision 4307)
@@ -9,6 +9,11 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+HTML00=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+HTML00=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -66,8 +71,8 @@
           <li><a href="$HTML0/HOWTO.html">HOWTO contribute</a> </li>
           <li><a href="http://forge.ipsl.jussieu.fr/igcmg/wiki/IPSLCM6 ">Liste des simulations CM6</a> </li>
-          <li><a href="https://vesg.ipsl.upmc.fr/thredds/catalog/IPSLFS/fabric/lmdz/MultiSimu/catalog.html">ALL : avail. directories </a> </li>
+          <li><a href="https://thredds-su.ipsl.fr/thredds/catalog/ipsl_thredds/fabric/lmdz/MultiSimu/catalog.html">ALL : avail. directories </a> </li>
         </ul></li>
 ......eod
-      for SEAS in YEAR DJF JJA ; do
+      for SEAS in YEAR DJF JJA MAM SON ; do
       cat <<......eod>> $compf
         <li><a href="#">Atlas $SEAS</a>
Index: BOL/Multi_atlas/html_lma.sh
===================================================================
--- BOL/Multi_atlas/html_lma.sh	(revision 4306)
+++ BOL/Multi_atlas/html_lma.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=https://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=https://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -23,5 +30,8 @@
 runstxt=$local/runs.txt
 PREF_F=$DODSDIR
-PREF_W=http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+#PREF_W=http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS
+PREF_W=http\://${dthredds}
+
 MULTIDIR=$PREF_F/$login/lmdz/MultiSimu
 #BASE_D=/home/fabric/users/dcugnet
Index: BOL/Multi_atlas/html_pcmdi.sh
===================================================================
--- BOL/Multi_atlas/html_pcmdi.sh	(revision 4306)
+++ BOL/Multi_atlas/html_pcmdi.sh	(revision 4307)
@@ -6,6 +6,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
Index: BOL/Multi_atlas/html_tuning.sh
===================================================================
--- BOL/Multi_atlas/html_tuning.sh	(revision 4306)
+++ BOL/Multi_atlas/html_tuning.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=https://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=https://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
Index: BOL/Multi_atlas/html_tuning_min.sh
===================================================================
--- BOL/Multi_atlas/html_tuning_min.sh	(revision 4306)
+++ BOL/Multi_atlas/html_tuning_min.sh	(revision 4307)
@@ -8,6 +8,13 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML00=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
 machine=ciclad
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML00=http://${dthredds}/$login
+machine=spirit
 fi
 if [ ${hostname:0:5} = camel ] ; then
Index: BOL/Multi_atlas/install_multi_atlas.sh
===================================================================
--- BOL/Multi_atlas/install_multi_atlas.sh	(revision 4306)
+++ BOL/Multi_atlas/install_multi_atlas.sh	(revision 4307)
@@ -73,5 +73,4 @@
 submit=qsub
 eod
-fi
 
 # IRENE
@@ -173,4 +172,6 @@
 \mv make_atlas.sh atlas/.
 
+fi
+
 cp Utils/lmdz_SE0.py tmp0.py
 sed -e s:ROOT_SIM_DIR:$ROOT_SIM_DIR:g tmp0.py > tmp.py
@@ -179,4 +180,5 @@
 \mv lmdz_SE.py atlas/.
 
+exit
 echo 4. Then you can run your multiatlas :
 echo ./job_multi.sh Multi01
Index: BOL/Multi_atlas/make_html_libigcm.sh
===================================================================
--- BOL/Multi_atlas/make_html_libigcm.sh	(revision 4306)
+++ BOL/Multi_atlas/make_html_libigcm.sh	(revision 4307)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# AI mai 2020
-# A REFAIRE PROPREMENT 
-# A NETTOYER, ADAPTER AUX AUTRES MACHINES
+
 
 ###########################################################################
@@ -23,4 +21,5 @@
 
 
+logname=aidel
 comp=COMP
 
@@ -39,4 +38,6 @@
         --comp) comp="${2}"
                  shift;;
+        --runstxt) runstxt="${2}" 
+                 shift ;;
         --id) CONFIGNAME="${2}"
                  shift;;
@@ -50,28 +51,12 @@
 done
 
-local=`pwd -P`
-
-login=`whoami`
-hostname=`hostname`
-if [ ${hostname:0:5} = cicla ] ; then
-DODSDIR=/thredds/ipsl
-HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
-machine=ciclad
-fi
-if [ ${hostname:0:5} = camel ] ; then
-DODSDIR=/thredds/ipsl
-fi
-if [ ${hostname:0:5} = irene ] ; then
-DODSDIR=
-fi
-if [ ${hostname:0:5} = jean- ] ; then
-DODSDIR=
-fi
-
-tmpdir=$DODSDIR/$login/lmdz
+###tmpdir=/thredds/ipsl/fabric/lmdz
+tmpdir=/thredds/ipsl/fabric/lmdz
 EXPNAME=B96x95x39/V20090611.dev/
 ROOTWORK=$tmpdir
 ROOTWEBORIG=""
 EXPNAME=IGCM_OUT/$CONFIGNAME/DEVT/clim
+machine=ciclad
+
 
 STORAGE=$ARCHIVE
@@ -80,17 +65,21 @@
 HTML_D=$ROOTSTORAGE/HTML
 
+machine=ciclad
+
 if [ "$machine" = "ciclad" ] ; then
 EXPNAME=NPV5LRL79
 put=cp
-CICLAD=$DODSDIR/$login/lmdz
+###CICLAD=/thredds/ipsl/fabric/lmdz
+CICLAD=/thredds/ipsl/fabric/lmdz
 ARCHIVE=$CICLAD/STORE
 workdir=$CICLAD/WORK
 STORAGE=$CICLAD
-ROOTWEBatlas=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/STORE/$EXPNAME
-MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
+ROOTWEBatlas=http://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/fabric/lmdz/STORE/$EXPNAME
+###MULTIDIR=/thredds/ipsl/fabric/lmdz/MultiSimu
+MULTIDIR=/thredds/ipsl/fabric/lmdz/MultiSimu
 COMP_D=$MULTIDIR/$comp
 DEF_FILE=$COMP_D/def.txt
 HTML_D=$COMP_D
-runstxt=$local/runs.txt
+#runstxt=/home/fabric/LMDZ/MultiSimu/runs.txt
 fi
 
@@ -99,7 +88,15 @@
 ROOTDODS=DODS/pub/$LOGNAME/$CONFIGNAME
 ROOTWEB="http://dodsp.idris.fr/$LOGNAME/$EXPNAME"
-ROOTWEB_PRODout=https://vesg.ipsl.upmc.fr/thredds/catalog/store_thredds/aidel/LMDZOR/DEVT/clim
+# http://dods.extra.cea.fr/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim/AR5.0lr/ATM/Analyse/COSP/Calipso/1982-1989
+#ROOTWEB_PROD=http://dods.extra.cea.fr/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
+ROOTWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
+ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/work/aidel/IGCM_OUT/LMDZOR/DEVT/clim
+ROOTWEB_PROD=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim
+ROOTWEB_PRODout=https://thredds-su.ipsl.fr/thredds/catalog/store_thredds/aidel/LMDZOR/DEVT/clim
+#STOREWEB_PROD=http://dods.extra.cea.fr/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
+#STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
 STOREWEB_PROD=http://esgf.extra.cea.fr/thredds/catalog/store_thredds/aidel/IGCM_OUT/LMDZOR/DEVT/clim
 STOREWEB_PRODold=http://esgf.extra.cea.fr/thredds/catalog/store/aidel/IGCM_OUT/LMDZOR/DEVT/clim
+#ROOTWEBatlas=http://dods.idris.fr/$LOGNAME/$CONFIGNAME/DEVT/clim
 if [ "$ROOTWEBORIG" = "" ] ; then
 ROOTWEBORIG=ROOTWEBlibigcm
@@ -126,9 +123,9 @@
 longc="" ; i=0 ; while [ $i != $longn ] ; do (( i = $i + 1 )) ; longc="$longc"_ ; done
 
-if [ ! -d $STORAGE/HTML ] ; then mkdir -p $STORAGE/HTML ; fi
-htmlfile=$STORAGE/HTML/tmp.html   ; rm -f $htmlfile ; touch $htmlfile
-errfile=$STORAGE/HTML/tmphtml$$.err ; rm -f $errfile  ; touch $errfile
+htmlfile=$CICLAD/HTML/tmp.html   ; rm -f $htmlfile ; touch $htmlfile
+errfile=$CICLAD/HTML/tmphtml$$.err ; rm -f $errfile  ; touch $errfile
 D_work=$ROOTWORK/tmp_makehtml$$ ; rm -rf $D_work ; mkdir -p $D_work
 emptyelt='<td> - </td>'
+
 cat <<eod>| $htmlfile
 <table cellpadding="2" cellspacing="2" border="1"
@@ -136,8 +133,10 @@
 margin-right: auto;">
 <tr>
-<td><a href="$HTML/def.txt"> RUN (link to outputs)  </a></td>
+<td><a href="https://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/fabric/lmdz/MultiSimu/$comp/def.txt"> RUN (link to outputs)  </a></td>
 <td> Atlas YEAR</td>
 <td> Atlas --DJF-- </td>
 <td> Atlas --JJA-- </td>
+<td> Atlas --MAM-- </td>
+<td> Atlas --SON-- </td>
 <td> Description of the simulation $longc </td>
 <td> Period </td>
@@ -154,4 +153,6 @@
 echo '<tr>' >> $htmlfile
 echo "<td> CLIMATOS </td>" >> $htmlfile
+echo "<td>        </td>" >> $htmlfile
+echo "<td>        </td>" >> $htmlfile
 echo "<td>        </td>" >> $htmlfile
 echo "<td>        </td>" >> $htmlfile
@@ -176,6 +177,8 @@
     sim=`echo $line | awk ' { print $1 } '`
     simdir=`grep -w "^$sim "  $runstxt | awk ' { print $2 } '`
+    echo simdir $simdir
     run=`basename $simdir `
     years=`echo $line | awk ' { print $2 } '`
+#    years=`grep '^'$run' ' $DEF_FILE | awk ' { print $2 }'`
     yearsb=`echo $years | sed -e 's/_/-/'`
     echo run $run
@@ -187,7 +190,16 @@
 NCFILE=${run}_SE_${years}_1M_histmth.nc
 
+# AI partie rapat
+#$home/Diagnos_v6/dods_publi.sh $EXPNAME/$run/DEBUG
+#Mettre les sorties sur dods
+#$home/Diagnos_v6/dods_publi.sh $EXPNAME/$run/ATM/Output
+#Mettre les sorties sur dods les restart
+#$home/Diagnos_v6/dods_publi.sh $EXPNAME/$run/RESTART
+
+
 #--------------------------------------------------------------------------
 # Liens vers les fichiers, monitoring et atlas
 #--------------------------------------------------------------------------
+#    echo "<td><a href=\"$ROOTWEBatlas/"$run"\"> "$run" </a></td>" >> $htmlfile
     echo "<td><a href=\"$ROOTWEB_PRODout/"$run"/catalog.html\"> "$sim" </a></td>" >> $htmlfile
 
@@ -198,5 +210,5 @@
      if [ 1 = 1 ] ; then
 
-            for SEAS in YEAR DJF JJA ; do
+            for SEAS in YEAR DJF JJA MAM SON ; do
                echo '<td>' >> $htmlfile
                for PROJ in GLOB NH SH ; do
@@ -209,6 +221,6 @@
                      atlasf=$ROOTSTORAGE/$run/ATLAS/SE_$years/ATM/$atlas
                  fi
-# ATTENTION A REFAIRE EN FONCTION DE LA MACHINE
-                 atlas_html=`echo $atlasf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
+                 ###atlas_html=`echo $atlasf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'`
+                 atlas_html=`echo $atlasf | sed -e 's:/thredds/ipsl/:http\://thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds/:'`
                  echo atlas_html $atlas_html
                  echo atlasf $atlasf
@@ -244,10 +256,13 @@
 echo OK0
    if [ $glob = 1 ] ; then
-     echo OK GGGGGGGGGGGGG $glob
-     listeval=""
-     echo LISTEVAR $listevar
-     for var in $listevar ; do
-     echo $ROOTWORK/VLR/YEAR/${sim}_$years/METRICS/glob
-          if [ -f "$ROOTWORK/VLR/YEAR/${sim}_$years/METRICS/glob" ] ; then 
+      echo OK GGGGGGGGGGGGG $glob
+      listeval=""
+      echo LISTEVAR $listevar
+#      echo NCFILE $NCFILE 
+      for var in $listevar ; do
+      echo $ROOTWORK/VLR/YEAR/${sim}_$years/METRICS/glob
+#          if [ -f "$ROOTSTORAGE/$run/ATM/Analyse/Bilans/$years/${run}_bilans.data" ] ; then
+#           if [ -f "$ROOTWORK/VLR/YEAR/${run}_$years/METRICS/glob" ] ; then
+           if [ -f "$ROOTWORK/VLR/YEAR/${sim}_$years/METRICS/glob" ] ; then 
               val=`grep "^$var " $ROOTWORK/VLR/YEAR/${sim}_$years/METRICS/glob | awk ' { print $2 }' `
             echo $val
@@ -262,4 +277,5 @@
 echo LISTEVAL $listeval
 
+
 ###########################################################################
 # FIN DE LA BOUCLE SUR LES SIMULATIONS
@@ -305,5 +321,6 @@
 
 mkdir -p $HTML_D
-$put $htmlfile $HTML_D/Table_simulations_${comp}.html
-echo $put $htmlfile $HTML_D/Table_simulations_${comp}.html
-
+$put $htmlfile $HTML_D/Table_simulations_$comp.html
+echo $put $htmlfile $HTML_D/Table_simulations_$comp.html
+
+#$home/Diagnos_v6/dods_publi.sh $EXPNAME/HTML
Index: BOL/Multi_atlas/make_index_html.sh
===================================================================
--- BOL/Multi_atlas/make_index_html.sh	(revision 4306)
+++ BOL/Multi_atlas/make_index_html.sh	(revision 4307)
@@ -5,11 +5,4 @@
 
 login=`whoami`
-login=${login}
-
-local=`pwd -P`
-runstxt=$local/runs.txt
-echo runstxt= $runstxt
-
-login=${login}
 DODSDIR=/thredds/ipsl
 
@@ -25,6 +18,9 @@
 ref=OBS
 elif [ $dataref = 0 ]; then
-ref=`head -1 ${COMP_D}/def.txt | awk ' { print $1 } '`
+ref=`head -1 ${COMP_D}/def.txt | awk ' { print $1"_"$2 } '`
 fi
+
+echo dataref=$dataref
+echo ref=$ref
 
 DEF_FILE=$COMP_D/def.txt ; if [ ! -f $DEF_FILE ] ; then echo renseigner $DEF_FILE ; exit ; fi
@@ -69,6 +65,8 @@
           ta) titre='Air Temperature' ;;
           ua) titre='Zonal wind' ;;
-          hur) titre='Specific Humidity' ;;
-          hurs) titre='Surface Specific Humidity' ;;
+          hur) titre='Relative Humidity' ;;
+          hurs) titre='Surface Relative Humidity' ;;
+          psl) titre='Sea level pressure' ;;
+          albs) titre='Surface albedo' ;;
           *) titre=${var} ;;
 esac
@@ -82,5 +80,5 @@
 cp var_html.html "${var}"_html.html
 
-echo var=$var"endvar" titre=$titre"endtitre"
+#echo var=$var"endvar" titre=$titre"endtitre"
 sed -i -e "s/VAR/${var}/g" ${var}_html.html
 sed -i -e "s/TITRE/${titre}/g" ${var}_html.html
@@ -89,14 +87,15 @@
 sed -i -e "s/SEASON/"${seas}"/g" ${var}_html.html
 sed -i -e "s/DREF/"${ref}"/g" ${var}_html.html
+sed -i -e "s/REGION/"${proj}"/g" ${var}_html.html
 listvar="$listvar ${var}_html.html"
 done
 cat entete_html.html ${listvar} suff_html.html > ${COMP_D}/ATLAS/index_${proj}_${seas}_${sim}.html
+echo \rm ${listvar}
+\rm ${listvar}
 (( il = $il + 1 ))
 done
+
 done
 
-for var in $varg; do
-echo \rm ${var}_html.html
-done
 
 exit
Index: BOL/Multi_atlas/multi_ZONE.sh
===================================================================
--- BOL/Multi_atlas/multi_ZONE.sh	(revision 4306)
+++ BOL/Multi_atlas/multi_ZONE.sh	(revision 4307)
@@ -72,8 +72,5 @@
 echo $SEAS $outd "$sims"
 
-vars='psl'
-#vars="pr rstt rlut rtt crelt crest crett hfns hfls tas sst tauu tauv psl zg500 rsts rsut rlutcs albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre cltcalipso clhcalipso clmcalipso cllcalipso hurs hfss rldscs rlds rlus rsdscs rsds rsus rsuscs rsutcs prw"
-#vars="pr prw rstt rlut rtt crelt crest crett hfns hfls tas sst tauu tauv psl zg500 rsts rsut rlutcs albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre hurs hfss rldscs rlds rlus rsdscs rsds rsus rsuscs rsutcs prw"
-vars="pr prw rstt rlut rtt crelt crest crett hfns hfls tas sst tauu tauv psl zg500 rsts rsut rlutcs albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre hurs hfss rldscs rlds rlus rsdscs rsds rsus rsuscs rsutcs prw rttcs rsttcs cllcalipso clmcalipso clhcalipso cll clm clh"
+vars="pr prw rstt rlut rtt crelt crest crett hfns hfls eva tas sst tauu tauv psl zg500 rsts rsut rlutcs albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre hurs hfss rldscs rlds rlus rsdscs rsds rsus rsuscs rsutcs prw rttcs rsttcs cllcalipso clmcalipso clhcalipso cll clm clh"
 echo $vars
 
@@ -168,5 +165,5 @@
 ii=0
 for style in 1 3 2 ; do
-for color in 1 2 3 4 9 8 10 ; do
+for color in 1 2 3 4 9 8 10 11 12 5 6 ; do
 (( ii = $ii + 1 ))
 cat <<eod>> tmp.param
Index: BOL/Multi_atlas/multi_atlas.sh
===================================================================
--- BOL/Multi_atlas/multi_atlas.sh	(revision 4306)
+++ BOL/Multi_atlas/multi_atlas.sh	(revision 4307)
@@ -22,5 +22,11 @@
 if [ ${hostname:0:5} = cicla ] ; then
 DODSDIR=/thredds/ipsl
-HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
 fi
 if [ ${hostname:0:5} = camel ] ; then
@@ -45,5 +51,5 @@
 sref=$COMP_D/ATLAS/index_${proj}_${season}_${ref}.html
 
-sed -i -e "s:thredds\/ipsl:thredds\/fileServer\/IPSLFS:g" ${sref}
+sed -i -e "s:thredds\/ipsl:thredds\/fileServer\/ipsl_thredds:g" ${sref}
 #############################################################################
 
@@ -111,5 +117,5 @@
       # Inclusion des moyennes zonales
       if [ -f $ZON_DIR/${var}zon.png ] ; then 
-          thredds=/thredds/fileServer/IPSLFS/fabric/lmdz/MultiSimu/$comp/ZON/${var}zon.png
+          thredds=/thredds/fileServer/ipsl_thredds/fabric/lmdz/MultiSimu/$comp/ZON/${var}zon.png
           echo '<TD ALIGN=RIGHT><A HREF="'$thredds'"><IMG HEIGHT=200 WIDTH=200 SRC="'$thredds'"></a></TD>' >> $compf
       else
Index: BOL/Multi_atlas/webpage_multi.sh
===================================================================
--- BOL/Multi_atlas/webpage_multi.sh	(revision 4306)
+++ BOL/Multi_atlas/webpage_multi.sh	(revision 4307)
@@ -12,6 +12,12 @@
 hostname=`hostname`
 if [ ${hostname:0:5} = cicla ] ; then
-DODSDIR=/modfs/ipslfs/dods
-HTML=https://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML=https://${dthredds}/$login/lmdz/MultiSimu/$comp
+fi
+if [ ${hostname:0:5} = spiri ] ; then
+DODSDIR=/thredds/ipsl
+dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
+HTML=https://${dthredds}/$login/lmdz/MultiSimu/$comp
 fi
 if [ ${hostname:0:5} = camel ] ; then
