Index: BOL/Multi_atlas/Utils/atlas0.sh
===================================================================
--- BOL/Multi_atlas/Utils/atlas0.sh	(revision 3883)
+++ BOL/Multi_atlas/Utils/atlas0.sh	(revision 3884)
@@ -120,6 +120,15 @@
    htmlopt=index_${proj}_"$seas"_"$sim".html
    rm -f $html
-   echo python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $simdir/ATM/Analyse/SE
-   python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $simdir/ATM/Analyse/SE
+
+   INDIR=$simdir/ATM/Analyse/SE
+   file=${INDIR}/`basename $simdir`_SE_$years_1M_histmth.nc
+   if [ ! -f ${file} ]; then
+      echo PB fichier $file inexistant
+      INDIR=$DODSDIR/$login/lmdz/SE/ORIG
+      file=$INDIR/`basename $simdir`_SE_$years_1M_histmth.nc
+   fi
+
+   echo python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $INDIR
+   python $local/$pyatlas -v $vars -s `basename $simdir`_$years -t $ref -p $seas --root $INDIR
 
    if [ ! -f "$html"  -o "`wc -l $html | awk ' { print $1 } '`" = "0" ] ; then
