Changeset 4304


Ignore:
Timestamp:
Oct 24, 2022, 5:12:27 PM (19 months ago)
Author:
musat
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/Doc/Readme

    r3684 r4304  
    11A.Idelkadi, mai 2020
     2I.Musat, 24.10.2022 : 2 ajouts
     31/ adresse svn
     42/ changement PATHS ${dthredds} sur ciclad-ng
     5dthredds=/thredds/ipsl
    26
    3 Steps to follow in order to run your Multiatlas :
    4 1. Download the LMDZ "Multiatlas" package (svn)
    5   svn co
     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
    612
    7132. Install it on your machine :
     14 
     15cd Multi_atlas
     16chmod +x install_multi_atlas.sh
    817 ./install_multi_atlas.sh
    918
    10193. Create the multiatlas directory (example Multi01) :
    11  mkdir -p /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01
    12  cp def.txt  atlas-def /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/.
     20 mkdir -p ${thredds}/YourLoginName/lmdz/MultiSimu/Multi01
     21 cp Utils/def.txt  Utils/atlas-def ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/.
    1322 Open and change characteristics (names, date, ...) of simulations in :
    14   /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
     23  ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/def.txt
    1524 Open and change name of variables in :
    16   /prodigfs/ipslfs/dods/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def
     25  ${dthredds}/YourLoginName/lmdz/MultiSimu/Multi01/atlas.def
    1726
    18 3. Then you can run :
     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 :
    1930  ./job_multi.sh Multi01
    2031
Note: See TracChangeset for help on using the changeset viewer.