Changes between Version 3 and Version 4 of Get


Ignore:
Timestamp:
02/13/09 16:25:07 (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Get

    v3 v4  
    2323 
    2424 * LOCEAN: {{{/usr/home/fplod/SUPERBIB_DIR}}} 
    25 If you can access one of these directories, there is no need to re-install SUPERBIB again! In that case, you only have to link {{{${HOME}/SUPERBIB_DIR}}} to the appropriate directory: 
     25If you can access one of this directory, there is no need to re-install SUPERBIB again! In that case, you only have to link {{{${HOME}/SUPERBIB_DIR}}} to the appropriate directory: 
    2626 
    2727 
     
    4848}}} 
    4949 
    50 The latest revision of the '''source files''' (X Mb) can be checked out with the following command: 
    51  
    52 {{{ 
    53 #!html 
    54 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    55   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">checkout</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/svn/trunk/SRC</code></em> <em class="parameter"><code>SUPERBIB_DIR/SRC</code></em></code></strong> 
    56 </pre> 
    57 }}} 
    58  
    59 The latest revision of the '''NetCDF data files''' (X Mb) used by the test programs can be checked out with the following command: 
    60  
    61 {{{ 
    62 #!html 
    63 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    64   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">checkout</code> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/svn/trunk/DATA</code></em> <em class="parameter"><code>SUPERBIB_DIR/DATA</code></em></code></strong> 
    65 </pre> 
    66 }}} 
    67  
    6850==== Contributors ==== 
    6951'''Contributors''' should better use the following command (and replace login by their own login): 
     
    7658}}} 
    7759 
    78 === Get SUPERBIB from a tar file === 
    79  
    80 ==== Get SUPERBIB source files (X Mb) ==== 
    81  
    82   Create your {{{${HOME}/SUPERBIB_DIR}}} directory 
 
    83    
    84 {{{ 
    85 #!html 
    86 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    87   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}</code></em></code></strong> 
    88   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">mkdir</strong></span> <em class="parameter"><code>SUPERBIB_DIR</code></em></code></strong> 
    89   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>SUPERBIB_DIR</code></em></code></strong> 
    90   </pre> 
    91 }}} 
    92  
    93   
 and download it the latest version of the sources tar file: [http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz SUPERBIB_SRC_YYYYMMDD.tar.gz] (X Mb). 
    94  
    95 This tar.gz file could also be downloaded with {{{wget}}} or {{{curl}}} 
    96  
    97 '''wget''' 
    98 {{{ 
    99 #!html 
    100 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    101   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
    102   </pre> 
    103 }}} 
    104  
    105  
    106 '''curl''' 
    107 {{{ 
    108 #!html 
    109 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    110   <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/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
    111   </pre> 
    112 }}} 
    113  
    114  
    115 Untar the file 
    116  
    117 {{{ 
    118 #!html 
    119 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    120   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}/SUPERBIB_DIR</code></em></code></strong> 
    121   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">tar</strong></span> <code class="option">xvfz</code> <em class="parameter"><code>SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
    122   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">rm</strong></span> <em class="parameter"><code>SUPERBIB_SRC_YYYYMMDD.tar.gz</code></em></code></strong> 
    123 </pre> 
    124 }}} 
    125  
    126 ==== Get SUPERBIB tests data files (X Mb) ==== 
    127  
    128 If you want to use the tests programs, you need to download the data tests files ({{{SUPERBIB_DATA_YYYYMMDD.tar.gz}}}), you may download theses files in 
    129  
    130  * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
    131             
    132 {{{ 
    133 #!html 
    134 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    135   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>${HOME}</code></em></code></strong> 
    136   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">mkdir</strong></span> <em class="parameter"><code><code class="replaceable">CHOSEN_DIR</code></code></em></code></strong> 
    137   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code><code class="replaceable">CHOSEN_DIR</code></code></em></code></strong> 
    138 </pre> 
    139 }}} 
    140  
    141 Download [http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz SUPERBIB_DATA_YYYYMMDD.tar.gz] (X Mb) 
    142 or with {{{wget}}} or {{{curl}}} 
 
    143  
    144  
    145 '''wget''' 
    146 {{{ 
    147 #!html 
    148 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    149   <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">wget</strong></span> <em class="parameter"><code>http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz</code></em></code></strong> 
    150    </pre> 
    151 }}} 
    152  
    153  
    154 '''curl''' 
    155 {{{ 
    156 #!html 
    157 <pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    158   <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/superbib/download/SUPERBIB_DATA_YYYYMMDD.tar.gz</code></em></code></strong> 
    159   </pre> 
    160 }}} 
    161  
    162  
    16360== After this == 
    16461