Changeset 404 for trunk


Ignore:
Timestamp:
07/23/09 11:33:45 (15 years ago)
Author:
smasson
Message:

update wiki getsaxo

File:
1 edited

Legend:

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

    r376 r404  
    3232 * IPSL: {{{/home/smlod/SAXO_DIR}}} 
    3333 * LOCEAN: {{{/usr/home/smasson/SAXO_DIR}}} 
    34 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: 
     34If you can access one of these 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: 
    3535 
    3636 
     
    105105=== Get SAXO from a tar file === 
    106106 
    107 ==== Get SAXO source files (5.8M Mb) ==== 
     107==== Get SAXO source files (5.9M Mb) ==== 
    108108 
    109109  Create your {{{${HOME}/SAXO_DIR}}} directory 
 
     
    118118}}} 
    119119 
    120   
 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). 
     120  
 and download it the latest version of the sources tar file: [http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20090723r402.tar.gz SAXO_SRC_20090723r402.tar.gz] (5.9M Mb). 
    121121 
    122122This tar.gz file could also be downloaded with {{{wget}}} or {{{curl}}} 
     
    126126#!html 
    127127<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    128   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20080321r339.tar.gz</code></em></code></strong> 
     128  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20090723r402.tar.gz</code></em></code></strong> 
    129129  </pre> 
    130130}}} 
     
    135135#!html 
    136136<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    137   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">curl</strong></span> <code class="option">-O</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20080321r339.tar.gz</code></em></code></strong> 
     137  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">curl</strong></span> <code class="option">-O</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20090723r402.tar.gz</code></em></code></strong> 
    138138  </pre> 
    139139}}} 
     
    146146<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    147147  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}/SAXO_DIR</code></em></code></strong> 
    148   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">tar</strong></span> <code class="option">xvfz</code> <em class="parameter"><code>SAXO_SRC_20080321r339.tar.gz</code></em></code></strong> 
    149   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">rm</strong></span> <em class="parameter"><code>SAXO_SRC_20080321r339.tar.gz</code></em></code></strong> 
     148  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">tar</strong></span> <code class="option">xvfz</code> <em class="parameter"><code>SAXO_SRC_20090723r402.tar.gz</code></em></code></strong> 
     149  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">rm</strong></span> <em class="parameter"><code>SAXO_SRC_20090723r402.tar.gz</code></em></code></strong> 
    150150</pre> 
    151151}}} 
     
    153153==== Get SAXO tests data files (238M Mb) ==== 
    154154 
    155 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 
     155If you want to use the tests programs, you need to download the data tests files ({{{SAXO_DATA_20060602.tar.gz}}}), you may download these files in 
    156156 
    157157 * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
Note: See TracChangeset for help on using the changeset viewer.