A.Idelkadi, mai 2020

Steps to follow in order to run your Multiatlas :
1. Download the LMDZ "Multiatlas" package (svn)
  svn co 

2. Install it on your machine :
 ./install_multi_atlas.sh

3. Create the multiatlas directory (example Multi01) :
 mkdir -p /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01
 cp Utils/def.txt  Utils/atlas-def /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/.
 Open and change characteristics (names, date, ...) of simulations in :
  /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
 Open and change name of variables in :
  /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def

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

