Index: BOL/Multi_atlas/html_axe3.sh
===================================================================
--- BOL/Multi_atlas/html_axe3.sh	(revision 4700)
+++ BOL/Multi_atlas/html_axe3.sh	(revision 4701)
@@ -66,7 +66,13 @@
 <h3> <a href="$HTML/AMMACROSS/JJAS/index.html"> Moyennes zonales AMMACROSS JJAS  </a> </h3>
 
-<h2> Histogram Reflectance - Cloud Fraction  </h2>
+<h2> Diagnos simulateur d'observable satellite COSP  </h2>
 
 <h3> <a href="$HTML/AXE3/ReflCld/index.html"> Histogram 2D Reflectance vs Cloud Fraction </a> </h3>
+
+<h3> <a href="$HTML/AXE3/VertCldCalipso/Annuel/index.html"> Distribution verticale de la fraction nuageuse Calipso YEAR </a> </h3>
+<h3> <a href="$HTML/AXE3/VertCldCalipso/DJF/index.html"> Distribution verticale de la fraction nuageuse Calipso DJF </a> </h3>
+<h3> <a href="$HTML/AXE3/VertCldCalipso/JJA/index.html"> Distribution verticale de la fraction nuageuse Calipso JJA </a> </h3>
+
+<h3> <a href="$HTML/AXE3/StratosCalipso/index.html"> Stratocumulus (Annuel)  </a> </h3>
 
 eod
Index: BOL/Multi_atlas/make_axe4.sh
===================================================================
--- BOL/Multi_atlas/make_axe4.sh	(revision 4700)
+++ BOL/Multi_atlas/make_axe4.sh	(revision 4701)
@@ -1,6 +1,8 @@
-#!/bin/bash
+#!/bin/bash -vx
 # Par exemple:
 # ./make_axe4.sh V6.5AIS8
 
+local=`pwd`
+source ${local}/env_Multi_atlas_axe4.sh
 # -----------------------------------------------------------------
 
@@ -16,12 +18,6 @@
 comp=$1
 
-season=YEAR
-GR=VLR
-MAIN_SE=/prodigfs/ipslfs/dods/fabric/lmdz/SE
-EXPNAME=NPV5LRL79
-STOREDIR=/prodigfs/ipslfs/dods/fabric/lmdz/STORE/$EXPNAME
-MULTIDIR=/prodigfs/ipslfs/dods/fabric/lmdz/MultiSimu
 COMP_D=$MULTIDIR/$comp
-runstxt=/home/fabric/LMDZ/MultiSimu/runs.txt
+runstxt=${local}/runs.txt
 if [ ! -d $COMP_D ] ; then echo "$COMP_D not found" && exit ; fi
 
@@ -45,6 +41,7 @@
 
 # PLOT OBSERVED PRECIP
-cmdtmp="./AXE4/make_axe4-map-precip-obs.py -o $outputdir"
-echo $cmdtmp && ./$cmdtmp
+cmdtmp="${local}/AXE4/make_axe4-map-precip-obs.py -o $outputdir"
+echo $cmdtmp
+$cmdtmp
 
 # PLOT SIMULATION RESULTS
@@ -55,10 +52,13 @@
   simdir=`grep -w "^$sim "  $runstxt | awk ' { print $2 } '`
   run=`basename $simdir `
-#  input=/prodigfs/ipslfs/dods/fabric/lmdz/SE/ORIG/${sim}_SE_${years}_1M_histmth.nc
-  input=$simdir/ATM/Analyse/SE/${run}_SE_${years}_1M_histmth.nc
+  input=$SEORIG/${run}_SE_${years}_1M_histmth.nc
   if [ -e $input ]
   then
-    cmdtmp="./AXE4/make_axe4-map-precip.py -i $input -o $outputdir"
-    echo $cmdtmp && ./$cmdtmp
+    cmdtmp="${local}/AXE4/make_axe4-map-precip.py -i $input -o $outputdir"
+    echo $cmdtmp 
+    $cmdtmp
+    cmdtmp="${local}/AXE4/make_axe4-map-precip_newcoord.py -i $input -o $outputdir"
+    echo $cmdtmp 
+    $cmdtmp
   else
     echo $input' file not found'
@@ -85,13 +85,16 @@
   years=`grep '^'$sim' ' $DEF_FILE | awk ' { print $2 }'`
   echo FICHIERS POUR LA SIMULATION $sim annees $years
-#  input=/prodigfs/ipslfs/dods/fabric/lmdz/SE/ORIG/${sim}_SE_${years}_1M_histmth.nc
   simdir=`grep -w "^$sim "  $runstxt | awk ' { print $2 } '`
   run=`basename $simdir ` 
-  input=$simdir/ATM/Analyse/SE/${run}_SE_${years}_1M_histmth.nc
+  input=$SEORIG/${run}_SE_${years}_1M_histmth.nc
   if [ -e $input ]
   then
-    cmdtmp="./AXE4/make_axe4-temp-DC-mast.py -i $input -o $outputdir"
-    echo $cmdtmp && ./$cmdtmp
-    ( cd ./AXE4/ETIENNE3/ ; ./plot.sh -i $input -o $outputdir ; cd ../.. )
+    cmdtmp="${local}/AXE4/make_axe4-temp-DC-mast.py -i $input -o $outputdir"
+    echo $cmdtmp 
+    $cmdtmp
+    cd ${local}/AXE4/ETIENNE3/
+    echo ./plot.sh -i $input -o $outputdir 
+    ./plot.sh -i $input -o $outputdir 
+    cd ${local}
   else
     echo $input' file not found'
