Changeset 120


Ignore:
Timestamp:
06/29/06 12:30:03 (18 years ago)
Author:
pinsard
Message:

correction of xmldoc/*.xml using aspell

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

Legend:

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

    r117 r120  
    33   <title> 
    44    First steps with SAXO 
    5   </title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e3"></a> 
     5  </title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="IDL, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e3"></a> 
    66    First steps with <span class="application">SAXO</span> 
    7   </h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">29 July 2005</td></tr><tr><td align="left" colspan="2">First draft</td></tr><tr><td align="left">Revision 0.1</td><td align="left">29 August 2005</td></tr><tr><td align="left" colspan="2">last japanese version!</td></tr><tr><td align="left">Revision 0.2</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">split with getsaxo</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#first_plots">1.  
     7  </h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">29 July 2005</td></tr><tr><td align="left" colspan="2">First draft</td></tr><tr><td align="left">Revision 0.1</td><td align="left">29 August 2005</td></tr><tr><td align="left" colspan="2">last Japanese version!</td></tr><tr><td align="left">Revision 0.2</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">split with getsaxo</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#first_plots">1.  
    88      First plots... 
    99    </a></span></dt><dd><dl><dt><span class="sect2"><a href="#start_with_init">1.1.  
    10         Start idl session: <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong> 
     10        Start IDL session: <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong> 
    1111      </a></span></dt><dt><span class="sect2"><a href="#basic_plots">1.2.  
    1212        basic plots... 
     
    2626      First plots... 
    2727    </h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="start_with_init"></a>1.1.&nbsp; 
    28         Start idl session: <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong> 
    29       </h3></div></div></div><p> 
    30         Each idl session using <span class="application">SAXO</span> must always start with: <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong>.       
     28        Start IDL session: <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong> 
     29      </h3></div></div></div><p> 
     30        Each IDL session using <span class="application">SAXO</span> must always start with: <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong>.       
    3131      </p><p> 
    3232        <span class="emphasis"><em>The @ is equivalent to an include. It is used to execute a set of IDL commands that will be directly executed without any compilation (as it is the case for a procedure or a function). All variables defined and used in the @... file will still be accessible after the execution of the @... is finished (which is not the case for procedures and functions that ends with the return instruction).</em></span> 
     
    5454  <code class="prompt">idl&gt;</code> 
    5555        </pre><p> 
    56         As an IDL session using <span class="application">SAXO</span> must always start with <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong>, it could be convenient to define the environment variable <code class="envar">IDL_STARTUP</code> to <code class="filename"><code class="envar">${HOME}</code>/My_IDL/init.pro</code>. In that way, <code class="filename">init.pro</code> will automatically been execuded when starting IDL. This can be done with the following command: 
     56        As an IDL session using <span class="application">SAXO</span> must always start with <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">@init</strong></span></code></strong>, it could be convenient to define the environment variable <code class="envar">IDL_STARTUP</code> to <code class="filename"><code class="envar">${HOME}</code>/My_IDL/init.pro</code>. In that way, <code class="filename">init.pro</code> will automatically been executed when starting IDL. This can be done with the following command: 
    5757      </p><div class="variablelist"><dl><dt><span class="term"><span><strong class="command">csh</strong></span></span></dt><dd><pre class="screen"><code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">setenv</strong></span> <code class="envar">IDL_STARTUP</code> <code class="filename"><code class="envar">${HOME}</code>/My_IDL/init.pro</code></code></strong></pre></dd><dt><span class="term"><span><strong class="command">ksh</strong></span></span></dt><dd><pre class="screen"><code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">export</strong></span> <code class="envar">IDL_STARTUP</code>=<code class="filename"><code class="envar">${HOME}</code>/My_IDL/init.pro</code></code></strong></pre></dd></dl></div><p> 
    5858      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="basic_plots"></a>1.2.&nbsp; 
     
    7373              </p></td></tr></table></div></div><p> 
    7474     </p><p> 
    75         Using IDL <span><strong class="command">plot</strong></span> command is quite unconvenient to save the figure as a postscript. In addition, positionning the figure on the window/page by using <code class="varname">!p.position</code>, <code class="varname">!p.region</code> and <code class="varname">!p.multi</code> is often a nightmare. That's why we developped <span><strong class="command">splot</strong></span> (like super-plot) which can be used in the same way as plot but is much more convenient to make postcript and position the figure. 
     75        Using IDL <span><strong class="command">plot</strong></span> command is quite inconvenient to save the figure as a postscript. In addition, positioning the figure on the window/page by using <code class="varname">!p.position</code>, <code class="varname">!p.region</code> and <code class="varname">!p.multi</code> is often a nightmare. That's why we developed <span><strong class="command">splot</strong></span> (like super-plot) which can be used in the same way as plot but is much more convenient to make postscript and position the figure. 
    7676        </p><pre class="screen"> 
    7777  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">splot, y</strong></span></code></strong> <a href="figpng/basic_splot1.png?format=raw" target="_top"><span class="inlinemediaobject"><img src="images/showfig.png?format=raw" alt="show result"></span></a> 
     
    100100  <code class="computeroutput">% Compiled module: XMANAGER.</code> 
    101101        </pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png?format=raw" alt="1" border="0"></td><td valign="top" align="left"><p> 
    102                 <em><span class="remark">If needed, the name of the postscript will automatically be completed with .ps. Just hit return, if you want to use the default postcript name: <code class="filename">idl.ps</code>.</span></em>  
     102                <em><span class="remark">If needed, the name of the postscript will automatically be completed with .ps. Just hit return, if you want to use the default postscript name: <code class="filename">idl.ps</code>.</span></em>  
    103103              </p></td></tr></table></div></div><p> 
    104104        Check that the &#8220;<span class="quote"><code class="filename">first_ps.ps</code></span>&#8221; file is now existing... 
     
    151151  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">    , small <span class="inlinemediaobject"><img src="images/callouts/1.png?format=raw" alt="1"></span> = [1, 2, 2], /noerase <span class="inlinemediaobject"><img src="images/callouts/2.png?format=raw" alt="2"></span></strong></span></code></strong> <a href="figpng/basic_splot3.png?format=raw" target="_top"><span class="inlinemediaobject"><img src="images/showfig.png?format=raw" alt="show result"></span></a> 
    152152        </pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png?format=raw" alt="1" border="0"></td><td valign="top" align="left"><p> 
    153                 the <code class="computeroutput">small</code> keyword is a 3 elements vector which defines how we devide the page and in which case we should make the plot: [number of columns, number of rows, case number]. The case numbering is starting at 1, from top to bottom and left to right. 
     153                the <code class="computeroutput">small</code> keyword is a 3 elements vector which defines how we divide the page and in which case we should make the plot: [number of columns, number of rows, case number]. The case numbering is starting at 1, from top to bottom and left to right. 
    154154              </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png?format=raw" alt="2" border="0"></td><td valign="top" align="left"> 
    155                 you must put <code class="computeroutput">/norease</code> otherwise the second plot will be done in a new window. 
     155                you must put <code class="computeroutput">/noerase</code> otherwise the second plot will be done in a new window. 
    156156              </td></tr></table></div></div><p> 
    157157      </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="basic_contour"></a>1.2.2.&nbsp; 
     
    172172  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">    , xtitle = 'x index', charsize = 1.5</strong></span></code></strong> <a href="figpng/basic_scontour2.png?format=raw" target="_top"><span class="inlinemediaobject"><img src="images/showfig.png?format=raw" alt="show result"></span></a> 
    173173        </pre><p> 
    174 It can be used in combinanson with contour to make more complex plots: 
     174It can be used in combinaison with contour to make more complex plots: 
    175175        </p><div class="screenco"><pre class="screen"> 
    176176  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">ind = findgen(2*n)/(2.*n)</strong></span></code></strong> 
     
    210210      Explore gridded data (model outputs and observations) 
    211211    </h2></div></div></div><p> 
    212       This section briefly describes the main fonctionalities offered by SAXO to explore gridded data on regular or irregular grid. 
     212      This section briefly describes the main functionalities offered by SAXO to explore gridded data on regular or irregular grid. 
    213213    </p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="load_grid"></a>2.1.&nbsp; 
    214214        Load the data grid 
     
    218218          Easiest solution: load data grid (regular or not) directly from the data file. 
    219219        </h4></div></div></div><p> 
    220           Example of Levitus temprature on a regular 1x1 grid.  
     220          Example of Levitus temperature on a regular 1x1 grid.  
    221221          </p><pre class="screen"> 
    222222  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">@tst_initlev</strong></span></code></strong> 
     
    236236          </pre><p> 
    237237          This <a href="../../Tests/tst_initlev.pro?format=raw" target="_top"><span><strong class="command">@tst_initlev</strong></span></a> command allows us to define: 
    238           </p><div class="itemizedlist"><ul type="disc"><li>domain dimensions, stored in <code class="varname">jpi, jpj and jpk</code></li><li>points abscissa, stored in 2D array <code class="varname"></code>glamt</li><li>points ordinates, stored in 2D array <code class="varname"></code>gphit</li><li>points depths, stored in 1D array <code class="varname"></code>gdept</li><li>cells corners abscissa, storde in 2D array <code class="varname"></code>glamf</li><li>cells corners ordinates, stored in 2D array <code class="varname"></code>gphif</li><li>cells upper bondary depth, stored in 1D array <code class="varname"></code>gdepw</li><li>land-sea mask, stored in <code class="varname"></code>tmask</li><li>the cells size in the longitudinal direction, stored in 2D array <code class="varname"></code>e1t</li><li>the cells size in the latitudinal direction, stored in 2D array <code class="varname"></code>e2t</li><li>the cells size in the vertical direction, stored in 1D array <code class="varname"></code>e3t</li><li>the triangulation used to fill the land points, stored in <code class="varname"></code>triangles_list</li></ul></div><p> 
     238          </p><div class="itemizedlist"><ul type="disc"><li>domain dimensions, stored in <code class="varname">jpi, jpj and jpk</code></li><li>points abscissa, stored in 2D array <code class="varname"></code>glamt</li><li>points ordinates, stored in 2D array <code class="varname"></code>gphit</li><li>points depths, stored in 1D array <code class="varname"></code>gdept</li><li>cells corners abscissa, stored in 2D array <code class="varname"></code>glamf</li><li>cells corners ordinates, stored in 2D array <code class="varname"></code>gphif</li><li>cells upper boundary depth, stored in 1D array <code class="varname"></code>gdepw</li><li>land-sea mask, stored in <code class="varname"></code>tmask</li><li>the cells size in the longitudinal direction, stored in 2D array <code class="varname"></code>e1t</li><li>the cells size in the latitudinal direction, stored in 2D array <code class="varname"></code>e2t</li><li>the cells size in the vertical direction, stored in 1D array <code class="varname"></code>e3t</li><li>the triangulation used to fill the land points, stored in <code class="varname"></code>triangles_list</li></ul></div><p> 
    239239 
    240240          </p><pre class="screen"> 
     
    272272        horizontal plots and maps 
    273273      </h3></div></div></div><p> 
    274           A quick presentation of horizontal plots and maps is shown in <a href="../../Tests/tst_plt.pro?format=raw" target="_top">tst_plt</a>. After laoding any of the grid (for example with one of the <a href="#load_grid" title="2.1.&nbsp;&#xA;Load the data grid&#xA;      ">above examples</a>). Just try: 
     274          A quick presentation of horizontal plots and maps is shown in <a href="../../Tests/tst_plt.pro?format=raw" target="_top">tst_plt</a>. After loading any of the grid (for example with one of the <a href="#load_grid" title="2.1.&nbsp;&#xA;Load the data grid&#xA;      ">above examples</a>). Just try: 
    275275          </p><pre class="screen"> 
    276276  <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">tst_plt</strong></span></code></strong> 
  • trunk/SRC/Documentation/xmldoc/firststeps.xml

    r117 r120  
    3838  <articleinfo> 
    3939    <authorgroup> 
    40       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    41       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     40      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     41      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    4242    </authorgroup> 
    4343    <keywordset> 
    44       <keyword>idl</keyword> 
     44      <keyword>IDL</keyword> 
    4545      <keyword>SAXO</keyword> 
    4646    </keywordset> 
     
    5454        <revnumber>0.1</revnumber> 
    5555        <date>29 August 2005</date> 
    56         <revremark>last japanese version!</revremark> 
     56        <revremark>last Japanese version!</revremark> 
    5757      </revision> 
    5858      <revision> 
     
    7272    <sect2 id="start_with_init"> 
    7373      <title> 
    74         Start idl session: <userinput><command>@init</command></userinput> 
    75       </title> 
    76       <para> 
    77         Each idl session using <application>SAXO</application> must always start with: <prompt>&promptidl;</prompt> <userinput><command>@init</command></userinput>.       
     74        Start IDL session: <userinput><command>@init</command></userinput> 
     75      </title> 
     76      <para> 
     77        Each IDL session using <application>SAXO</application> must always start with: <prompt>&promptidl;</prompt> <userinput><command>@init</command></userinput>.       
    7878      </para> 
    7979      <para> 
     
    102102  <prompt>&promptidl;</prompt> 
    103103        </screen> 
    104         As an IDL session using <application>SAXO</application> must always start with <prompt>&promptidl;</prompt> <userinput><command>@init</command></userinput>, it could be convenient to define the environment variable <envar>IDL_STARTUP</envar> to <filename><envar>${HOME}</envar>/My_IDL/init.pro</filename>. In that way, <filename>init.pro</filename> will automatically been execuded when starting IDL. This can be done with the following command: 
     104        As an IDL session using <application>SAXO</application> must always start with <prompt>&promptidl;</prompt> <userinput><command>@init</command></userinput>, it could be convenient to define the environment variable <envar>IDL_STARTUP</envar> to <filename><envar>${HOME}</envar>/My_IDL/init.pro</filename>. In that way, <filename>init.pro</filename> will automatically been executed when starting IDL. This can be done with the following command: 
    105105      <variablelist> 
    106106        <varlistentry><term><command>csh</command></term> 
     
    149149      
    150150      <para> 
    151         Using IDL <command>plot</command> command is quite unconvenient to save the figure as a postscript. In addition, positionning the figure on the window/page by using <varname>!p.position</varname>, <varname>!p.region</varname> and <varname>!p.multi</varname> is often a nightmare. That's why we developped <command>splot</command> (like super-plot) which can be used in the same way as plot but is much more convenient to make postcript and position the figure. 
     151        Using IDL <command>plot</command> command is quite inconvenient to save the figure as a postscript. In addition, positioning the figure on the window/page by using <varname>!p.position</varname>, <varname>!p.region</varname> and <varname>!p.multi</varname> is often a nightmare. That's why we developed <command>splot</command> (like super-plot) which can be used in the same way as plot but is much more convenient to make postscript and position the figure. 
    152152        <screen format="linespecific"> 
    153153  <prompt>&promptidl;</prompt> <userinput><command>splot, y</command></userinput> <ulink url="figpng/basic_splot1.png?format=raw">&showfig;</ulink> 
     
    183183            <callout arearefs="make_ps"> 
    184184              <para> 
    185                 <remark>If needed, the name of the postscript will automatically be completed with .ps. Just hit return, if you want to use the default postcript name: <filename>idl.ps</filename>.</remark>  
     185                <remark>If needed, the name of the postscript will automatically be completed with .ps. Just hit return, if you want to use the default postscript name: <filename>idl.ps</filename>.</remark>  
    186186              </para> 
    187187            </callout> 
     
    251251            <callout arearefs="small"> 
    252252              <para> 
    253                 the <computeroutput>small</computeroutput> keyword is a 3 elements vector which defines how we devide the page and in which case we should make the plot: [number of columns, number of rows, case number]. The case numbering is starting at 1, from top to bottom and left to right. 
     253                the <computeroutput>small</computeroutput> keyword is a 3 elements vector which defines how we divide the page and in which case we should make the plot: [number of columns, number of rows, case number]. The case numbering is starting at 1, from top to bottom and left to right. 
    254254              </para> 
    255255            </callout> 
    256256            <callout arearefs="noerase"> 
    257257              <simpara> 
    258                 you must put <computeroutput>/norease</computeroutput> otherwise the second plot will be done in a new window. 
     258                you must put <computeroutput>/noerase</computeroutput> otherwise the second plot will be done in a new window. 
    259259              </simpara> 
    260260            </callout> 
     
    286286  <prompt>&promptidl;</prompt> <userinput><command>    , xtitle = 'x index', charsize = 1.5</command></userinput> <ulink url="figpng/basic_scontour2.png?format=raw">&showfig;</ulink> 
    287287        </screen> 
    288 It can be used in combinanson with contour to make more complex plots: 
     288It can be used in combinaison with contour to make more complex plots: 
    289289        <screenco> 
    290290          <areaspec> 
     
    346346    </title> 
    347347    <para> 
    348       This section briefly describes the main fonctionalities offered by SAXO to explore gridded data on regular or irregular grid. 
     348      This section briefly describes the main functionalities offered by SAXO to explore gridded data on regular or irregular grid. 
    349349    </para> 
    350350 
     
    361361        </title> 
    362362        <para> 
    363           Example of Levitus temprature on a regular 1x1 grid.  
     363          Example of Levitus temperature on a regular 1x1 grid.  
    364364          <screen format="linespecific"> 
    365365  <prompt>&promptidl;</prompt> <userinput><command>@tst_initlev</command></userinput> 
     
    384384            <listitem><simpara>points ordinates, stored in 2D array <varname></varname>gphit</simpara></listitem> 
    385385            <listitem><simpara>points depths, stored in 1D array <varname></varname>gdept</simpara></listitem> 
    386             <listitem><simpara>cells corners abscissa, storde in 2D array <varname></varname>glamf</simpara></listitem> 
     386            <listitem><simpara>cells corners abscissa, stored in 2D array <varname></varname>glamf</simpara></listitem> 
    387387            <listitem><simpara>cells corners ordinates, stored in 2D array <varname></varname>gphif</simpara></listitem> 
    388             <listitem><simpara>cells upper bondary depth, stored in 1D array <varname></varname>gdepw</simpara></listitem> 
     388            <listitem><simpara>cells upper boundary depth, stored in 1D array <varname></varname>gdepw</simpara></listitem> 
    389389            <listitem><simpara>land-sea mask, stored in <varname></varname>tmask</simpara></listitem> 
    390390            <listitem><simpara>the cells size in the longitudinal direction, stored in 2D array <varname></varname>e1t</simpara></listitem> 
     
    459459      </title> 
    460460        <para> 
    461           A quick presentation of horizontal plots and maps is shown in <ulink url="../../Tests/tst_plt.pro?format=raw">tst_plt</ulink>. After laoding any of the grid (for example with one of the <link linkend="load_grid">above examples</link>). Just try: 
     461          A quick presentation of horizontal plots and maps is shown in <ulink url="../../Tests/tst_plt.pro?format=raw">tst_plt</ulink>. After loading any of the grid (for example with one of the <link linkend="load_grid">above examples</link>). Just try: 
    462462          <screen format="linespecific"> 
    463463  <prompt>&promptidl;</prompt> <userinput><command>tst_plt</command></userinput> 
  • trunk/SRC/Documentation/xmldoc/getsaxo.html

    r119 r120  
    55  </title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a> 
    66    Get <span class="application">SAXO</span> 
    7   </h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:fplod_at_lodyc.jussieu.fr">fplod_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#create_saxo_env">1.  
     7  </h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:fplod_at_locean-ipsl.upmc.fr">fplod_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#create_saxo_env">1.  
    88      Create <span class="application">SAXO</span> environment 
    99    </a></span></dt><dt><span class="sect1"><a href="#get_saxo_files">2.  
     
    3535        <span class="application">SAXO</span> is already installed at 
    3636        </p><div class="itemizedlist"><ul type="disc"><li>IDRIS, on rhodes: <code class="filename">/home/rech/eee/reee217/SAXO_DIR</code></li><li>IPSL: <code class="filename">/home/smlod/SAXO_DIR</code></li><li>LOCEAN: <code class="filename">/usr/home/smasson/SAXO_DIR</code></li></ul></div><p> 
    37         If you can access one of theses directories, there is no need to re-install <span class="application">SAXO</span> again! In that case, you only have to link <code class="filename"><code class="envar">${HOME}</code>/SAXO_DIR</code> to the appropiate directory: 
     37        If you can access one of theses directories, there is no need to re-install <span class="application">SAXO</span> again! In that case, you only have to link <code class="filename"><code class="envar">${HOME}</code>/SAXO_DIR</code> to the appropriate directory: 
    3838        </p><div class="variablelist"><dl><dt><span class="term"><span><strong class="command">IDRIS</strong></span></span></dt><dd><pre class="screen"> 
    3939  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">ln</strong></span> <code class="option">-s</code> <em class="parameter"><code>/home/rech/eee/reee217/SAXO_DIR</code></em> <em class="parameter"><code><code class="envar">${HOME}</code>/SAXO_DIR</code></em></code></strong> 
     
    5353        </pre><p> 
    5454      </p><p> 
    55         The latest revision of the <span><strong class="command">source files</strong></span> (49 Mb) can be checked out with the following command: 
     55        The latest revision of the <span><strong class="command">source files</strong></span> (50 Mb) can be checked out with the following command: 
    5656        </p><pre class="screen"> 
    5757  <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/saxo/svn/trunk/SRC</code></em> <em class="parameter"><code>SAXO_DIR/SRC</code></em></code></strong> 
    5858        </pre><p> 
    5959      </p><p> 
    60         The latest revision of the <span><strong class="command">NetCDF data files</strong></span> (727 Mb) used by the test programs can be checked out with the following command: 
     60        The latest revision of the <span><strong class="command">NetCDF data files</strong></span> (728 Mb) used by the test programs can be checked out with the following command: 
    6161        </p><pre class="screen"> 
    6262  <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/saxo/svn/trunk/DATA</code></em> <em class="parameter"><code>SAXO_DIR/DATA</code></em></code></strong> 
     
    9696        </h4></div></div></div><p> 
    9797        If you want to use the tests programs, you need to download the data tests files (<code class="filename">SAXO_DATA_20060602.tar.gz</code>), You may download theses files in  
    98         </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; 
     98        </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 inconvenient 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; 
    9999        Generate your init.pro file 
    100       &#8221;</a></a>) or directly within IDL with the following commad: <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">iodir = <em class="replaceable"><code>the chosen directory</code></em></strong></span></code></strong></li></ul></div><p> 
     100      &#8221;</a></a>) or directly within IDL with the following command: <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">iodir = <em class="replaceable"><code>the chosen directory</code></em></strong></span></code></strong></li></ul></div><p> 
    101101        </p><pre class="screen"> 
    102102  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">cd</strong></span> <em class="parameter"><code><code class="envar">${HOME}</code></code></em></code></strong> 
     
    114114        Generate your init.pro file 
    115115      </h2></div></div></div><p> 
    116         To use <span class="application">SAXO</span>, we need to build an idl script that we usually call "<code class="filename">init.pro</code>". This file contains a set of IDL commands and default definitions (paths and variables of the common files) that are necessary to <span class="application">SAXO</span>. Once it has ben created, <code class="filename">init.pro</code> should the first executed command when starting IDL session. 
     116        To use <span class="application">SAXO</span>, we need to build an idl script that we usually call "<code class="filename">init.pro</code>". This file contains a set of IDL commands and default definitions (paths and variables of the common files) that are necessary to <span class="application">SAXO</span>. Once it has been created, <code class="filename">init.pro</code> should the first executed command when starting IDL session. 
    117117      </p><p> 
    118118        </p><pre class="screen"> 
  • trunk/SRC/Documentation/xmldoc/getsaxo.xml

    r117 r120  
    2121  <articleinfo> 
    2222    <authorgroup> 
    23       <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_lodyc.jussieu.fr</email></author> 
    24       <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_lodyc.jussieu.fr</email></author> 
     23      <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     24      <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_locean-ipsl.upmc.fr</email></author> 
    2525    </authorgroup> 
    2626    <keywordset> 
     
    7979          <listitem><simpara>LOCEAN: <filename class='directory'>/usr/home/smasson/SAXO_DIR</filename></simpara></listitem> 
    8080        </itemizedlist> 
    81         If you can access one of theses directories, there is no need to re-install <application>SAXO</application> again! In that case, you only have to link <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> to the appropiate directory: 
     81        If you can access one of theses directories, there is no need to re-install <application>SAXO</application> again! In that case, you only have to link <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> to the appropriate directory: 
    8282        <variablelist> 
    8383          <varlistentry><term><command>IDRIS</command></term> 
     
    192192        If you want to use the tests programs, you need to download the data tests files (<filename>SAXO_DATA_&date2;.tar.gz</filename>), You may download theses files in  
    193193        <itemizedlist> 
    194           <listitem><simpara><filename class='directory'><envar>${HOME}</envar>/My_IDL</filename>. This is the easiest solution but it could be unconvenient if your <envar>${HOME}</envar> disk space is limited.</simpara></listitem> 
    195           <listitem><simpara>any other Directory of your choice. In that case, when using IDL, you will need to define the variable <varname>iodir</varname> 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 <link linkend="generate_init"><xref linkend="generate_init"/></link>) or directly within IDL with the following commad: <prompt>&promptidl;</prompt> <userinput><command>iodir = <replaceable>the chosen directory</replaceable></command></userinput></simpara></listitem> 
     194          <listitem><simpara><filename class='directory'><envar>${HOME}</envar>/My_IDL</filename>. This is the easiest solution but it could be inconvenient if your <envar>${HOME}</envar> disk space is limited.</simpara></listitem> 
     195          <listitem><simpara>any other Directory of your choice. In that case, when using IDL, you will need to define the variable <varname>iodir</varname> 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 <link linkend="generate_init"><xref linkend="generate_init"/></link>) or directly within IDL with the following command: <prompt>&promptidl;</prompt> <userinput><command>iodir = <replaceable>the chosen directory</replaceable></command></userinput></simpara></listitem> 
    196196        </itemizedlist> 
    197197        <screen format="linespecific"> 
     
    224224      </title> 
    225225      <para> 
    226         To use <application>SAXO</application>, we need to build an idl script that we usually call "<filename>init.pro</filename>". This file contains a set of IDL commands and default definitions (paths and variables of the common files) that are necessary to <application>SAXO</application>. Once it has ben created, <filename>init.pro</filename> should the first executed command when starting IDL session. 
     226        To use <application>SAXO</application>, we need to build an idl script that we usually call "<filename>init.pro</filename>". This file contains a set of IDL commands and default definitions (paths and variables of the common files) that are necessary to <application>SAXO</application>. Once it has been created, <filename>init.pro</filename> should the first executed command when starting IDL session. 
    227227      </para> 
    228228      <para> 
  • trunk/SRC/Documentation/xmldoc/infoupdatekwd.xml

    r117 r120  
    1111  <articleinfo> 
    1212    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    14       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     13      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     14      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1515    </authorgroup> 
    1616    <keywordset> 
  • trunk/SRC/Documentation/xmldoc/mailing.html

    r117 r120  
    11<html><head> 
    22      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
    3    <title>SAXO Mailing lists</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>SAXO Mailing lists</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#warning">1. Warning</a></span></dt><dt><span class="sect1"><a href="#saxo-users">2. saxo-users@forge.ipsl.jussieu.fr</a></span></dt><dt><span class="sect1"><a href="#saxo-dev">3. saxo-dev@forge.ipsl.jussieu.fr</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="warning"></a>1.&nbsp;Warning</h2></div></div></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Mailing list not yet fully available</h3><p> 
     3   <title>SAXO Mailing lists</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>SAXO Mailing lists</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#warning">1. Warning</a></span></dt><dt><span class="sect1"><a href="#saxo-users">2. saxo-users@forge.ipsl.jussieu.fr</a></span></dt><dt><span class="sect1"><a href="#saxo-dev">3. saxo-dev@forge.ipsl.jussieu.fr</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="warning"></a>1.&nbsp;Warning</h2></div></div></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Mailing list not yet fully available</h3><p> 
    44<code class="systemitem">forge.ipsl.jussieu.fr</code> is not yet able to receive/send emails. 
    55</p><p> 
    6 This problem will be fixed by the end of June 2006. 
     6This problem will be fixed by the beginning of July 2006. 
    77</p><p> 
    88Until then you can submit problems/solutions to : 
    99</p><div class="itemizedlist"><ul type="disc"><li><p> 
    10       </p><div class="address"><p><span class="firstname">S&eacute;bastien</span>&nbsp;<span class="surname">Masson</span>&nbsp;<code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></p></div><p> 
     10      </p><div class="address"><p><span class="firstname">S&eacute;bastien</span>&nbsp;<span class="surname">Masson</span>&nbsp;<code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></p></div><p> 
    1111</p></li><li><p> 
    12       </p><div class="address"><p><span class="firstname">Fran&ccedil;oise</span>&nbsp;<span class="surname">Pinsard</span>&nbsp;<code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></p></div><p> 
     12      </p><div class="address"><p><span class="firstname">Fran&ccedil;oise</span>&nbsp;<span class="surname">Pinsard</span>&nbsp;<code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></p></div><p> 
    1313</p></li></ul></div><p> 
    1414</p></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="saxo-users"></a>2.&nbsp;saxo-users@forge.ipsl.jussieu.fr</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p> 
  • trunk/SRC/Documentation/xmldoc/mailing.xml

    r117 r120  
    1111  <articleinfo> 
    1212    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    14       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     13      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     14      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1515    </authorgroup> 
    1616    <keywordset> 
     
    3535</para> 
    3636<para> 
    37 This problem will be fixed by the end of June 2006. 
     37This problem will be fixed by the beginning of July 2006. 
    3838</para> 
    3939<para> 
     
    4242<listitem> 
    4343<para> 
    44       <address><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></address> 
     44      <address><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></address> 
    4545</para> 
    4646</listitem> 
    4747<listitem> 
    4848<para> 
    49       <address><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></address> 
     49      <address><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></address> 
    5050</para> 
    5151</listitem> 
  • trunk/SRC/Documentation/xmldoc/main.html

    r117 r120  
    11<html><head> 
    22      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
    3    <title>Main page of SAXO</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e1"></a>Main page of SAXO</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">June 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#whatissaxo">1. What is SAXO</a></span></dt><dt><span class="sect1"><a href="#whatsnew">2. What's new</a></span></dt><dt><span class="sect1"><a href="#getsaxo">3.  
     3   <title>Main page of SAXO</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e1"></a>Main page of SAXO</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">June 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#whatissaxo">1. What is SAXO</a></span></dt><dt><span class="sect1"><a href="#whatsnew">2. What's new</a></span></dt><dt><span class="sect1"><a href="#getsaxo">3.  
    44Get SAXO 
    55</a></span></dt><dt><span class="sect1"><a href="#support">4. Support</a></span></dt><dt><span class="sect1"><a href="#documentation">5. Documentation</a></span></dt><dt><span class="sect1"><a href="#saxoteam">6. SAXO team</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="whatissaxo"></a>1.&nbsp;What is SAXO</h2></div></div></div><p> 
    66SAXO is a package (~400 routines, ~60 000 code lines) used to easily and quickly visualize and analyze models outputs or data observations. It is based on <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>&#8482;</a> and contains a Graphic User Interface. Developed in collaboration with <a href="http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> researchers, it allows to explore four dimension data which may be gridded or irregularly spaced. It is particularly adapted to the "Arakawa C grid" discretization used in <a href="http://www.lodyc.jussieu.fr/NEMO/" target="_top">NEMO</a>. In addition to graphical procedures, interpolation modules and other things..., it contains a set of programs dedicated to oceanographic diagnostics. <a href="whatissaxo.html?format=raw" target="_top">More...</a>  
    77</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="whatsnew"></a>2.&nbsp;What's new</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p> 
    8 March 2006-May 2006 : migration for <span class="bold"><strong>obsolete</strong></span> CVS repository + S&eacute;bastion Masson improvments 
     8March 2006-May 2006 : migration for <span class="bold"><strong>obsolete</strong></span> CVS repository + S&eacute;bastien Masson improvements 
    99in a beautiful &#8220;<span class="quote"><span class="application">trac</span>+<span class="application">svn</span></span>&#8221; project on <code class="systemitem">http:://forge.ipsl.jussieu.fr/saxo/</code>. 
    1010</p></li><li><p> 
     
    1919<a href="http://forge.ipsl.jussieu.fr/saxo/browser/trunk" target="_top">Browse</a> SAXO 
    2020</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="support"></a>4.&nbsp;Support</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p> 
    21 <a href="mailing.html?format=raw" target="_top">mailing lists</a> (subscribtion and archives). 
     21<a href="mailing.html?format=raw" target="_top">mailing lists</a> (subscription and archives). 
    2222</p></li><li><p> 
    2323<a href="http://forge.ipsl.jussieu.fr/saxo/newticket" target="_top">send</a>,  <a href="http://forge.ipsl.jussieu.fr/saxo/report" target="_top">read</a> tickets 
     
    2525FAQ (to be created...) 
    2626</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="documentation"></a>5.&nbsp;Documentation</h2></div></div></div><p> 
    27 <a href="firststeps.html?format=raw" target="_top">First Steps</a> with saxo. See also plots of First Steps in <a href="all_plots.html?format=raw" target="_top">All plots</a> 
     27<a href="firststeps.html?format=raw" target="_top">First Steps</a> with SAXO. See also plots of First Steps in <a href="all_plots.html?format=raw" target="_top">All plots</a> 
    2828</p><p> 
    2929<span class="application">IDLdoc</span> documentations set is available using  
     
    4242Olivier Thauvin 
    4343</span></dt><dd> 
    44 <a href="http://forge.ipsl.jussieu.fr/" target="_top">IPSL forge</a> maintenainer 
     44<a href="http://forge.ipsl.jussieu.fr/" target="_top">IPSL forge</a> maintainer 
    4545</dd></div></div></body></html> 
  • trunk/SRC/Documentation/xmldoc/main.xml

    r117 r120  
    1414  <articleinfo> 
    1515    <authorgroup> 
    16       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    17       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     16      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     17      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1818    </authorgroup> 
    1919    <keywordset> 
     
    4444<listitem> 
    4545<para> 
    46 March 2006-May 2006 : migration for <emphasis role="bold">obsolete</emphasis> CVS repository + Sébastion Masson improvments 
     46March 2006-May 2006 : migration for <emphasis role="bold">obsolete</emphasis> CVS repository + Sébastien Masson improvements 
    4747in a beautiful <quote><application>trac</application>+<application>svn</application></quote> project on <systemitem>http:://forge.ipsl.jussieu.fr/saxo/</systemitem>. 
    4848</para> 
     
    7979<listitem> 
    8080<para> 
    81 <ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/mailing.html?format=raw">mailing lists</ulink> (subscribtion and archives). 
     81<ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/mailing.html?format=raw">mailing lists</ulink> (subscription and archives). 
    8282</para> 
    8383</listitem> 
     
    107107--> 
    108108<para> 
    109 <ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/firststeps.html?format=raw">First Steps</ulink> with saxo. See also plots of First Steps in <ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/all_plots.html?format=raw">All plots</ulink> 
     109<ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/firststeps.html?format=raw">First Steps</ulink> with SAXO. See also plots of First Steps in <ulink url="../../saxo/browser/trunk/SRC/Documentation/xmldoc/all_plots.html?format=raw">All plots</ulink> 
    110110</para> 
    111111<para> 
     
    147147<listitem> 
    148148<simpara> 
    149 <ulink url="http://forge.ipsl.jussieu.fr/">IPSL forge</ulink> maintenainer 
     149<ulink url="http://forge.ipsl.jussieu.fr/">IPSL forge</ulink> maintainer 
    150150</simpara> 
    151151</listitem> 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r119 r120  
    3232set -u 
    3333# 
    34 docompileall=0 
     34docompileall=1 
    3535dohtml=0 
    3636dooldtest=0 
     
    111111    echo exit >> /tmp/compileall${$}.pro 
    112112    IDL_STARTUP=/tmp/compileall${$}.pro 
    113     $IDL_DIR/bin/idl &> /tmp/compileallerr_${$} 
     113    ${IDL_DIR}/bin/idl &> /tmp/compileallerr_${$} 
    114114    echo 
    115115    echo 
     
    179179EOF 
    180180    # launch idl with the file built above 
    181     IDL_STARTUP=${pro};$IDL_DIR/bin/idl 
     181    IDL_STARTUP=${pro};${IDL_DIR}/bin/idl 
    182182    /bin/rm ${pro} 
    183183    # In order to do not have to many revision in svn, we modify some 
  • trunk/SRC/Documentation/xmldoc/tiplink.html

    r117 r120  
    11<html><head> 
    22      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
    3    <title>Tips and Links</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>Tips and Links</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#tips">1. Tips</a></span></dt><dt><span class="sect1"><a href="#links">2. Links</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="tips"></a>1.&nbsp;Tips</h2></div></div></div><p> 
     3   <title>Tips and Links</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>Tips and Links</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#tips">1. Tips</a></span></dt><dt><span class="sect1"><a href="#links">2. Links</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="tips"></a>1.&nbsp;Tips</h2></div></div></div><p> 
    44    There is a short selection of useful tips: 
    55    </p><div class="itemizedlist"><ul type="disc"><li> 
  • trunk/SRC/Documentation/xmldoc/tiplink.xml

    r117 r120  
    1212  <articleinfo> 
    1313    <authorgroup> 
    14       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    15       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     14      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     15      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1616    </authorgroup> 
    1717    <keywordset> 
  • trunk/SRC/Documentation/xmldoc/updatesaxo.html

    r117 r120  
    55  </title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a> 
    66    Update <span class="application">SAXO</span> 
    7   </h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:fplod_at_lodyc.jussieu.fr">fplod_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#saxo_local">1.  
     7  </h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:fplod_at_locean-ipsl.upmc.fr">fplod_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#saxo_local">1.  
    88        If you work at IDRIS, IPSL or LOCEAN 
    99      </a></span></dt><dt><span class="sect1"><a href="#saxo_svn">2.  
     
    4444        If you got SAXO from a <a href="getsaxo.html?format=raw#saxo_src_tar" target="_top">tar file</a> 
    4545      </h2></div></div></div><p> 
    46         The only way to update SAXO is to redownload and reinstall the tar file as you done for the <a href="getsaxo.html?format=raw#saxo_src_tar" target="_top">first installation</a>. 
     46        The only way to update SAXO is to re-download and reinstall the tar file as you done for the <a href="getsaxo.html?format=raw#saxo_src_tar" target="_top">first installation</a>. 
    4747      </p></div></div></body></html> 
  • trunk/SRC/Documentation/xmldoc/updatesaxo.xml

    r117 r120  
    2121  <articleinfo> 
    2222    <authorgroup> 
    23       <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_lodyc.jussieu.fr</email></author> 
    24       <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_lodyc.jussieu.fr</email></author> 
     23      <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     24      <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_locean-ipsl.upmc.fr</email></author> 
    2525    </authorgroup> 
    2626    <keywordset> 
     
    9191      </title> 
    9292      <para> 
    93         The only way to update SAXO is to redownload and reinstall the tar file as you done for the <ulink url="getsaxo.html?format=raw#saxo_src_tar">first installation</ulink>. 
     93        The only way to update SAXO is to re-download and reinstall the tar file as you done for the <ulink url="getsaxo.html?format=raw#saxo_src_tar">first installation</ulink>. 
    9494      </para>   
    9595    </sect1> 
  • trunk/SRC/Documentation/xmldoc/whatissaxo.html

    r117 r120  
    11<html><head> 
    22      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
    3    <title>What is SAXO</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>What is SAXO</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#prerequisites">1. Prerequisites</a></span></dt><dt><span class="sect1"><a href="#include">2. Include</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="prerequisites"></a>1.&nbsp;Prerequisites</h2></div></div></div><p> 
     3   <title>What is SAXO</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>What is SAXO</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#prerequisites">1. Prerequisites</a></span></dt><dt><span class="sect1"><a href="#include">2. Include</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="prerequisites"></a>1.&nbsp;Prerequisites</h2></div></div></div><p> 
    44    <span class="application">SAXO</span> needs at least <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>&#8482;</a> 6.0. 
    55  </p><p> 
  • trunk/SRC/Documentation/xmldoc/whatissaxo.xml

    r117 r120  
    1111  <articleinfo> 
    1212    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    14       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     13      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     14      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1515    </authorgroup> 
    1616    <keywordset> 
  • trunk/SRC/Documentation/xmldoc/whatsnew.html

    r117 r120  
    11<html><head> 
    22      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
    3    <title>What's new in SAXO</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>What's new in SAXO</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_lodyc.jussieu.fr">smasson_at_lodyc.jussieu.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_lodyc.jussieu.fr">Francoise.Pinsard_at_lodyc.jussieu.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr><tr><td align="left">Revision 0.1</td><td align="left">June 2006</td></tr><tr><td align="left" colspan="2">add date according to output of svn log</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#changeset114">2. Changeset 114 (2006-06-19)</a></span></dt><dt><span class="sect1"><a href="#changeset73">3. Changeset 73 (2006-05-22)</a></span></dt><dt><span class="sect1"><a href="#changeset69">4. Changeset 69 (2006-05-11)</a></span></dt><dt><span class="sect1"><a href="#chgangeset68">5. Changeset 68 (2006-05-09)</a></span></dt><dt><span class="sect1"><a href="#changeset7">6. Changeset 7 (2006-04-24)</a></span></dt><dt><span class="sect1"><a href="#changeset2">7. Changeset 2 (revision date=2002-09-11 actually done 2006-04-13)</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.&nbsp;Introduction</h2></div></div></div><p> 
     3   <title>What's new in SAXO</title><link rel="stylesheet" href="saxo.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><meta name="keywords" content="idl, SAXO"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e2"></a>What's new in SAXO</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">S&eacute;bastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a href="mailto:smasson_at_locean-ipsl.upmc.fr">smasson_at_locean-ipsl.upmc.fr</a>&gt;</code></div><div class="author"><h3 class="author"><span class="firstname">Fran&ccedil;oise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="2"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.0</td><td align="left">May 2006</td></tr><tr><td align="left" colspan="2">First draft</td></tr><tr><td align="left">Revision 0.1</td><td align="left">June 2006</td></tr><tr><td align="left" colspan="2">add date according to output of svn log</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#changeset114">2. Changeset 114 (2006-06-19)</a></span></dt><dt><span class="sect1"><a href="#changeset73">3. Changeset 73 (2006-05-22)</a></span></dt><dt><span class="sect1"><a href="#changeset69">4. Changeset 69 (2006-05-11)</a></span></dt><dt><span class="sect1"><a href="#chgangeset68">5. Changeset 68 (2006-05-09)</a></span></dt><dt><span class="sect1"><a href="#changeset7">6. Changeset 7 (2006-04-24)</a></span></dt><dt><span class="sect1"><a href="#changeset2">7. Changeset 2 (revision date=2002-09-11 actually done 2006-04-13)</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.&nbsp;Introduction</h2></div></div></div><p> 
    44Here are listed major revisions. 
    55</p><p> 
    66SAXO team should provide instructions to prevent from side effects of upgrade. 
    77</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="changeset114"></a>2.&nbsp;Changeset 114 (2006-06-19)</h2></div></div></div><p> 
    8 This revision includes new compilation options (compile_opt idl2, strictarrsubs) in each routine and new interpolation routine from irregular grid (originaly introduced in <a href="http://forge.ipsl.jussieu.fr/saxo/changeset/110" target="_top">Changeset 110</a>). 
     8This revision includes new compilation options (compile_opt idl2, strictarrsubs) in each routine and new interpolation routine from irregular grid (originally introduced in <a href="http://forge.ipsl.jussieu.fr/saxo/changeset/110" target="_top">Changeset 110</a>). 
    99</p><p> 
    1010Details can be seen in <a href="http://forge.ipsl.jussieu.fr/saxo/changeset/114" target="_top">Changeset 114</a>. 
  • trunk/SRC/Documentation/xmldoc/whatsnew.xml

    r117 r120  
    1111  <articleinfo> 
    1212    <authorgroup> 
    13       <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
    14       <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
     13      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_locean-ipsl.upmc.fr</email></author> 
     14      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    1515    </authorgroup> 
    1616    <keywordset> 
     
    4646<title>Changeset 114 (2006-06-19)</title> 
    4747<para> 
    48 This revision includes new compilation options (compile_opt idl2, strictarrsubs) in each routine and new interpolation routine from irregular grid (originaly introduced in <ulink url="http://forge.ipsl.jussieu.fr/saxo/changeset/110">Changeset 110</ulink>). 
     48This revision includes new compilation options (compile_opt idl2, strictarrsubs) in each routine and new interpolation routine from irregular grid (originally introduced in <ulink url="http://forge.ipsl.jussieu.fr/saxo/changeset/110">Changeset 110</ulink>). 
    4949</para> 
    5050<para> 
Note: See TracChangeset for help on using the changeset viewer.