source: BOL/Multi_atlas/Doc/Readme

Last change on this file was 4304, checked in by musat, 21 months ago

Ajout adresse svn et changement $PATH sur ciclad-ng/spirit
IonelaMusat?

File size: 986 bytes
Line 
1A.Idelkadi, mai 2020
2I.Musat, 24.10.2022 : 2 ajouts
31/ adresse svn
42/ changement PATHS ${dthredds} sur ciclad-ng
5dthredds=/thredds/ipsl
6
7
8Steps to follow in order to run your Multi_atlas :
9
101. Download the LMDZ "Multi_atlas" package (svn)
11  svn co https://svn.lmd.jussieu.fr/LMDZ/BOL/Multi_atlas
12
132. Install it on your machine :
14 
15cd Multi_atlas
16chmod +x install_multi_atlas.sh
17 ./install_multi_atlas.sh
18
193. Create the multiatlas directory (example Multi01) :
20 mkdir -p ${thredds}/YourLoginName/lmdz/MultiSimu/Multi01
21 cp Utils/def.txt  Utils/atlas-def ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/.
22 Open and change characteristics (names, date, ...) of simulations in :
23  ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
24 Open and change name of variables in :
25  ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def
26
274. add the simulations with the links to the outputs of your multiatlas in the run file : runs.txt
28
295. Then you can run :
30  ./job_multi.sh Multi01
31
Note: See TracBrowser for help on using the repository browser.