Ignore:
Timestamp:
04/21/08 15:40:23 (16 years ago)
Author:
pinsard
Message:

new wiki generation technique : form _full.xml instead of .html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/WhatisSaxo

    r347 r351  
    1 {{{ 
    2 #!html 
    3 <div xmlns="http://www.w3.org/1999/xhtml" class="article" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id2569324" id="id2569324"/>What is SAXO</h2></div><div><div class="authorgroup"> 
    4       <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> 
    5       <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> 
    6     </div></div><div><span class="pubdate">svn Id of xml source file : $Id: whatissaxo.xml 345 2008-04-16 09:15:20Z pinsard $<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> 
    7       <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> 
    8       <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> 
    9       <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> 
    10     </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> 
    111 
     2= What is SAXO = 
     3[[PageOutline]] 
     4   
     5     
     6     
     7     
     8     
    129   
    1310 
    14 <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="whatissaxo" id="whatissaxo"/>1. What is SAXO</h2></div></div></div> 
    1511 
    16 <p><a name="whatissaxo_for_main" id="whatissaxo_for_main"/> 
     12== What is SAXO == 
     13 
    1714SAXO is a package (~400 routines, ~60 000 code lines) used to easily and quickly visualize and analyze models outputs or data observations. 
    18 It is based on <a href="http://www.ittvis.com/idl/" target="_top"><span class="trademark">IDL</span>™</a> and contains a Graphic User Interface. 
    19 Developed 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. 
    20 It 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>. 
     15It is based on [http://www.ittvis.com/idl/ IDL] and contains a Graphic User Interface. 
     16Developed in collaboration with [http://www.locean-ipsl.upmc.fr/ LOCEAN] researchers, it allows to explore four dimension data which may be gridded or irregularly spaced. 
     17It is particularly adapted to the "Arakawa C grid" discretization used in [http://www.locean-ipsl.upmc.fr/NEMO/ NEMO]. 
    2118In addition to graphical procedures, interpolation modules and other things 
, it contains a set of programs dedicated to oceanographic diagnostics. 
    22 </p> 
    23 </div> 
    2419 
    25 <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="prerequisites" id="prerequisites"/>2. Prerequisites</h2></div></div></div> 
     20 
     21 
     22 
     23  == Prerequisites == 
    2624   
    27   <p> 
    28     <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. 
    29   </p> 
    30   <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3> 
    31     <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> 
    32   </div> 
     25    SAXO needs at least [http://www.ittvis.com/idl/ IDL] 6.0. 
    3326   
    34 </div> 
    35 <div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="include" id="include"/>3. Include</h2></div></div></div> 
    3627   
    37   <p> 
    38     </p><div class="itemizedlist"><ul type="disc"><li> 
    39         <span class="application">idl-NetCDF</span> written and maintained by Alan Iwi 
    40         <a href="http://www.ittvis.com/codebank/search.asp?FID=261" target="_top">http://www.ittvis.com/codebank/search.asp?FID=261</a> 
    41       </li><li> 
    42         <span class="application">IDLdoc</span> written and maintained by Mike Galloy 
    43         <a href="http://www.ittvis.com/codebank/search.asp?FID=100" target="_top">http://www.ittvis.com/codebank/search.asp?FID=100</a> 
    44       </li><li> 
    45         <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 
    46         <a href="http://www.dfanning.com" target="_top">http://www.dfanning.com</a> 
    47       </li><li> 
    48         <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 
    49         <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> 
    50       </li><li> 
    51         <span class="application">cmapply</span> and <span class="application">cmset_op</span> written and maintained by Craig Markwardt 
    52         <a href="http://cow.physics.wisc.edu/~craigm/idl/" target="_top">http://cow.physics.wisc.edu/~craigm/idl/</a> 
    53       </li><li> 
    54         <span class="application">imdisp</span>, <span class="application">saveimage</span> and <span class="application">showimage</span> written and maintained by Liam E. Gumley 
    55         <a href="http://cimss.ssec.wisc.edu/~gumley/" target="_top">http://cimss.ssec.wisc.edu/~gumley/</a> 
    56       </li><li> 
    57         <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 
    58       </li><li> 
    59         <span class="application">image_viewer</span> written and maintained by AEB?? 
    60       </li></ul></div><p> 
    61    </p> 
    62 </div> 
    63 </div> 
     28    SAXO can be used with the 7 minutes demo-mode (within the limitations of this mode: impossible to save data and create a file). 
     29   
     30   
    6431 
    65 }}} 
     32 
     33  == Include == 
     34     
     35*               idl-NetCDF written and maintained by Alan Iwi 
     36         [http://www.ittvis.com/codebank/search.asp?FID=261 ] 
     37       
     38*               IDLdoc written and maintained by Mike Galloy 
     39         [http://www.ittvis.com/codebank/search.asp?FID=100 ] 
     40       
     41*               color24, colorbar, getcolor, binary, different, inter, union, str_size and undefine written and maintained by David Fanning 
     42         [http://www.dfanning.com ] 
     43       
     44*               delchr, getfile, getwrd, isnumber, nwrds and putfile written and maintained by R. Sterner in JHU/APL/S1R IDL Library 
     45         [http://fermi.jhuapl.edu/s1r/idl/s1rlib/local_idl.html ] 
     46       
     47*               cmapply and cmset_op written and maintained by Craig Markwardt 
     48         [http://cow.physics.wisc.edu/~craigm/idl/ ] 
     49       
     50*               imdisp, saveimage and showimage written and maintained by Liam E. Gumley 
     51         [http://cimss.ssec.wisc.edu/~gumley/ ] 
     52       
     53*               make_selection, strrepl, strright, strsci, strwhere and chkstru written and maintained by Martin Schultz 
     54       
     55*               image_viewer written and maintained by AEB?? 
     56       
     57     
     58 
     59 
Note: See TracChangeset for help on using the changeset viewer.