Index: BOL/Multi_atlas/Doc/Readme
===================================================================
--- BOL/Multi_atlas/Doc/Readme	(revision 4299)
+++ BOL/Multi_atlas/Doc/Readme	(revision 4304)
@@ -1,20 +1,31 @@
 A.Idelkadi, mai 2020
+I.Musat, 24.10.2022 : 2 ajouts
+1/ adresse svn
+2/ changement PATHS ${dthredds} sur ciclad-ng
+dthredds=/thredds/ipsl
 
-Steps to follow in order to run your Multiatlas :
-1. Download the LMDZ "Multiatlas" package (svn)
-  svn co 
+
+Steps to follow in order to run your Multi_atlas :
+
+1. Download the LMDZ "Multi_atlas" package (svn)
+  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
 
 3. Create the multiatlas directory (example Multi01) :
- mkdir -p /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01
- cp def.txt  atlas-def /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/.
+ mkdir -p ${thredds}/YourLoginName/lmdz/MultiSimu/Multi01
+ cp Utils/def.txt  Utils/atlas-def ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/.
  Open and change characteristics (names, date, ...) of simulations in :
-  /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
+  ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
  Open and change name of variables in :
-  /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def
+  ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def
 
-3. Then you can run :
+4. add the simulations with the links to the outputs of your multiatlas in the run file : runs.txt
+
+5. Then you can run :
   ./job_multi.sh Multi01
 
