Changes between Version 8 and Version 9 of Doc


Ignore:
Timestamp:
01/21/08 12:18:30 (16 years ago)
Author:
kolasinski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc

    v8 v9  
    88You should create two directories in your home directory : 
    99 
    10 'POST_IT' (where to download the sources through svn) 
    11 'SAXO' (which can be a link to Sébastien Masson's directory '/usr/home/smasson/SAXO_DIR/SRC/' if you have an account in LOCEAN or once again dowload the sources through svn). 
     10 * 'POST_IT' (where to download the sources through svn) 
     11 * 'SAXO' (which can be a link to Sébastien Masson's directory '/usr/home/smasson/SAXO_DIR/SRC/' if you have an account in LOCEAN or once again dowload the sources through svn). 
    1212 
    1313post_it has a new structure since it has been managed by a svn server. The 'POST_IT' directory contains 7 main directories : 
     14{{{ 
     15chromios.locean-ipsl.upmc.fr:/.autofs/home/mklod/POST_IT> ls 
     16config  doc  grids  out  procs  tools  usr 
     17chromios.locean-ipsl.upmc.fr:/.autofs/home/mklod/POST_IT> 
     18}}} 
     19 
     20The main files which the user will have to change are : 
     21{{{ 
     22hromios.locean-ipsl.upmc.fr:/.autofs/home/mklod/POST_IT/usr> ls -l 
     23-rw-r--r--        1 mklod lodyc  2956 Jul 12 17:52 init.pro 
     24lrwxrwxrwx   1 mklod lodyc        8 Jul 11 18:23 i.pro -> init.pro 
     25lrwxrwxrwx   1 mklod lodyc        5 Jul 11 18:26 p -> p.pro 
     26-rw-r--r--         1 mklod lodyc   8198 Jul 17 17:59 plt_def.pro 
     27-rw-r--r--         1 mklod lodyc 63820 Jul 17 19:10 post_it.pro 
     28-rw-r--r--         1 mklod lodyc       45 Jul 11 18:25 p.pro 
     29lrwxrwxrwx   1 mklod lodyc        18 Jul 11 18:23 r.pro -> ../procs/reset.pro 
     30chromios.locean-ipsl.upmc.fr:/.autofs/home/mklod/POST_IT/usr> 
     31}}} 
    1432 
    1533=== Launch IDL and POST_IT === 
     34 
     35 * Parametrize the init.pro file (the path variable where to find the POST_IT and SAXO directories -> mandatory ; other directories such as homedir -> you can leave the default values). 
     36 * Launch idl in the 'usr' directory. 
     37 
     38{{{ 
     39chromios.locean-ipsl.upmc.fr:/.autofs/home/mklod/POST_IT/usr> idl 
     40IDL Version 6.2 (linux x86 m32). (c) 2005, Research Systems, Inc. 
     41Installation number: 500138. 
     42Licensed for use by: CNRS/ IPSL 
     43 
     44IDL> 
     45}}} 
    1646 
    1747== File post_it.pro ==