Ignore:
Timestamp:
04/21/08 17:15:35 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/GetSaxo

    r351 r352  
    1  
    2  
    3   = Get SAXO = 
     1= Get SAXO = 
    42[[PageOutline]] 
    53 
    6    
    74     
    85     
     
    107    
    118   
    12  
    13    
    14  
    15    
    16     ==  Create SAXO environment  == 
    17      
     9== Create SAXO environment == 
     10 
    1811      To simplify the explanation, we suppose that we install SAXO in your {{{${HOME}}}}. 
    1912      We need to create 2 directories: 
    20        
    21          
    22           * {{{${HOME}/SAXO_DIR}}} that will contain the source files of SAXO. It should not be modified by the user to simplify later updates. 
    23           
    24          
    25          
     13       * {{{${HOME}/SAXO_DIR}}} that will contain the source files of SAXO. It should not be modified by the user to simplify later updates. 
    2614          * {{{${HOME}/My_IDL}}} that will contain user personal files (including modified SAXO files, if needed). 
    27           
    28         
    29        
    30      
    31      
    32       {{{ 
     15         {{{ 
    3316#!html 
    3417<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    3720      </pre> 
    3821}}} 
    39      
    40    
    41  
    42    
    43  
    44   
    45     ==  Get SAXO files  == 
    46  
    47    
    48  
    49      
    50       ===  If you work at IDRIS, IPSL or LOCEAN  === 
    51        
    52         SAXO is already installed at 
    53          
    54            
    55             * IDRIS, on {{{rhodes}}}: {{{/home/rech/eee/reee217/SAXO_DIR}}} 
    56             
    57            
    58            
    59             * IPSL: {{{/home/smlod/SAXO_DIR}}} 
    60             
    61            
    62            
    63             * LOCEAN: {{{/usr/home/smasson/SAXO_DIR}}} 
    64             
    65           
    66          
     22 
     23== Get SAXO files == 
     24 
     25=== If you work at IDRIS, IPSL or LOCEAN === 
     26SAXO is already installed at 
     27         * IDRIS, on {{{rhodes}}}: {{{/home/rech/eee/reee217/SAXO_DIR}}} @star@ IPSL: {{{/home/smlod/SAXO_DIR}}} @star@ LOCEAN: {{{/usr/home/smasson/SAXO_DIR}}} 
    6728        If you can access one of theses directories, there is no need to re-install SAXO again! In that case, you only have to link {{{${HOME}/SAXO_DIR}}} to the appropriate directory: 
    6829         
    69           '''IDRIS''' 
    70           {{{ 
     30          '''IDRIS'''{{{ 
    7131#!html 
    7232<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    7434          </pre> 
    7535}}} 
    76           
    77            
    78           '''IPSL''' 
    79           {{{ 
     36 
     37          '''IPSL'''{{{ 
    8038#!html 
    8139<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    8341          </pre> 
    8442}}} 
    85             
    86            
    87           '''LOCEAN''' 
    88           {{{ 
     43 
     44          '''LOCEAN'''{{{ 
    8945#!html 
    9046<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    9248          </pre> 
    9349}}} 
    94             
    95            
    96          
    97        
    98      
    99  
    100    
    101  
    102      
    103       ===  If  Subversion (svn) is installed on your machine  === 
    104   
    105        
    106         ====  Regular users  ==== 
    107        
    108         The ''complete'' latest revision (source + tests data files: 772 Mb) can be checked out with the following command executed in your ${HOME}: 
     50 
     51         
     52=== If Subversion (svn) is installed on your machine === 
     53 
     54==== Regular users ==== 
     55 
     56        The ''complete'' latest revision (source + tests data files: 771 Mb) can be checked out with the following command executed in your ${HOME}: 
    10957        {{{ 
    11058#!html 
     
    11361        </pre> 
    11462}}} 
    115        
    116        
    117         The latest revision of the ''source files'' (45 Mb) can be checked out with the following command: 
     63 
     64        The latest revision of the ''source files'' (44 Mb) can be checked out with the following command: 
    11865        {{{ 
    11966#!html 
     
    12269        </pre> 
    12370}}} 
    124        
    125        
     71 
    12672        The latest revision of the ''NetCDF data files'' (728 Mb) used by the test programs can be checked out with the following command: 
    12773        {{{ 
     
    13177        </pre> 
    13278}}} 
    133        
    134        
    135  
    136        
    137         ====  Contributors  ==== 
    138        
    139         ''Contributors'' should better use the following command (and replace login by their own login): 
     79 
     80==== Contributors ==== 
     81''Contributors'' should better use the following command (and replace login by their own login): 
    14082        {{{ 
    14183#!html 
     
    14486        </pre> 
    14587}}} 
    146        
    147        
    148      
    149  
    150    
    151  
    152      
    153       ===  Get SAXO from a tar file  === 
    154    
    155        
    156         ====  Get SAXO source files (5.8M Mb)  ==== 
    157          
     88 
     89=== Get SAXO from a tar file === 
     90 
     91==== Get SAXO source files (5.8M Mb) ==== 
     92 
    15893          Create your {{{${HOME}/SAXO_DIR}}} directory 
 
    15994          {{{ 
     
    165100          </pre> 
    166101}}} 
    167           
    168           
     102 
    169103          
 and download it the latest version of the sources tar file: [http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20080321r339.tar.gz SAXO_SRC_20080321r339.tar.gz] (5.8M Mb). 
    170104 
    171  
    172105This tar.gz file could also be downloaded with {{{wget}}} or {{{curl}}} 
    173          
    174           '''wget''' 
    175           {{{ 
     106          '''wget'''{{{ 
    176107#!html 
    177108<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    179110          </pre> 
    180111}}} 
    181             
    182            
    183           '''curl''' 
    184           {{{ 
     112 
     113          '''curl'''{{{ 
    185114#!html 
    186115<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    188117          </pre> 
    189118}}} 
    190             
    191            
     119 
    192120                 
    193121        Untar the file 
     
    200128        </pre> 
    201129}}} 
    202          
    203  
    204        
    205    
    206        
    207         ====  Get SAXO tests data files (238M Mb)  ==== 
    208          
     130 
     131==== Get SAXO tests data files (238M Mb) ==== 
     132 
    209133        If you want to use the tests programs, you need to download the data tests files ({{{SAXO_DATA_20060602.tar.gz}}}), you may download theses files in 
    210          
    211            
    212             * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
    213             
    214            
    215            
    216 *            #xA;           
    217          
    218         {{{ 
     134         * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
     135            * any other directory of your choice. In that case, when using IDL, you will need to define the variable {{{iodir}}} to the directory you choose in order to let IDL find the data tests files. This can be done either through the {{{init.pro}}} file (see [#Create SAXO environment]) or directly within IDL with the following command: idl&gt;iodir = '''''the chosen directory'''''. 
     136           {{{ 
    219137#!html 
    220138<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    224142        </pre> 
    225143}}} 
     144 
    226145        Download [http://forge.ipsl.jussieu.fr/saxo/download/SAXO_DATA_20060602.tar.gz SAXO_DATA_20060602.tar.gz] (238M Mb) 
    227146        or with {{{wget}}} or {{{curl}}} 
 
    228147         
    229           '''wget''' 
    230           {{{ 
     148          '''wget'''{{{ 
    231149#!html 
    232150<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    234152          </pre> 
    235153}}} 
    236             
    237            
    238           '''curl''' 
    239           {{{ 
     154 
     155          '''curl'''{{{ 
    240156#!html 
    241157<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    243159          </pre> 
    244160}}} 
    245              
    246            
    247          
    248          
    249        
    250      
    251    
    252    
    253      
    254       ==  Generate your init.pro file  == 
    255        
     161 
     162         
     163== Generate your init.pro file == 
     164 
    256165        To use SAXO, we need to build an IDL script that we usually call "{{{init.pro}}}". This file contains a set of IDL commands and default definitions (paths and variables of the common files) that are necessary to SAXO. Once it has been created, {{{init.pro}}} should the first executed command when starting IDL session. 
    257        
    258        
    259         {{{ 
     166      {{{ 
    260167#!html 
    261168<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    269176}}} 
    270177 
    271  
    272178        You must then answer several questions: 
    273  
    274          
    275            
    276             * give the path of {{{${HOME}/My_IDL}}} 
    277            
    278            
    279             * give the path of {{{${HOME}/SAXO_DIR}}} 
    280            
    281            
    282             * compatibility with the old version: No (except if you want to use old programs) 
    283            
    284            
    285             * give a default path for the data directory 
    286            
    287            
    288             * give a default path for the postscript directory 
    289            
    290            
    291             * give a default path for the images directory 
    292            
    293            
    294             * give a default path for the animation directory 
    295            
    296            
    297             * number of accessible printer and their configuration 
    298            
    299            
    300             * default color table 
    301            
    302            
    303             * default page orientation (portrait/landscape) 
    304            
    305            
    306             * default page size 
    307            
    308            
    309             * default window size 
    310            
    311            
    312             * postscript archiving options 
    313            
    314            
    315             * name of the init file ({{{init.pro}}}) 
    316            
    317          
    318  
    319  
    320         {{{ 
     179 * give the path of {{{${HOME}/My_IDL}}} @star@ give the path of {{{${HOME}/SAXO_DIR}}} @star@ compatibility with the old version: No (except if you want to use old programs) @star@ give a default path for the data directory @star@ give a default path for the postscript directory @star@ give a default path for the images directory @star@ give a default path for the animation directory @star@ number of accessible printer and their configuration @star@ default color table @star@ default page orientation (portrait/landscape) @star@ default page size @star@ default window size @star@ postscript archiving options @star@ name of the init file ({{{init.pro}}}){{{ 
    321180#!html 
    322181<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    335194}}} 
    336195 
    337  
    338196        There is an example of the kind of [idlfiles/init_example.pro  init.pro] you should get. 
    339197       
    340      
    341  
    342198== After this == 
    343199 
     
    345201[wiki:FirstSteps First steps with SAXO]. 
    346202 
    347  
    348  
Note: See TracChangeset for help on using the changeset viewer.