Ignore:
Timestamp:
04/16/08 11:33:20 (16 years ago)
Author:
pinsard
Message:

migration from
\DocBook 4 to \DocBook 5 : production outputs

File:
1 edited

Legend:

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

    r255 r346  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html> 
    3 <head> 
    4 <meta name="generator" content= 
    5 "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> 
    6 <meta http-equiv="Content-Type" content= 
    7 "text/html; charset=us-ascii"> 
    8 <title>What is SAXO</title> 
    9 <link href="style.css" rel="stylesheet" type="text/css"> 
    10 <link href="saxo.css" rel="stylesheet" type="text/css"> 
    11 <meta content="DocBook XSL Stylesheets V1.71.1" name="generator"> 
    12 <meta name="keywords" content="IDL, SAXO"> 
    13 </head> 
    14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
    15 alink="#0000FF"> 
    16 <div class="article" lang="en"> 
    17 <div class="titlepage"> 
    18 <div> 
    19 <div> 
    20 <h2 class="title"><a name="N10002" id="N10002"></a>What is 
    21 SAXO</h2> 
     1<?xml version="1.0" encoding="utf-8"?> 
     2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     3<html xmlns="http://www.w3.org/1999/xhtml"> 
     4  <head> 
     5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
     6    <title>What is SAXO</title> 
     7    <link rel="stylesheet" href="style.css" type="text/css" /> 
     8    <link rel="stylesheet" href="saxo.css" type="text/css" /> 
     9    <link rev="made" href="mailto:saxo-dev_at_forge.ipsl.jussieu.fr" /> 
     10    <meta name="generator" content="DocBook XSL Stylesheets V1.71.1" /> 
     11    <meta name="keywords" content="IDL, SAXO" /> 
     12  </head> 
     13  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 
     14    <div class="article" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id2569324" id="id2569324"></a>What is SAXO</h2></div><div><div class="authorgroup"> 
     15      <div class="author"><h3 class="author"><span class="firstname">Sébastien</span> <span class="surname">Masson</span> <code class="email">&lt;<a href="mailto:Sebastien.Masson_at_locean-ipsl.upmc.fr">Sebastien.Masson_at_locean-ipsl.upmc.fr</a>&gt;</code></h3></div> 
     16      <div class="author"><h3 class="author"><span class="firstname">Françoise</span> <span class="surname">Pinsard</span> <code class="email">&lt;<a href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></h3></div> 
     17    </div></div><div><span class="pubdate">svn Id of xml source file : $Id$<br /><br /></span></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> 
     18      <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> 
     19      <tr><td align="left">Revision 0.1</td><td align="left">August 2006</td></tr><tr><td align="left" colspan="2">add introduction (previously in main.xml)</td></tr> 
     20      <tr><td align="left">Revision 0.1</td><td align="left">April 2008</td></tr><tr><td align="left" colspan="2">migration from DocBook 4.2 to Docbook 5.0</td></tr> 
     21    </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="#prerequisites">2. Prerequisites</a></span></dt><dt><span class="sect1"><a href="#include">3. Include</a></span></dt></dl></div> 
     22 
     23   
     24 
     25<div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="whatissaxo" id="whatissaxo"></a>1. What is SAXO</h2></div></div></div> 
     26 
     27<p><a name="whatissaxo_for_main" id="whatissaxo_for_main"></a> 
     28SAXO is a package (~400 routines, ~60 000 code lines) used to easily and quickly visualize and analyze models outputs or data observations. 
     29It is based on <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>™</a> and contains a Graphic User Interface. 
     30Developed in collaboration with <a href="http://www.locean-ipsl.upmc.fr/" target="_top">LOCEAN</a> researchers, it allows to explore four dimension data which may be gridded or irregularly spaced. 
     31It is particularly adapted to the “<span class="quote">Arakawa C grid</span>” discretization used in <a href="http://www.locean-ipsl.upmc.fr/NEMO/" target="_top">NEMO</a>. 
     32In addition to graphical procedures, interpolation modules and other things 
, it contains a set of programs dedicated to oceanographic diagnostics. 
     33</p> 
    2234</div> 
    23 <div> 
    24 <div class="authorgroup"> 
    25 <div class="author"> 
    26 <h3 class="author"><span class="firstname">S&eacute;bastien</span> 
    27 <span class="surname">Masson</span> <code class= 
    28 "email">&lt;<a href="mailto:Sebastien.Masson_at_locean-ipsl.upmc.fr"> 
    29 Sebastien.Masson_at_locean-ipsl.upmc.fr</a>&gt;</code></h3> 
     35 
     36<div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="prerequisites" id="prerequisites"></a>2. Prerequisites</h2></div></div></div> 
     37   
     38  <p> 
     39    <span class="application">SAXO</span> needs at least <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>™</a> 6.0. 
     40  </p> 
     41  <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3> 
     42    <p><span class="application">SAXO</span> can be used with the 7 minutes demo-mode (within the limitations of this mode: impossible to save data and create a file).</p> 
     43  </div> 
     44   
    3045</div> 
    31 <div class="author"> 
    32 <h3 class="author"><span class="firstname">Fran&ccedil;oise</span> 
    33 <span class="surname">Pinsard</span> <code class= 
    34 "email">&lt;<a href= 
    35 "mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></h3> 
     46<div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="include" id="include"></a>3. Include</h2></div></div></div> 
     47   
     48  <p> 
     49    </p><div class="itemizedlist"><ul type="disc"><li> 
     50        <span class="application">idl-NetCDF</span> written and maintained by Alan Iwi 
     51        <a href="http://www.ittvis.com/codebank/search.asp?FID=261" target="_top">http://www.ittvis.com/codebank/search.asp?FID=261</a> 
     52      </li><li> 
     53        <span class="application">IDLdoc</span> written and maintained by Mike Galloy 
     54        <a href="http://www.ittvis.com/codebank/search.asp?FID=100" target="_top">http://www.ittvis.com/codebank/search.asp?FID=100</a> 
     55      </li><li> 
     56        <span class="application">color24</span>, <span class="application">colorbar</span>, <span class="application">getcolor</span>, <span class="application">binary</span>, <span class="application">different</span>, <span class="application">inter</span>, <span class="application">union</span>, <span class="application">str_size</span> and <span class="application">undefine</span> written and maintained by David Fanning 
     57        <a href="http://www.dfanning.com" target="_top">http://www.dfanning.com</a> 
     58      </li><li> 
     59        <span class="application">delchr</span>, <span class="application">getfile</span>, <span class="application">getwrd</span>, <span class="application">isnumber</span>, <span class="application">nwrds</span> and <span class="application">putfile</span> written and maintained by R. Sterner in JHU/APL/S1R IDL Library 
     60        <a href="http://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html" target="_top">http://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html</a> 
     61      </li><li> 
     62        <span class="application">cmapply</span> and <span class="application">cmset_op</span> written and maintained by Craig Markwardt 
     63        <a href="http://cow.physics.wisc.edu/~craigm/idl/" target="_top">http://cow.physics.wisc.edu/~craigm/idl/</a> 
     64      </li><li> 
     65        <span class="application">imdisp</span>, <span class="application">saveimage</span> and <span class="application">showimage</span> written and maintained by Liam E. Gumley 
     66        <a href="http://cimss.ssec.wisc.edu/~gumley/" target="_top">http://cimss.ssec.wisc.edu/~gumley/</a> 
     67      </li><li> 
     68        <span class="application">make_selection</span>, <span class="application">strrepl</span>, <span class="application">strright</span>, <span class="application">strsci</span>, <span class="application">strwhere</span> and <span class="application">chkstru</span> written and maintained by Martin Schultz 
     69      </li><li> 
     70        <span class="application">image_viewer</span> written and maintained by AEB?? 
     71      </li></ul></div><p> 
     72   </p> 
    3673</div> 
    3774</div> 
    38 </div> 
    39 <div><span class="pubdate">svn Id of xml source file : $Id: 
    40 whatissaxo.xml 193 2006-09-22 10:13:30Z pinsard $<br> 
    41 <br></span></div> 
    42 <div> 
    43 <div class="revhistory"> 
    44 <table summary="Revision history" width="100%" border="1"> 
    45 <tr> 
    46 <th colspan="2" valign="top" align="left"><b>Revision 
    47 History</b></th> 
    48 </tr> 
    49 <tr> 
    50 <td align="left">Revision 0.0</td> 
    51 <td align="left">May 2006</td> 
    52 </tr> 
    53 <tr> 
    54 <td colspan="2" align="left">First draft</td> 
    55 </tr> 
    56 <tr> 
    57 <td align="left">Revision 0.1</td> 
    58 <td align="left">August 2006</td> 
    59 </tr> 
    60 <tr> 
    61 <td colspan="2" align="left">add introduction (previously in 
    62 main.xml)</td> 
    63 </tr> 
    64 </table> 
    65 </div> 
    66 </div> 
    67 </div> 
    68 <hr></div> 
    69 <div class="toc"> 
    70 <p><b>Table of Contents</b></p> 
    71 <dl> 
    72 <dt><span class="sect1"><a href="#whatissaxo">1. What is 
    73 SAXO</a></span></dt> 
    74 <dt><span class="sect1"><a href="#prerequisites">2. 
    75 Prerequisites</a></span></dt> 
    76 <dt><span class="sect1"><a href="#include">3. 
    77 Include</a></span></dt> 
    78 </dl> 
    79 </div> 
    80 <div class="sect1" lang="en"> 
    81 <div class="titlepage"> 
    82 <div> 
    83 <div> 
    84 <h2 class="title" style="clear: both"><a name="whatissaxo" id= 
    85 "whatissaxo"></a>1.&nbsp;What is SAXO</h2> 
    86 </div> 
    87 </div> 
    88 </div> 
    89 <p><a name="whatissaxo_for_main" id="whatissaxo_for_main"></a> SAXO 
    90 is a package (~400 routines, ~60 000 code lines) used to easily and 
    91 quickly visualize and analyze models outputs or data observations. 
    92 It is based on <a href="http://www.ittvis.com/idl/" target= 
    93 "_top"><span class="trademark">IDL</span>&trade;</a> and contains a 
    94 Graphic User Interface. Developed in collaboration with <a href= 
    95 "http://www.lodyc.jussieu.fr/" target="_top">LOCEAN</a> 
    96 researchers, it allows to explore four dimension data which may be 
    97 gridded or irregularly spaced. It is particularly adapted to the 
    98 "Arakawa C grid" discretization used in <a href= 
    99 "http://www.lodyc.jussieu.fr/NEMO/" target="_top">NEMO</a>. In 
    100 addition to graphical procedures, interpolation modules and other 
    101 things &hellip;, it contains a set of programs dedicated to 
    102 oceanographic diagnostics.</p> 
    103 </div> 
    104 <div class="sect1" lang="en"> 
    105 <div class="titlepage"> 
    106 <div> 
    107 <div> 
    108 <h2 class="title" style="clear: both"><a name="prerequisites" id= 
    109 "prerequisites"></a>2.&nbsp;Prerequisites</h2> 
    110 </div> 
    111 </div> 
    112 </div> 
    113 <p><span class="application">SAXO</span> needs at least <a href= 
    114 "http://www.ittvis.com/idl/" target="_top"><span class= 
    115 "trademark">IDL</span>&trade;</a> 6.0.</p> 
    116 <p><em><span class="remark"><span class="application">SAXO</span> 
    117 can be used with the 7 minutes demo-mode (within the limitations of 
    118 this mode: impossible to save data and create a 
    119 file).</span></em></p> 
    120 </div> 
    121 <div class="sect1" lang="en"> 
    122 <div class="titlepage"> 
    123 <div> 
    124 <div> 
    125 <h2 class="title" style="clear: both"><a name="include" id= 
    126 "include"></a>3.&nbsp;Include</h2> 
    127 </div> 
    128 </div> 
    129 </div> 
    130 <div class="itemizedlist"> 
    131 <ul type="disc"> 
    132 <li><span class="application">idl-NetCDF</span> written and 
    133 maintained by Alan Iwi <a href= 
    134 "http://www.ittvis.com/codebank/search.asp?FID=261" target= 
    135 "_top">http://www.ittvis.com/codebank/search.asp?FID=261</a></li> 
    136 <li><span class="application">IDLdoc</span> written and maintained 
    137 by Mike Galloy <a href= 
    138 "http://www.ittvis.com/codebank/search.asp?FID=100" target= 
    139 "_top">http://www.ittvis.com/codebank/search.asp?FID=100</a></li> 
    140 <li><span class="application">color24</span>, <span class= 
    141 "application">colorbar</span>, <span class= 
    142 "application">getcolor</span>, <span class= 
    143 "application">binary</span>, <span class= 
    144 "application">different</span>, <span class= 
    145 "application">inter</span>, <span class="application">union</span>, 
    146 <span class="application">str_size</span> and <span class= 
    147 "application">undefine</span> written and maintained by David 
    148 Fanning <a href="http://www.dfanning.com" target= 
    149 "_top">http://www.dfanning.com</a></li> 
    150 <li><span class="application">delchr</span>, <span class= 
    151 "application">getfile</span>, <span class= 
    152 "application">getwrd</span>, <span class= 
    153 "application">isnumber</span>, <span class= 
    154 "application">nwrds</span> and <span class= 
    155 "application">putfile</span> written and maintained by R. Sterner 
    156 in JHU/APL/S1R IDL Library <a href= 
    157 "http://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html" target= 
    158 "_top">http://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html</a></li> 
    159 <li><span class="application">cmapply</span> and <span class= 
    160 "application">cmset_op</span> written and maintained by Craig 
    161 Markwardt <a href="http://cow.physics.wisc.edu/~craigm/idl/" 
    162 target="_top">http://cow.physics.wisc.edu/~craigm/idl/</a></li> 
    163 <li><span class="application">imdisp</span>, <span class= 
    164 "application">saveimage</span> and <span class= 
    165 "application">showimage</span> written and maintained by Liam E. 
    166 Gumley <a href="http://cimss.ssec.wisc.edu/~gumley/" target= 
    167 "_top">http://cimss.ssec.wisc.edu/~gumley/</a></li> 
    168 <li><span class="application">make_selection</span>, <span class= 
    169 "application">strrepl</span>, <span class= 
    170 "application">strright</span>, <span class= 
    171 "application">strsci</span>, <span class= 
    172 "application">strwhere</span> and <span class= 
    173 "application">chkstru</span> written and maintained by Martin 
    174 Schultz</li> 
    175 <li><span class="application">image_viewer</span> written and 
    176 maintained by AEB??</li> 
    177 </ul> 
    178 </div> 
    179 </div> 
    180 </div> 
    181 </body> 
     75  </body> 
    18276</html> 
Note: See TracChangeset for help on using the changeset viewer.