Changeset 86 for trunk


Ignore:
Timestamp:
06/02/06 16:41:12 (18 years ago)
Author:
pinsard
Message:

add savesaxo to produce tar files and store tar files

Location:
trunk/SRC/Documentation/xmldoc
Files:
1 added
3 edited

Legend:

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

    r85 r86  
    7878  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code>SAXO_DIR</code></em></code></strong> 
    7979          </pre><p> 
    80           ... and download it the latest version of the sources tar file: <a href="http://forge.ipsl.jussieu.fr/saxo/download/SAXO_RD_20060124.tar.gz" target="_top">SAXO_RD_20060124.tar.gz</a> (3.7M Mb). This tar.gz file could also be downloaded with  
     80          ... and download it the latest version of the sources tar file: <a href="http://forge.ipsl.jussieu.fr/saxo/download/SAXO_RD_20060602.tar.gz" target="_top">SAXO_RD_20060602.tar.gz</a> (4.0M Mb). This tar.gz file could also be downloaded with  
    8181        </p><div class="variablelist"><dl><dt><span class="term"><span><strong class="command">wget</strong></span></span></dt><dd><pre class="screen"> 
    82   <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_RD_20060124.tar.gz</code></em></code></strong> 
     82  <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_RD_20060602.tar.gz</code></em></code></strong> 
    8383          </pre></dd><dt><span class="term"><span><strong class="command">curl</strong></span></span></dt><dd><pre class="screen"> 
    84   <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_RD_20060124.tar.gz</code></em></code></strong> 
     84  <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_RD_20060602.tar.gz</code></em></code></strong> 
    8585          </pre></dd></dl></div><p>      
    8686        Untar the file 
     
    9393          Get <span class="application">SAXO</span> tests data files (... Mb) 
    9494        </h4></div></div></div><p> 
    95         If you want to use the tests programs, you need to download the data tests files (<code class="filename">TestsData_.tar.gz</code>), You may download theses files in  
     95        If you want to use the tests programs, you need to download the data tests files (<code class="filename">TestsData_20060602.tar.gz</code>), You may download theses files in  
    9696        </p><div class="itemizedlist"><ul type="disc"><li><code class="filename"><code class="envar">${HOME}</code>/My_IDL</code>. This is the easiest solution but it could be unconvenient if your <code class="envar">${HOME}</code> disk space is limited.</li><li>any other Directory of your choice. In that case, when using IDL, you will need to define the variable <code class="varname">iodir</code> 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 <a href="#generate_init" title="3.&nbsp;&#xA;Generate your init.pro file&#xA;      "><a href="#generate_init" title="3.&nbsp;&#xA;Generate your init.pro file&#xA;      ">Section&nbsp;3, &#8220; 
    9797        Generate your init.pro file 
  • trunk/SRC/Documentation/xmldoc/getsaxo.xml

    r85 r86  
    156156          <varlistentry><term><command>wget</command></term> 
    157157          <listitem><screen> 
    158   <prompt>$</prompt> <userinput><command>wget</command> <parameter>http://forge.ipsl.jussieu.fr/saxo/download//SAXO_RD_&date;.tar.gz</parameter></userinput> 
     158  <prompt>$</prompt> <userinput><command>wget</command> <parameter>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_RD_&date;.tar.gz</parameter></userinput> 
    159159          </screen></listitem> 
    160160          </varlistentry> 
    161161          <varlistentry><term><command>curl</command></term> 
    162162          <listitem><screen> 
    163   <prompt>$</prompt> <userinput><command>curl</command> <option>-O</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/download//SAXO_RD_&date;.tar.gz</parameter></userinput> 
     163  <prompt>$</prompt> <userinput><command>curl</command> <option>-O</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/download/SAXO_RD_&date;.tar.gz</parameter></userinput> 
    164164          </screen></listitem> 
    165165          </varlistentry> 
  • trunk/SRC/Documentation/xmldoc/makehtml.sh

    r85 r86  
    11#!/bin/bash 
    22# 
     3# fplod 2006-06-02T14:37:47Z aedon.locean-ipsl.upmc.fr (Darwin) 
     4# take only one tar file : the most recent using modification time  
    35# fplod 2006-06-02T10:00:41Z aedon.locean-ipsl.upmc.fr (Darwin) 
    46# http://forge.ipsl.jussieu.fr/saxo/download/ is the new directory reference  
     
    1921      # find the most recent SAXO_RD_yyyymmdd.tar.gz in  
    2022      # /ipsl/forge/projets/saxo/download/ 
    21       infosrc=$(ssh saxo@forge.ipsl.jussieu.fr ls -lht /ipsl/forge/projets/saxo/download/SAXO_RD_*.tar.gz ) 
     23      infosrc=$(ssh saxo@forge.ipsl.jussieu.fr ls -lht /ipsl/forge/projets/saxo/download/SAXO_RD_*.tar.gz  | head -n 1) 
    2224      filesrc=$(echo ${infosrc} | awk '{print $NF}') 
    2325      szsrc=$(echo ${infosrc} | awk '{print $5}') 
     
    2729      # find the most recent TestsData_yyyymmdd.tar.gz in  
    2830      # /ipsl/forge/projets/saxo/download/ 
    29       infodata=$(ssh saxo@forge.ipsl.jussieu.fr ls -lht /ipsl/forge/projets/saxo/download/TestsData_*.tar.gz ) 
     31      infodata=$(ssh saxo@forge.ipsl.jussieu.fr ls -lht /ipsl/forge/projets/saxo/download/TestsData_*.tar.gz | head -n 1) 
    3032      filedata=$(echo ${infodata} | awk '{print $NF}') 
    3133      szdata=$(echo ${infodata} | awk '{print $5}') 
Note: See TracChangeset for help on using the changeset viewer.