Index: BOL/Multi_atlas/Readme
===================================================================
--- BOL/Multi_atlas/Readme	(revision 3882)
+++ BOL/Multi_atlas/Readme	(revision 3883)
@@ -1,9 +1,14 @@
 A.Idelkadi, mai 2020
+Ajouts precisions: I.Musat, 29.04.2021
 
 Steps to follow in order to run your Multiatlas :
+
 1. Download the LMDZ "Multiatlas" package (svn)
-  svn co 
+  svn co https://svn.lmd.jussieu.fr/LMDZ/BOL/Multi_atlas
 
 2. Install it on your machine :
+  
+cd Multi_atlas
+chmod +x install_multi_atlas.sh
  ./install_multi_atlas.sh
 
Index: BOL/Multi_atlas/concat_html.sh
===================================================================
--- BOL/Multi_atlas/concat_html.sh	(revision 3882)
+++ BOL/Multi_atlas/concat_html.sh	(revision 3883)
@@ -28,5 +28,5 @@
 <table>
 
-<h1> $2 <A HREF=`echo $PNG_D/index.pdf | sed -e 's:/modfs/ipslfs/dods/: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\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> PDF </A></h1>
 eod
 
@@ -39,5 +39,5 @@
        file=$PNG_D/${vv}.png
        if [ -f $file ] ; then
-          thredds=`echo $file | sed -e 's:/modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
+          thredds=`echo $file | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
           echo '<TD ALIGN=CENTER><A HREF="'$thredds'"><IMG HEIGHT=250 WIDTH=350 SRC="'$thredds'"></a></TD>'
        else
