source: BOL/Multi_atlas/Readme @ 4505

Last change on this file since 4505 was 3883, checked in by musat, 3 years ago

Ajout précisions pour l'installation dans le Readme
Modifs sed dans le concat_html.sh

File size: 948 bytes
RevLine 
[3684]1A.Idelkadi, mai 2020
[3883]2Ajouts precisions: I.Musat, 29.04.2021
[3684]3
4Steps to follow in order to run your Multiatlas :
[3883]5
[3684]61. Download the LMDZ "Multiatlas" package (svn)
[3883]7  svn co https://svn.lmd.jussieu.fr/LMDZ/BOL/Multi_atlas
[3684]8
92. Install it on your machine :
[3883]10 
11cd Multi_atlas
12chmod +x install_multi_atlas.sh
[3684]13 ./install_multi_atlas.sh
14
153. Create the multiatlas directory (example Multi01) :
16 mkdir -p /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01
17 cp Utils/def.txt  Utils/atlas-def /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/.
18 Open and change characteristics (names, date, ...) of simulations in :
19  /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
20 Open and change name of variables in :
21  /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def
22
234. add the simulations with the links to the outputs of your multiatlas in the run file : runs.txt
24
255. Then you can run :
26  ./job_multi.sh Multi01
27
Note: See TracBrowser for help on using the repository browser.