Changeset 185


Ignore:
Timestamp:
09/19/06 15:36:46 (18 years ago)
Author:
pinsard
Message:

correction of getsaxo.html (wrong SRC tarfile)

Location:
trunk/SRC/Documentation/xmldoc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/getsaxo.html

    r184 r185  
    219219</div> 
    220220<p>The <span class="bold"><strong>complete</strong></span> latest 
    221 revision (source + tests data files: 791 Mb) can be checked out 
     221revision (source + tests data files: 784 Mb) can be checked out 
    222222with the following command executed in your <code class= 
    223223"envar">${HOME}</code>:</p> 
     
    231231</pre> 
    232232<p>The latest revision of the <span class="bold"><strong>source 
    233 files</strong></span> (64 Mb) can be checked out with the following 
     233files</strong></span> (57 Mb) can be checked out with the following 
    234234command:</p> 
    235235<pre class="screen"> 
     
    289289<h4 class="title"><a name="saxo_src_tar" id= 
    290290"saxo_src_tar"></a>2.3.1.&nbsp; Get <span class= 
    291 "application">SAXO</span> source files ( Mb)</h4> 
     291"application">SAXO</span> source files (5.8M Mb)</h4> 
    292292</div> 
    293293</div> 
     
    313313<p>&hellip; and download it the latest version of the sources tar 
    314314file: <a href= 
    315 "http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_.tar.gz" 
    316 target="_top">SAXO_SRC_.tar.gz</a> ( Mb). This tar.gz file could 
    317 also be downloaded with</p> 
     315"http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060915r181.tar.gz" 
     316target="_top">SAXO_SRC_20060915r181.tar.gz</a> (5.8M Mb). This 
     317tar.gz file could also be downloaded with</p> 
    318318<div class="variablelist"> 
    319319<dl> 
     
    325325"userinput"><code><span><strong class= 
    326326"command">wget</strong></span> <em class= 
    327 "parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_.tar.gz</code></em></code></strong> 
     327"parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060915r181.tar.gz</code></em></code></strong> 
    328328           
    329329</pre></dd> 
     
    336336"command">curl</strong></span> <code class= 
    337337"option">-O</code> <em class= 
    338 "parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_.tar.gz</code></em></code></strong> 
     338"parameter"><code>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_SRC_20060915r181.tar.gz</code></em></code></strong> 
    339339           
    340340</pre></dd> 
     
    352352"command">tar</strong></span> <code class= 
    353353"option">xvfz</code> <em class= 
    354 "parameter"><code>SAXO_SRC_.tar.gz</code></em></code></strong> 
     354"parameter"><code>SAXO_SRC_20060915r181.tar.gz</code></em></code></strong> 
    355355  <code class="prompt">$</code> <strong class= 
    356356"userinput"><code><span><strong class= 
    357357"command">rm</strong></span> <em class= 
    358 "parameter"><code>SAXO_SRC_.tar.gz</code></em></code></strong> 
     358"parameter"><code>SAXO_SRC_20060915r181.tar.gz</code></em></code></strong> 
    359359         
    360360</pre></div> 
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r183 r185  
    99# 
    1010# fplod 2006-09-18T12:53:07Z aedon.locean-ipsl.upmc.fr (Darwin) 
    11 # add status checking 
     11# add status checking in xml processing 
    1212# fplod 2006-09-07T08:10:23Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1313# main is rename to websaxo.html 
     
    6868      szdatasvn=${szdatasvn%*M} 
    6969      echo "iii : you will be asked ${lgforge}@forge.ipsl.jussieu.fr passwd two times" 
    70       # find the most recent SAXO_SRC_yyyymmdd.tar.gz in  
     70      # find the most recent SAXO_SRC_yyyymmddrxxx.tar.gz in  
    7171      # /ipsl/forge/projets/saxo/download/ 
    7272      infosrc=$(ssh ${lgforge}@forge.ipsl.jussieu.fr ls -lht /ipsl/forge/projets/saxo/download/SAXO_SRC_*.tar.gz  | head -n 1) 
     
    7676      ndate=${filesrc##*_} 
    7777      ndate=${ndate%.tar.gz} 
    78       # find the most recent SAXO_DATA_yyyymmdd.tar.gz in  
     78      # find the most recent SAXO_DATA_yyyymmddrxxx.tar.gz in  
    7979      # /ipsl/forge/projets/saxo/download/ 
    8080      infodata=$(ssh ${lgforge}@forge.ipsl.jussieu.fr ls -lht /ipsl/forge/projets/saxo/download/SAXO_DATA_*.tar.gz | head -n 1) 
Note: See TracChangeset for help on using the changeset viewer.