Ignore:
Timestamp:
12/03/07 16:41:25 (17 years ago)
Author:
smasson
Message:

update documentation

Location:
trunk/SRC/Documentation/idldoc_assistant_output
Files:
3 added
1 deleted
102 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/caldat.html

    r290 r321  
    6363     
    6464 Return the calendar date and time given julian date. 
    65  This is the inverse of the function 
    66  <a href="..//Calendar/julday.html">julday</a>. 
     65 This is the inverse of the function <a href="..//Calendar/julday.html">julday</a>. 
    6766 3 calendars are available according to the value of key_caltype 
    6867 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
     
    9695      <font size="-1" color="#006633">required</font> 
    9796       
    98       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long integer</i></font> 
     97      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long integer or double-precision floating-point</i></font> 
    9998       
    10099       
     
    114113       
    115114       
    116       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     115      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>longword integer</i></font> 
    117116       
    118117       
     
    131130       
    132131       
    133       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     132      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>longword integer</i></font> 
    134133       
    135134       
     
    148147       
    149148       
    150       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     149      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>longword integer</i></font> 
    151150       
    152151       
     
    165164       
    166165       
    167       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     166      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>longword integer</i></font> 
    168167       
    169168       
     
    182181       
    183182       
    184       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     183      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>longword integer</i></font> 
    185184       
    186185       
     
    199198       
    200199       
    201       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>float</i></font> 
     200      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>double-precision floating-point</i></font> 
    202201       
    203202       
     
    237236     
    238237    <h4>Version</h4> 
    239  $Id: caldat.pro 261 2007-08-20 16:08:13Z pinsard $ 
     238 $Id: caldat.pro 318 2007-12-03 14:21:21Z smasson $ 
    240239 
    241240    <h4>History</h4> 
    242  Translated from "Numerical Recipies in C", by William H. Press, 
     241 Translated from "Numerical Recipes in C", by William H. Press, 
    243242 Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. 
    244243 Cambridge University Press, 1988 (second printing). 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/date2jul.html

    r290 r321  
    6262 
    6363     
    64  gives Julian day equivalent of a date in yyyymmdd format 
     64 gives Julian day equivalent of a date given in yyyymmdd format 
     65 This is the inverse of the function <a href="..//Calendar/jul2date.html">jul2date</a>. 
    6566 
    6667 
     
    9495      <font size="-1" color="#006633">required</font> 
    9596       
    96       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long or double, sacalr or array</i></font> 
     97      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long or double, scalar or array</i></font> 
    9798       
    9899       
     
    254255     
    255256    <h4>Version</h4> 
    256  $Id: date2jul.pro 279 2007-09-07 13:40:51Z smasson $ 
     257 $Id: date2jul.pro 318 2007-12-03 14:21:21Z smasson $ 
    257258 
    258259    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/date2string.html

    r249 r321  
    123123 
    124124     
    125  Used to pass keywords 
     125 Used to pass keywords to <proidl>string</proidl> function 
    126126 
    127127     
     
    138138     
    139139    <h4>Version</h4> 
    140  $Id: date2string.pro 238 2007-03-27 13:43:18Z pinsard $ 
     140 $Id: date2string.pro 318 2007-12-03 14:21:21Z smasson $ 
    141141 
    142142    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/daysinmonth.html

    r249 r321  
    132132     
    133133    <h4>Version</h4> 
    134  $Id: daysinmonth.pro 238 2007-03-27 13:43:18Z pinsard $ 
     134 $Id: daysinmonth.pro 318 2007-12-03 14:21:21Z smasson $ 
    135135 
    136136    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/jul2date.html

    r290 r321  
    6363     
    6464 gives yyyymmdd date equivalent of a Julian day 
     65 This is the inverse of the function <a href="..//Calendar/date2jul.html">date2jul</a>. 
    6566 
    6667 
     
    9697      <font size="-1" color="#006633">required</font> 
    9798       
    98       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long or double, sacalr or array</i></font> 
     99      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long or double, scalar or array</i></font> 
    99100       
    100101       
     
    236237     
    237238    <h4>Version</h4> 
    238  $Id: jul2date.pro 279 2007-09-07 13:40:51Z smasson $ 
     239 $Id: jul2date.pro 318 2007-12-03 14:21:21Z smasson $ 
    239240 
    240241    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/julday.html

    r290 r321  
    6363     
    6464 Calculate the Julian Day Number for a given month, day, and year. 
    65  This is the inverse of the library function 
    66  <a href="..//Calendar/caldat.html">caldat</a>. 
     65 This is the inverse of the library function <a href="..//Calendar/caldat.html">caldat</a>. 
    6766 3 calendars are available according to the value of key_caltype 
    6867 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
     
    7877</font></h2> 
    7978 
    80       <p><font face="Courier"><i>result = </i>julday(<i><a href="#_julday_keyword_month">month</a>, <a href="#_julday_keyword_day">day</a>, <a href="#_julday_keyword_yearin">yearin</a>[, <a href="#_julday_keyword_hour">hour</a>][, <a href="#_julday_keyword_minute">minute</a>][, <a href="#_julday_keyword_second">second</a>]</i>, <a href="#_julday_keyword_NDAYSPM">NDAYSPM</a>=<i>integer</i>)</font></p> 
     79      <p><font face="Courier"><i>result = </i>julday(<i>[<a href="#_julday_keyword_month">month</a>][, <a href="#_julday_keyword_day">day</a>][, <a href="#_julday_keyword_yearin">yearin</a>][, <a href="#_julday_keyword_hour">hour</a>][, <a href="#_julday_keyword_minute">minute</a>][, <a href="#_julday_keyword_second">second</a>]</i>, <a href="#_julday_keyword_NDAYSPM">NDAYSPM</a>=<i>integer</i>)</font></p> 
    8180 
    8281     
     
    9897      <font size="-1" color="#006633">in</font> 
    9998       
    100        
    101       <font size="-1" color="#006633">required</font> 
     99      <font size="-1" color="#006633">optional</font> 
     100       
    102101       
    103102      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar (integer or double) or array of scalars</i></font> 
     
    115114      <font size="-1" color="#006633">in</font> 
    116115       
    117        
    118       <font size="-1" color="#006633">required</font> 
     116      <font size="-1" color="#006633">optional</font> 
     117       
    119118       
    120119      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar (integer or double) or array of scalars</i></font> 
     
    132131      <font size="-1" color="#006633">in</font> 
    133132       
    134        
    135       <font size="-1" color="#006633">required</font> 
     133      <font size="-1" color="#006633">optional</font> 
     134       
    136135       
    137136      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar (integer or double) or array of scalars</i></font> 
     
    232231     
    233232    <h4>Version</h4> 
    234  $Id: julday.pro 279 2007-09-07 13:40:51Z smasson $ 
     233 $Id: julday.pro 318 2007-12-03 14:21:21Z smasson $ 
    235234    <h4>History</h4> 
    236  Translated from "Numerical Recipies in C", by William H. Press, 
     235 Translated from "Numerical Recipes in C", by William H. Press, 
    237236 Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. 
    238237 Cambridge University Press, 1988 (second printing). 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/monthname.html

    r249 r321  
    122122 
    123123     
    124  Used to pass keywords 
     124 Used to pass keywords to <proidl>string</proidl> function 
    125125 
    126126     
     
    128128 
    129129    <h3>Examples</h3><pre> 
    130  IDL> name=monthname(2) 
     130   IDL> print, monthname([2,3]) 
     131   February March 
     132   IDL> print, monthname(2, format='(C(CMOA0))') 
     133   FEBRUARY 
     134   IDL> print, monthname(2, format='(C(CmoA03,":"))') 
     135   feb 
    131136 
    132137    </pre><h3>Version history</h3> 
    133138     
    134139    <h4>Version</h4> 
    135  $Id: monthname.pro 231 2007-03-19 17:15:51Z pinsard $ 
     140 $Id: monthname.pro 318 2007-12-03 14:21:21Z smasson $ 
    136141 
    137142    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/color24.html

    r290 r321  
    6565 into the equivalent 24-big long integer. 
    6666 This routine was written to be used with routines like 
    67  COLORS <!--++ COLORS is not a routine--> or 
    68  <a href="..//Colors/getcolor.html">getcolor</a>. 
     67 or <a href="..//Colors/getcolor.html">getcolor</a>. 
    6968 
    7069 
     
    8382 
    8483 
    85     <h3>Return value</h3> 
     84    <h3>Return value</h3> {type=long integer} 
    8685 a 24-bit long integer that is equivalent the input color. 
    8786 The color is described in terms of a hexadecimal number (e.g., FF206A) 
     
    102101      <font size="-1" color="#006633">required</font> 
    103102       
    104        
     103      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>byte, A three-element array</i></font> 
    105104       
    106105       
     
    108107 
    109108     
    110  A three-element column or row array representing 
    111  a color triple. The values of the elements must be between 0 and 255. 
     109 A color triple. The values of the elements must be between 0 and 255. 
    112110 
    113111     
     
    127125     
    128126    <h4>Version</h4> 
    129  $Id: color24.pro 258 2007-08-20 09:06:05Z pinsard $ 
     127 $Id: color24.pro 318 2007-12-03 14:21:21Z smasson $ 
    130128 
    131129    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/colorbar.html

    r249 r321  
    7272 
    7373      <h2>colorbar  <font size="-1" color="#006633"> 
    74  Graphics, Widget 
     74 Graphics 
    7575</font></h2> 
    7676 
     
    442442     
    443443    <h4>Version</h4> 
    444  $Id: colorbar.pro 231 2007-03-19 17:15:51Z pinsard $ 
     444 $Id: colorbar.pro 318 2007-12-03 14:21:21Z smasson $ 
    445445 
    446446    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/newpalette.html

    r290 r321  
    163163     
    164164    <h4>Version</h4> 
    165  $Id: newpalette.pro 285 2007-09-14 11:05:09Z smasson $ 
     165 $Id: newpalette.pro 292 2007-09-24 13:23:37Z pinsard $ 
    166166 
    167167    <h4>History</h4> 
    168  Guillaume Roulet (gr@lodyc.jussieu.fr) 
     168 Guillaume Roullet (gr@lodyc.jussieu.fr) 
    169169 30/3/1999 s.masson, add _extra, research of the full name, OVER 
    170170                       5/5/1999 s.masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/curl.html

    r290 r321  
    6262 
    6363     
    64  Calculate the vertical component of the curl of a field of horizontal vectors 
     64 Calculate the vertical component of the curl of a vectors field 
     65 located on Arakawa C-grid. 
    6566 
    6667 
     
    7475</font></h2> 
    7576 
    76       <p><font face="Courier"><i>result = </i>curl(<i><a href="#_curl_keyword_uu">uu</a>, <a href="#_curl_keyword_vv">vv</a></i>, <a href="#_curl_keyword_DIREC">DIREC</a>=<i>scalar string</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>curl(<i><a href="#_curl_keyword_uu">uu</a>, <a href="#_curl_keyword_vv">vv</a></i>, <a href="#_curl_keyword_DIREC">DIREC</a>=<i>scalar string</i>, <a href="#_curl_keyword_MILLION">MILLION</a>=<i>scalar: 0 or 1</i>, <a href="#_curl_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7778 
    7879     
     
    8081 
    8182    <h3>Return value</h3> 
    82  the vertical component of the curl of the input data (with the same size) 
     83 the vertical component of the curl of the input data (with the same 
     84 size) located at F point (see restrictions) 
    8385 
    8486 
     
    100102 
    101103     
    102  Matrix representing the zonal coordinates (U point) of a field of vectors 
     104 Matrix representing the zonal coordinates (at U point) of a field of vectors 
    103105 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    104106 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    120122 
    121123     
    122  Matrix representing the meridional coordinates (V point) of a field of vectors 
     124 Matrix representing the meridional coordinates (at V point) of a field of vectors 
    123125 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    124126 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    150152 
    151153     
     154    <a name="#_curl_keyword_MILLION"></a> 
     155    <h4>MILLION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156       
     157       
     158       
     159       
     160       
     161      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     162      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     163       
     164    </h4> 
     165 
     166     
     167 Activate to multiply returned array by 1.e6 
     168  
     169     
     170    <a name="#_curl_keyword__EXTRA"></a> 
     171    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     172       
     173       
     174       
     175       
     176       
     177       
     178       
     179       
     180    </h4> 
     181 
     182     
     183 Used to declare that this routine accepts inherited keywords 
     184 
     185     
    152186     
    153187 
    154188    <h3>Examples</h3><pre> 
    155  IDL> @tst_initorca2 
    156  IDL> plt, curl(dist(jpi,jpj), dist(jpi,jpj)) 
    157  
    158189    </pre><h3>Version history</h3> 
    159190     
    160191    <h4>Version</h4> 
    161  $Id: curl.pro 268 2007-08-24 14:07:01Z pinsard $ 
     192 $Id: curl.pro 314 2007-12-03 14:12:28Z smasson $ 
    162193 
    163194    <h4>History</h4> 
     
    197228 cm_4cal 
    198229 cm_4data 
    199  cm_4mmesh 
     230 cm_4mesh 
    200231 
    201232     
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/directory-overview.html

    r249 r321  
    2424        <li><a href="div.html" target="file_frame">div.pro</a></li> 
    2525        <li><a href="grad.html" target="file_frame">grad.pro</a></li> 
     26        <li><a href="norm.html" target="file_frame">norm.pro</a></li> 
    2627      </ul> 
    2728 
    28       <div id="tagline">3 files</div> 
     29      <div id="tagline">4 files</div> 
    2930       
    3031 
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/div.html

    r290 r321  
    6262 
    6363     
    64  compute the horizontal divergence of a vectors field 
     64 compute the horizontal divergence of a vectors field located on Arakawa C-grid. 
    6565 
    6666 
     
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>div(<i><a href="#_div_keyword_uu">uu</a>, <a href="#_div_keyword_vv">vv</a></i>, <a href="#_div_keyword_DIREC">DIREC</a>=<i>scalar string</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>div(<i><a href="#_div_keyword_uu">uu</a>, <a href="#_div_keyword_vv">vv</a></i>, <a href="#_div_keyword_DIREC">DIREC</a>=<i>scalar string</i>, <a href="#_div_keyword_MILLION">MILLION</a>=<i>scalar: 0 or 1</i>, <a href="#_div_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    8080 
    8181    <h3>Return value</h3> 
    82  the divergence of the input data (with the same size) 
     82 the divergence of the input data (with the same size) located at T 
     83point (see restrictions). 
    8384 
    8485 
     
    100101 
    101102     
    102  Matrix representing the zonal coordinates (U point) of a field of vectors 
     103 Matrix representing the zonal coordinates (at U point) of a field of vectors 
    103104 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    104105 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    120121 
    121122     
    122  Matrix representing the meridional coordinates (V point) of a field of vectors 
     123 Matrix representing the meridional coordinates (at V point) of a field of vectors 
    123124 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    124125 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    150151 
    151152     
     153    <a name="#_div_keyword_MILLION"></a> 
     154    <h4>MILLION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     155       
     156       
     157       
     158       
     159       
     160      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     161      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     162       
     163    </h4> 
     164 
     165     
     166 Activate to multiply returned array by 1.e6 
     167  
     168     
     169    <a name="#_div_keyword__EXTRA"></a> 
     170    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     171       
     172       
     173       
     174       
     175       
     176       
     177       
     178       
     179    </h4> 
     180 
     181     
     182 Used to declare that this routine accepts inherited keywords 
     183 
     184     
    152185     
    153186 
     
    159192     
    160193    <h4>Version</h4> 
    161  $Id: div.pro 268 2007-08-24 14:07:01Z pinsard $ 
     194 $Id: div.pro 314 2007-12-03 14:12:28Z smasson $ 
    162195 
    163196    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/grad.html

    r290 r321  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href=""><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="norm.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
     
    6262 
    6363     
    64  compute the gradient of a variable 
     64 compute the gradient of a variable located on Arakawa C-grid. 
    6565 
    6666 
     
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>grad(<i><a href="#_grad_keyword_field">field</a>, <a href="#_grad_keyword_direc">direc</a></i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>grad(<i><a href="#_grad_keyword_field">field</a>, <a href="#_grad_keyword_direc">direc</a></i>, <a href="#_grad_keyword_MILLION">MILLION</a>=<i>scalar: 0 or 1</i>, <a href="#_grad_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    8080 
    8181    <h3>Return value</h3> 
    82  the gradient of the input data with the same size 2D, 3D or 4D array 
     82 the gradient of the input data with the same size 2D, 3D or 4D 
     83 array, located on the appropriate grid (see restrictions) 
    8384 
    8485 
     
    102103 The field for which we want to compute the gradient. A 2D (xy), 
    103104 3D (xyz or yt) or 4D (xyzt) array or a structure readable by  
    104  <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    105  and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
     105 <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
    106106 Note that the dimension of the array must suit the domain dimension. 
    107107 
     
    126126     
    127127 
     128     
     129    <h3>Keywords</h3> 
     130 
     131     
     132    <a name="#_grad_keyword_MILLION"></a> 
     133    <h4>MILLION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     134       
     135       
     136       
     137       
     138       
     139      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     140      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     141       
     142    </h4> 
     143 
     144     
     145 Activate to multiply returned array by 1.e6 
     146  
     147     
     148    <a name="#_grad_keyword__EXTRA"></a> 
     149    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     150       
     151       
     152       
     153       
     154       
     155       
     156       
     157       
     158    </h4> 
     159 
     160     
     161 Used to declare that this routine accepts inherited keywords 
     162 
     163     
    128164     
    129165 
     
    136172     
    137173    <h4>Version</h4> 
    138  $Id: grad.pro 260 2007-08-20 15:24:57Z pinsard $ 
     174 $Id: grad.pro 314 2007-12-03 14:12:28Z smasson $ 
    139175 
    140176    <h4>History</h4> 
     
    163199 cm_4cal 
    164200 cm_4data 
    165  cm_4mmesh 
     201 cm_4mesh 
    166202 
    167203     
  • trunk/SRC/Documentation/idldoc_assistant_output/ForOldVersion/keep_compatibility.html

    r290 r321  
    6262 
    6363     
     64 For internal use of SAXO 
    6465   1) define key_forgetold = 1b - keyword_set(flag) 
    6566   2) remove all oldcm_used.pro found in !path 
    6667   3) define and create myuniquetmpdir and add it to !path 
    6768   4) copy oldcm_full(_empty) to myuniquetmpdir+'oldcm_used.pro' 
     69   5) make sure that the common variables are correctly initialized. 
     70   6) merge the online_help if possible... 
    6871 
    6972 
     
    109112 
    110113    <h3>Examples</h3><pre> 
    111  IDL> keep_compatibility,0 
     114 keep_compatibility, 0 
    112115 
    113116    </pre><h3>Version history</h3> 
    114117     
    115118    <h4>Version</h4> 
    116  $Id: keep_compatibility.pro 281 2007-09-12 15:41:49Z smasson $ 
     119 $Id: keep_compatibility.pro 317 2007-12-03 14:20:41Z smasson $ 
    117120 
    118121    <h4>History</h4> 
     
    122125     
    123126 
    124     <h3>Known issues</h3> 
    125127     
    126128     
    127129     
    128     <h4>Restrictions</h4> 
    129  copy oldcm_full or oldcm_empty must be found in the !path. 
    130  dir must also be in the !path 
    131  
     130     
     131     
    132132 
    133133    <h3>Other attributes</h3> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/changemsk.html

    r249 r321  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="checkperio.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="computegrid.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/computegrid.html

    r290 r321  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="checkperio.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="changemsk.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
     
    732732     
    733733    <h4>Version</h4> 
    734  $Id: computegrid.pro 287 2007-09-21 07:11:49Z smasson $ 
     734 $Id: computegrid.pro 315 2007-12-03 14:13:52Z smasson $ 
    735735 
    736736    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/directory-overview.html

    r249 r321  
    2222         
    2323        <li><a href="changemsk.html" target="file_frame">changemsk.pro</a></li> 
    24         <li><a href="checkperio.html" target="file_frame">checkperio.pro</a></li> 
    2524        <li><a href="computegrid.html" target="file_frame">computegrid.pro</a></li> 
    2625        <li><a href="micromeshmask.html" target="file_frame">micromeshmask.pro</a></li> 
     
    3938      </ul> 
    4039 
    41       <div id="tagline">16 files</div> 
     40      <div id="tagline">15 files</div> 
    4241       
    4342 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/micromeshmask.html

    r249 r321  
    172172     
    173173    <h4>Version</h4> 
    174  $Id: micromeshmask.pro 240 2007-03-28 12:17:24Z pinsard $ 
     174 $Id: micromeshmask.pro 302 2007-10-10 12:29:38Z smasson $ 
    175175 
    176176    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/ncdf_meshread.html

    r290 r321  
    9999     
    100100    Name of the meshmask file to read. If this name does not contain any "/" 
    101     and if iodirectory keyword is not specify, then the common variable 
     101    and if iodirectory keyword is not specified, then the common variable 
    102102    iodir will be used to define the mesh file path. 
    103103 
     
    277277     
    278278    <h4>Version</h4> 
    279  $Id: ncdf_meshread.pro 273 2007-08-30 15:24:50Z smasson $ 
     279 $Id: ncdf_meshread.pro 319 2007-12-03 15:13:14Z smasson $ 
    280280 
    281281    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/numbisland.html

    r249 r321  
    6363     
    6464 recursive function. 
    65  for one given point on an island, check if its neighbourgs are on the same island 
     65 for one given point on an island, check if its neighbors are on the same island 
    6666 
    6767 
     
    117117     
    118118    <h4>Version</h4> 
    119  $Id: numbisland.pro 240 2007-03-28 12:17:24Z pinsard $ 
     119 $Id: numbisland.pro 295 2007-09-25 10:16:00Z pinsard $ 
    120120 
    121121    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/smallmeshmask.html

    r249 r321  
    172172     
    173173    <h4>Version</h4> 
    174  $Id: smallmeshmask.pro 240 2007-03-28 12:17:24Z pinsard $ 
     174 $Id: smallmeshmask.pro 302 2007-10-10 12:29:38Z smasson $ 
    175175 
    176176    <h4>History</h4> 
     
    283283     
    284284    <h4>Version</h4> 
    285  $Id: smallmeshmask.pro 240 2007-03-28 12:17:24Z pinsard $ 
     285 $Id: smallmeshmask.pro 302 2007-10-10 12:29:38Z smasson $ 
    286286 
    287287    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromirr_bilinear_weigaddr.html

    r290 r321  
    235235     
    236236    <h4>Version</h4> 
    237  $Id: compute_fromirr_bilinear_weigaddr.pro 282 2007-09-12 15:43:11Z smasson $ 
     237 $Id: compute_fromirr_bilinear_weigaddr.pro 309 2007-11-12 16:12:55Z smasson $ 
    238238 
    239239    <h4>History</h4> 
     
    254254  first morph the cell into a square cell and then compute the bilinear 
    255255  interpolation. 
    256   -  if some corners of the cell are land points, their weight is set to 0 
     256  -  if some corners of the cell are land points, their weights are set to 0 
    257257  and the weight is redistributed on the remaining "water" corners 
    258258  -  points located out of the southern and northern boundaries or in cells 
    259   containing only land points are set the same value as their closest neighbor 
     259  containing only land points are set the same value as their closest neighbors 
    260260 
    261261 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromreg_bilinear_weigaddr.html

    r290 r321  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: compute_fromreg_bilinear_weigaddr.pro 282 2007-09-12 15:43:11Z smasson $ 
     238 $Id: compute_fromreg_bilinear_weigaddr.pro 296 2007-09-25 10:51:30Z pinsard $ 
    239239 
    240240    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromreg_imoms3_weigaddr.html

    r290 r321  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: compute_fromreg_imoms3_weigaddr.pro 282 2007-09-12 15:43:11Z smasson $ 
     238 $Id: compute_fromreg_imoms3_weigaddr.pro 296 2007-09-25 10:51:30Z pinsard $ 
    239239 
    240240    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapolate.html

    r290 r321  
    6363     
    6464 extrapolate data (zinput) where maskinput equal 0 by filling step by 
    65  step the coastline points with the mean value of the 8 neighbourgs 
    66  (weighted by their mask value). 
     65 step the coastline points with the mean value of the 8 neighbors 
     66 (weighted by their mask values). 
    6767 
    6868 
     
    239239     
    240240    <h4>Version</h4> 
    241  $Id: extrapolate.pro 271 2007-08-30 12:44:23Z smasson $ 
     241 $Id: extrapolate.pro 295 2007-09-25 10:16:00Z pinsard $ 
    242242 
    243243    <h4>History</h4> 
    244   Originaly written by G. Roulet 
     244  Originaly written by G. Roullet 
    245245  Sebastien Masson (smasson@lodyc.jussieu.fr) 
    246246 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapsmooth.html

    r290 r321  
    6666 takes more time than <a href="..//Interpolation/extrapolate.html">extrapolate</a>. 
    6767 extrapolate data where mskin is equal 0 by filling 
    68  step by step the coastline points with the mean value of the 8 neighbourgs. 
     68 step by step the coastline points with the mean value of the 8 neighbors. 
    6969 
    7070 
     
    220220     
    221221    <h4>Version</h4> 
    222  $Id: extrapsmooth.pro 271 2007-08-30 12:44:23Z smasson $ 
     222 $Id: extrapsmooth.pro 295 2007-09-25 10:16:00Z pinsard $ 
    223223    <h4>History</h4> 
    224224  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/file_interp.html

    r290 r321  
    7171 
    7272      <h2>file_interp  <font size="-1" color="#006633"> 
    73  Interpolation and NetCDF 
     73 Interpolation, NetCDF 
    7474</font></h2> 
    7575 
     
    155155 
    156156     
    157  define the input grid file name. It must exist and must contain the  
     157 define the input grid file name. It must exist and must contain the 
    158158 longitude and latitude axis as 1D or 2D arrays. Useful if 
    159159 filein file doesn't contain longitude and latitude axis 
     
    174174     
    175175 define the input mask file name. It must exist. The mask will be 
    176  determided through <a href="..//ReadWrite/ncdf_getmask.html">ncdf_getmask</a> according to the keywords 
     176 determined through <a href="..//ReadWrite/ncdf_getmask.html">ncdf_getmask</a> according to the keywords 
    177177 inmaskname, ininvmask, inuseasmask, inmissing_value, inaddscl_before 
    178  (see bellow)  
     178 (see below) 
    179179 
    180180     
     
    193193     
    194194 define the output mask file name. It must exist. The mask will be 
    195  determided through <a href="..//ReadWrite/ncdf_getmask.html">ncdf_getmask</a> according to the keywords 
     195 determined through <a href="..//ReadWrite/ncdf_getmask.html">ncdf_getmask</a> according to the keywords 
    196196 outmaskname, outinvmask, outuseasmask, outmissing_value, 
    197  outaddscl_before (see bellow)  
     197 outaddscl_before (see bellow) 
    198198 
    199199     
     
    245245 
    246246     
    247  interpolation method: can be only 'bilinear' (or 'imoms3' if the iput grid 
     247 interpolation method: can be only 'bilinear' (or 'imoms3' if the input grid 
    248248 is a "regular" grid). A "regular/rectangular grid" is defined as a 
    249  grid for which  each longitude lines have the same latitude and each 
     249 grid for which each longitude lines have the same latitude and each 
    250250 latitude columns have the same longitude. 
    251251 
     
    267267 <a href="..//Interpolation/extrapolate.html">extrapolate</a> when extrapolating input data over masked 
    268268 points. 
    269   
     269 
    270270     
    271271    <a name="#_file_interp_keyword_SET_XDIMNAME"></a> 
     
    321321 containing the x axis name is not the same. By default, we assume 
    322322 both file have the same x axis name. Not that if filein includes x 
    323  axis ther is no point to use gridin 
     323 axis there is no point to use gridin 
    324324 
    325325     
     
    354354     
    355355 A string giving the name of the variable in the file maskin that 
    356  contains the land/sea mask  
     356 contains the land/sea mask 
    357357 
    358358     
     
    371371     
    372372 Inverse the land/sea mask of the input mask file maskin (that should 
    373  have 0/1 values for land/sea)  
     373 have 0/1 values for land/sea) 
    374374 
    375375     
     
    410410     
    411411 To define (or redefine if the attribute is already existing) the 
    412  missing values used by INUSEASMASK keyword  
     412 missing values used by INUSEASMASK keyword 
    413413 
    414414     
     
    426426 
    427427     
    428  put 1 to apply add_offset ad scale factor on data before looking for 
     428 put 1 to apply add_offset and scale factor on data before looking for 
    429429 missing values when using INUSEASMASK keyword 
    430430 
     
    542542     
    543543 (see ADDR) 
    544   
     544 
    545545     
    546546    <a name="#_file_interp_keyword_ADDR"></a> 
     
    557557 
    558558     
    559  1) at the first call of file_interp:  
     559 1) at the first call of file_interp: 
    560560   This keyword can be set to a named variable (undefined or equal to 
    561561   0) into which the addresses used to perform the interpolation will 
     
    564564   to bypass the computation of the weights and addresses used to 
    565565   perform the interpolation. In this case, interpolation is much 
    566    faster  
     566   faster 
    567567 
    568568     
     
    580580 
    581581     
    582  A string giving the name of the variable containning the x axis in 
     582 A string giving the name of the variable containing the x axis in 
    583583 the input grid file gridin 
    584584 
     
    659659     
    660660    <h4>Version</h4> 
    661  $Id: file_interp.pro 283 2007-09-12 15:45:09Z smasson $ 
     661 $Id: file_interp.pro 305 2007-10-19 09:36:15Z smasson $ 
    662662 
    663663    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/inquad.html

    r290 r321  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>inquad(<i><a href="#_inquad_keyword_x">x</a>, <a href="#_inquad_keyword_y">y</a>, <a href="#_inquad_keyword_x1">x1</a>, <a href="#_inquad_keyword_y1">y1</a>, <a href="#_inquad_keyword_x2">x2</a>, <a href="#_inquad_keyword_y2">y2</a>, <a href="#_inquad_keyword_x3">x3</a>, <a href="#_inquad_keyword_y3">y3</a>, <a href="#_inquad_keyword_x4">x4</a>, <a href="#_inquad_keyword_y4">y4</a></i>, <a href="#_inquad_keyword_ONSPHERE">ONSPHERE</a>=<i>ONSPHERE</i>, <a href="#_inquad_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_inquad_keyword_ZOOMRADIUS">ZOOMRADIUS</a>=<i>ZOOMRADIUS</i>, <a href="#_inquad_keyword_NOPRINT">NOPRINT</a>=<i>NOPRINT</i>, <a href="#_inquad_keyword_NEWCOORD">NEWCOORD</a>=<i>NEWCOORD</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>inquad(<i><a href="#_inquad_keyword_x">x</a>, <a href="#_inquad_keyword_y">y</a>, <a href="#_inquad_keyword_x1">x1</a>, <a href="#_inquad_keyword_y1">y1</a>, <a href="#_inquad_keyword_x2">x2</a>, <a href="#_inquad_keyword_y2">y2</a>, <a href="#_inquad_keyword_x3">x3</a>, <a href="#_inquad_keyword_y3">y3</a>, <a href="#_inquad_keyword_x4">x4</a>, <a href="#_inquad_keyword_y4">y4</a></i>, <a href="#_inquad_keyword_ONSPHERE">ONSPHERE</a>=<i>ONSPHERE</i>, <a href="#_inquad_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_inquad_keyword_DELTA">DELTA</a>=<i>DELTA</i>, <a href="#_inquad_keyword_NOPRINT">NOPRINT</a>=<i>NOPRINT</i>, <a href="#_inquad_keyword_NEWCOORD">NEWCOORD</a>=<i>NEWCOORD</i>)</font></p> 
    7777 
    7878     
     
    265265 to specify that the quadrilateral are on a sphere and 
    266266 that their coordinates are longitude-latitude coordinates. In this 
    267  case, est-west periodicity, poles singularity and other pbs 
     267 case, east-west periodicity, poles singularity and other pbs 
    268268 related to longitude-latitude coordinates are managed 
    269269 automatically. 
     
    286286 
    287287     
    288     <a name="#_inquad_keyword_ZOOMRADIUS"></a> 
    289     <h4>ZOOMRADIUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     288    <a name="#_inquad_keyword_DELTA"></a> 
     289    <h4>DELTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    290290       
    291291       
     
    299299 
    300300     
    301  the zoom (circle centered on the (x,y) with a radius of 
    302  zoomradius degree where we look for the quadrilateral which 
    303  contains the (x,y) point) used for the satellite projection 
    304  when /ONSPHERE is activated. 
    305  4 seems to be the minimum which can be used. 
    306  Can be increase if the cell size is larger than 5 degrees. 
     301 to speed up the program, we reduce the aera where we look for potential 
     302 quadrilaterals containing (x,y). Delta defines the limit of the box 
     303 centred on (x,y) with a zonal and meridional extent of delta degrees. 
    307304 
    308305     
     
    363360     
    364361    <h4>Version</h4> 
    365  $Id: inquad.pro 242 2007-04-06 08:35:17Z pinsard $ 
     362 $Id: inquad.pro 303 2007-10-16 12:59:26Z smasson $ 
    366363 
    367364    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/lbcorca.html

    r290 r321  
    187187     
    188188    <h4>Version</h4> 
    189  $Id: lbcorca.pro 262 2007-08-21 14:19:32Z pinsard $ 
     189 $Id: lbcorca.pro 297 2007-09-25 15:09:12Z pinsard $ 
    190190 
    191191    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_incr.html

    r249 r321  
    235235     
    236236    <h4>Version</h4> 
    237  $Id: spl_incr.pro 242 2007-04-06 08:35:17Z pinsard $ 
     237 $Id: spl_incr.pro 297 2007-09-25 15:09:12Z pinsard $ 
    238238 
    239239    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_keep_mean.html

    r290 r321  
    6767 of X2. The interpolation method is based on cubic spline, corrected 
    6868 in a way that integral of the interpolated values is the same as the 
    69  integral of the input values. (-> for exemple to build daily data 
     69 integral of the input values. (-> for example to build daily data 
    7070 from monthly mean and keep the monthly mean of the computed daily 
    71  data equa to the original values) 
     71 data equal to the original values) 
    7272 
    7373 
     
    232232     
    233233    <h4>Version</h4> 
    234  $Id: spl_keep_mean.pro 242 2007-04-06 08:35:17Z pinsard $ 
     234 $Id: spl_keep_mean.pro 297 2007-09-25 15:09:12Z pinsard $ 
    235235 
    236236    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/square2quadrilateral.html

    r290 r321  
    9393 x0. If xin is an array , then n is equal to the number of 
    9494 elements of xin. 
    95  If xin and yin are omited, <a href="..//Interpolation/square2quadrilateral.html">square2quadrilateral</a> returns the 
     95 If xin and yin are omitted, <a href="..//Interpolation/square2quadrilateral.html">square2quadrilateral</a> returns the 
    9696 matrix A which is used for the inverse transformation. 
    9797 
     
    294294     
    295295    <h4>Version</h4> 
    296  $Id: square2quadrilateral.pro 282 2007-09-12 15:43:11Z smasson $ 
     296 $Id: square2quadrilateral.pro 295 2007-09-25 10:16:00Z pinsard $ 
    297297 
    298298    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/cmset_op.html

    r290 r321  
    7777              but not both; 
    7878 
    79    Sets as defined here are one dimensional arrays composed of 
     79   Sets as defined here is one dimensional array composed of 
    8080   numeric or string types. Comparisons of equality between elements 
    8181   are done using the IDL EQ operator. 
     
    360360     
    361361    <h4>Version</h4> 
    362  $Id: cmset_op.pro 262 2007-08-21 14:19:32Z pinsard $ 
     362 $Id: cmset_op.pro 295 2007-09-25 10:16:00Z pinsard $ 
    363363 
    364364    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/zero_one.html

    r249 r321  
    7171 
    7272      <h2>zero_one  <font size="-1" color="#006633"> 
    73  Function, Matrix 
     73 Matrix 
    7474</font></h2> 
    7575 
     
    127127     
    128128    <h4>Version</h4> 
    129  $Id: zero_one.pro 237 2007-03-26 15:37:03Z pinsard $ 
     129 $Id: zero_one.pro 318 2007-12-03 14:21:21Z smasson $ 
    130130 
    131131    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/directory-overview.html

    r249 r321  
    4040        <li><a href="nlecsaison.html" target="file_frame">nlecsaison.pro</a></li> 
    4141        <li><a href="nlecserie.html" target="file_frame">nlecserie.pro</a></li> 
     42        <li><a href="norme.html" target="file_frame">norme.pro</a></li> 
    4243        <li><a href="strrepl.html" target="file_frame">strrepl.pro</a></li> 
    4344        <li><a href="vairdate.html" target="file_frame">vairdate.pro</a></li> 
     
    4647      </ul> 
    4748 
    48       <div id="tagline">23 files</div> 
     49      <div id="tagline">24 files</div> 
    4950       
    5051 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/lec.html

    r290 r321  
    309309     
    310310    <h4>Version</h4> 
    311  $Id: lec.pro 254 2007-06-26 15:58:20Z pinsard $ 
     311 $Id: lec.pro 297 2007-09-25 15:09:12Z pinsard $ 
    312312    <h4>History</h4> 
    313313 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/lect.html

    r249 r321  
    239239     
    240240    <h4>Version</h4> 
    241  $Id: lect.pro 231 2007-03-19 17:15:51Z pinsard $ 
     241 $Id: lect.pro 297 2007-09-25 15:09:12Z pinsard $ 
    242242 
    243243    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlec5j.html

    r290 r321  
    221221     
    222222    <h4>Version</h4> 
    223  $Id: nlec5j.pro 254 2007-06-26 15:58:20Z pinsard $ 
     223 $Id: nlec5j.pro 297 2007-09-25 15:09:12Z pinsard $ 
    224224 
    225225    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecan.html

    r290 r321  
    220220     
    221221    <h4>Version</h4> 
    222  $Id: nlecan.pro 254 2007-06-26 15:58:20Z pinsard $ 
     222 $Id: nlecan.pro 297 2007-09-25 15:09:12Z pinsard $ 
    223223 
    224224    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecmois.html

    r290 r321  
    206206     
    207207    <h4>Version</h4> 
    208  $Id: nlecmois.pro 254 2007-06-26 15:58:20Z pinsard $ 
     208 $Id: nlecmois.pro 297 2007-09-25 15:09:12Z pinsard $ 
    209209 
    210210    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecsaison.html

    r290 r321  
    220220     
    221221    <h4>Version</h4> 
    222  $Id: nlecsaison.pro 254 2007-06-26 15:58:20Z pinsard $ 
     222 $Id: nlecsaison.pro 297 2007-09-25 15:09:12Z pinsard $ 
    223223 
    224224    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecserie.html

    r290 r321  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="strrepl.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="norme.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
     
    217217     
    218218    <h4>Version</h4> 
    219  $Id: nlecserie.pro 254 2007-06-26 15:58:20Z pinsard $ 
     219 $Id: nlecserie.pro 297 2007-09-25 15:09:12Z pinsard $ 
    220220 
    221221    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/strrepl.html

    r249 r321  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="nlecserie.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="norme.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Postscript/openps.html

    r290 r321  
    246246     
    247247    <h4>Version</h4> 
    248  $Id: openps.pro 260 2007-08-20 15:24:57Z pinsard $ 
     248 $Id: openps.pro 296 2007-09-25 10:51:30Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Postscript/printps.html

    r249 r321  
    134134     
    135135    <h4>Version</h4> 
    136  $Id: printps.pro 231 2007-03-19 17:15:51Z pinsard $ 
     136 $Id: printps.pro 296 2007-09-25 10:51:30Z pinsard $ 
    137137 
    138138    <h4>History</h4> 
     
    221221     
    222222    <h4>Version</h4> 
    223  $Id: printps.pro 231 2007-03-19 17:15:51Z pinsard $ 
     223 $Id: printps.pro 296 2007-09-25 10:51:30Z pinsard $ 
    224224 
    225225    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/directory-overview.html

    r290 r321  
    3232        <li><a href="scanctl.html" target="file_frame">scanctl.pro</a></li> 
    3333        <li><a href="scanoasis.html" target="file_frame">scanoasis.pro</a></li> 
     34        <li><a href="write_ncdf.html" target="file_frame">write_ncdf.pro</a></li> 
    3435        <li><a href="write_oasis.html" target="file_frame">write_oasis.pro</a></li> 
    3536        <li><a href="writebat.html" target="file_frame">writebat.pro</a></li> 
    3637      </ul> 
    3738 
    38       <div id="tagline">13 files</div> 
     39      <div id="tagline">14 files</div> 
    3940       
    4041 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/idl-NetCDF/ncdf_listvars.html

    r249 r321  
    6262 
    6363     
    64  
     64 give back the liste of variables included in a NetCDF file 
    6565 
    6666 
     
    7070      <a name="#_ncdf_listvars"></a> 
    7171 
    72       <h2>ncdf_listvars  <font size="-1" color="#006633"> 
    73  
     72      <h2>ncdf_listvars  <font size="-1" color="#006633">  
     73 NetCDF 
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>ncdf_listvars(<i><a href="#_ncdf_listvars_keyword_ncid">ncid</a></i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>ncdf_listvars(<i><a href="#_ncdf_listvars_keyword_input">input</a></i>)</font></p> 
    7777 
    7878     
    7979 
    8080    <h3>Return value</h3> 
    81  
     81 a vector string containing the name of the variables 
    8282 
    8383 
     
    8686     
    8787 
    88     <a name="#_ncdf_listvars_keyword_ncid"></a> 
    89     <h4>ncid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     88    <a name="#_ncdf_listvars_keyword_input"></a> 
     89    <h4>input&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90      <font size="-1" color="#006633">in</font> 
    9091       
    9192       
     93      <font size="-1" color="#006633">required</font> 
    9294       
    93        
    94        
    95        
     95      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>salar string or long integer</i></font> 
    9696       
    9797       
    9898    </h4> 
    9999 
    100      
    101   
     100      
     101 the name of the file or its Id (defined by a previus call to 
     102 ncdf_open or ncdf_create) 
     103 Note that if input corresponds to the file name, ncdf_listvars will 
     104 open and close the file automatically. 
    102105 
    103106     
     
    107110 
    108111    <h3>Examples</h3><pre> 
    109   
     112 IDL> varnames = ncdf_listvars('toto.nc') 
     113   or 
     114 IDL> i=ncdf_open('toto.nc') 
     115 IDL> varnames = ncdf_listvars(id) 
    110116  
    111117    </pre><h3>Version history</h3> 
    112118     
    113119    <h4>Version</h4> 
    114  $Id: ncdf_listvars.pro 157 2006-08-21 09:01:50Z navarro $ 
     120 $Id: ncdf_listvars.pro 308 2007-11-05 10:20:28Z smasson $ 
    115121 
    116122    <h4>History</h4> 
     
    119125     
    120126 
    121     <h3>Known issues</h3> 
    122127     
    123128     
    124129     
    125     <h4>Restrictions</h4> 
    126  
    127  
     130     
     131     
    128132 
    129133     
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/ncdf_getmask.html

    r290 r321  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>ncdf_getmask(<i><a href="#_ncdf_getmask_keyword_fileid">fileid</a></i>, <a href="#_ncdf_getmask_keyword_ADDSCL_BEFORE">ADDSCL_BEFORE</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getmask_keyword_MASKNAME">MASKNAME</a>=<i>string</i>, <a href="#_ncdf_getmask_keyword_USEASMASK">USEASMASK</a>=<i>scalar string</i>, <a href="#_ncdf_getmask_keyword_MISSING_VALUE">MISSING_VALUE</a>=<i>scalar</i>, <a href="#_ncdf_getmask_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>ncdf_getmask(<i><a href="#_ncdf_getmask_keyword_fileid">fileid</a></i>, <a href="#_ncdf_getmask_keyword_ADDSCL_BEFORE">ADDSCL_BEFORE</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getmask_keyword_MASKNAME">MASKNAME</a>=<i>string</i>, <a href="#_ncdf_getmask_keyword_USEASMASK">USEASMASK</a>=<i>scalar string</i>, <a href="#_ncdf_getmask_keyword_MISSING_VALUE">MISSING_VALUE</a>=<i>scalar</i>, <a href="#_ncdf_getmask_keyword_INVMASK">INVMASK</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getmask_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    188188 
    189189     
     190    <a name="#_ncdf_getmask_keyword_INVMASK"></a> 
     191    <h4>INVMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     192       
     193       
     194       
     195       
     196       
     197      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     198      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     199       
     200    </h4> 
     201 
     202     
     203 Inverse the land/sea mask (that should have 0/1 values for land/sea): mask = 1-mask 
     204 
     205     
    190206    <a name="#_ncdf_getmask_keyword__EXTRA"></a> 
    191207    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    214230     
    215231    <h4>Version</h4> 
    216  $Id: ncdf_getmask.pro 272 2007-08-30 12:51:26Z smasson $ 
     232 $Id: ncdf_getmask.pro 306 2007-10-26 14:51:22Z smasson $ 
    217233 
    218234    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/ncdf_gettime.html

    r290 r321  
    8383 a double 1D array of IDL Julian days 
    8484 In case of error return -1 if the time dimension was not found 
    85                or return -jpt if it as been found that the time dimesion size is jpt 
     85               or return -jpt if it as been found that the time dimension size is jpt 
    8686 
    8787 
     
    204204     
    205205    <h4>Version</h4> 
    206  $Id: ncdf_gettime.pro 272 2007-08-30 12:51:26Z smasson $ 
     206 $Id: ncdf_gettime.pro 297 2007-09-25 15:09:12Z pinsard $ 
    207207    <h4>History</h4> 
    208208 August 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/ncdf_timeget.html

    r290 r321  
    163163 
    164164     
    165     </pre></pre><h3>Version history</h3> 
     165    </pre></pre></pre><h3>Version history</h3> 
    166166     
    167167    <h4>Version</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/scanoasis.html

    r249 r321  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="write_oasis.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="write_ncdf.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/write_oasis.html

    r249 r321  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="scanoasis.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="write_ncdf.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Textoidl/textable.html

    r249 r321  
    145145     
    146146    <h4>Version</h4> 
    147  $Id: textable.pro 231 2007-03-19 17:15:51Z pinsard $ 
     147 $Id: textable.pro 297 2007-09-25 15:09:12Z pinsard $ 
    148148    <h4>History</h4> 
    149149       $Log: textable.pro,v $ 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/directory-overview.html

    r249 r321  
    3434        <li><a href="level2mask.html" target="file_frame">level2mask.pro</a></li> 
    3535        <li><a href="moyenne.html" target="file_frame">moyenne.pro</a></li> 
    36         <li><a href="norme.html" target="file_frame">norme.pro</a></li> 
    3736        <li><a href="projectondepth.html" target="file_frame">projectondepth.pro</a></li> 
    3837        <li><a href="remplit.html" target="file_frame">remplit.pro</a></li> 
     
    4039      </ul> 
    4140 
    42       <div id="tagline">17 files</div> 
     41      <div id="tagline">16 files</div> 
    4342       
    4443 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/moyenne.html

    r290 r321  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="norme.html"><img src="./../../next.gif" border="0" alt="Next"></a></td> 
     52<a href="projectondepth.html"><img src="./../../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/projectondepth.html

    r249 r321  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="norme.html"><img src="./../../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="moyenne.html"><img src="./../../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../../home.html">Overview</a></font></td> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/cmpgrid.html

    r249 r321  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: cmpgrid.pro 232 2007-03-20 16:59:36Z pinsard $ 
     110 $Id: cmpgrid.pro 297 2007-09-25 15:09:12Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/decoupeterre.html

    r290 r321  
    310310     
    311311    <h4>Version</h4> 
    312  $Id: decoupeterre.pro 268 2007-08-24 14:07:01Z pinsard $ 
     312 $Id: decoupeterre.pro 297 2007-09-25 15:09:12Z pinsard $ 
    313313 
    314314    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/domdef.html

    r290 r321  
    245245 box which do not concern the same array indexes. This is sometimes a 
    246246 problem (or at least serious complications) in programs where several 
    247  type of grid intervene (see <a href="../..//ToBeReviewed/CALCULS/norme.html">norme</a>, <a href="../..//Computation/curl.html">curl</a>...). 
     247 type of grid intervene (see <a href="../..///norme.html">norme</a>, <a href="../..//Computation/curl.html">curl</a>...). 
    248248 Activate MEMEINDICES to force <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> to take same indexes - those 
    249249 of the grid T- for all other grids. 
     
    381381     
    382382    <h4>Version</h4> 
    383  $Id: domdef.pro 280 2007-09-12 15:40:51Z smasson $ 
     383 $Id: domdef.pro 296 2007-09-25 10:51:30Z pinsard $ 
    384384 
    385385    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r290 r321  
    204204     
    205205    <h4>Version</h4> 
    206  $Id: initncdf.pro 271 2007-08-30 12:44:23Z smasson $ 
     206 $Id: initncdf.pro 297 2007-09-25 15:09:12Z pinsard $ 
    207207 
    208208    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/changeread.html

    r249 r321  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: changeread.pro 232 2007-03-20 16:59:36Z pinsard $ 
     110 $Id: changeread.pro 297 2007-09-25 15:09:12Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/litchamp.html

    r249 r321  
    6464 Allows to read an array or a structure corresponding to a field. 
    6565 If we have in input: 
    66    -an array, litchamp send back the array. 
    67    -a structure, litchamp send back the first element of the structure 
     66   - an array, litchamp send back the array. 
     67   - a structure, litchamp send back the first element of the structure 
    6868   which must be the field in an array. 
    69    Litchamp profit of this to look other elements of the structure et 
    70    update if needed global variables which refer to the field: 
    71    vargrid, varname, varunit, vardate, varexp , valmask et time 
     69 litchamp profit of this to look other elements of the structure and  
     70 update if needed global variables which refer to the field: 
     71 vargrid, varname, varunit, vardate, varexp , valmask et time 
    7272 
    7373 
     
    116116        -the order of elements (except the first) has not any importance. 
    117117        -the other elements (except the first) are optional. 
    118         -they are recognize by the first letter of their names: 
    119              g  to update vargrid 
    120              u  to update varunit 
    121              e  to update varexp 
    122              d  to update vardate 
    123              n  to update varname 
     118        -they are recognized by the first letter of their names: 
     119             g  to update vargrid, 
     120             u  to update varunit, 
     121             e  to update varexp, 
     122             d  to update vardate, 
     123             n  to update varname, 
    124124             m  to update valmask 
    125125 
     
    276276     
    277277    <h4>Version</h4> 
    278  $Id: litchamp.pro 231 2007-03-19 17:15:51Z pinsard $ 
     278 $Id: litchamp.pro 296 2007-09-25 10:51:30Z pinsard $ 
    279279 
    280280    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/ncdf_lec.html

    r290 r321  
    6262 
    6363     
    64  Give informations on a file net cdf and allows to recuperate 
    65  variables which are write in. 
     64 Give informations on a file netcdf and allows to recuperate 
     65 variables which are written in it. 
    6666 
    6767 
     
    101101 
    102102     
    103  Name of a file net cdf situated in the directory stipulated by iodir. 
     103 Name of a file netcdf located in the directory stipulated by iodir. 
    104104 
    105105     
     
    123123 
    124124     
    125  'global' or at the name of a variable. Allows to see all attributes 
    126  joined at a variable 
     125 'global' or the name of a variable. Allows to see all attributes 
     126 associated to variable 
    127127 
    128128     
     
    156156 
    157157     
    158        1) /var: Gove the list of dimensions. 
    159        2) var='nom de variable': in this case the function send back the variable. 
     158       1) /var: Give the list of dimensions. 
     159       2) var='name_of_a_variable': in this case the function send back the variable. 
    160160 
    161161     
     
    199199     
    200200    <h4>Version</h4> 
    201  $Id: ncdf_lec.pro 260 2007-08-20 15:24:57Z pinsard $ 
     201 $Id: ncdf_lec.pro 295 2007-09-25 10:16:00Z pinsard $ 
    202202 
    203203    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ncdf.html

    r290 r321  
    8888 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
    8989 
    90  
    9190     
    9291    <h3>Parameters</h3> 
     
    201200 
    202201     
    203  It contains he file's name. 
     202 It contains the file's name. 
    204203 
    205204     
     
    313312 
    314313     
    315  To call automatically initncdf with filename as input argument and thus 
    316  redefine all the grid parameters 
     314 To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument  
     315 and thus ; redefine all the grid parameters 
    317316 
    318317     
     
    425424     
    426425    <h4>Version</h4> 
    427  $Id: read_ncdf.pro 284 2007-09-13 15:34:43Z smasson $ 
     426 $Id: read_ncdf.pro 310 2007-11-15 17:15:30Z smasson $ 
    428427    <h4>History</h4> 
    429428 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/xncdf_lec.html

    r249 r321  
    6262 
    6363     
    64  Reading of a Net Cdf file with widgets ! 
     64 Reading of a NetCdf file with widgets 
    6565 
    6666 
     
    6868 
    6969 
    70  This procedure manage the second created whiget when we call xncdf_lec. 
     70 This procedure manage the second created widget when we call xncdf_lec. 
    7171 This widget concern the reading of the variable. 
    7272 
     
    247247     
    248248 A vector of integers, specifying for each dimension how much we have to shift it. 
    249  By default, it is [0,0,...]. See the function shift for more explanations. BEWARE, 
     249 By default, it is [0,0,...]. See the function <proidl>shift</proidl> for more explanations. BEWARE, 
    250250 the shift is done on the biggest array before a possible reduction determined 
    251251 by OFFSET and COUNT. On the other hand, it is done after the possible extraction 
     
    288288 
    289289    <h3>Examples</h3><pre> 
    290  help, xncdf_lec() 
     290 IDL> help, xncdf_lec() 
    291291 
    292292    </pre><h3>Version history</h3> 
    293293     
    294294    <h4>Version</h4> 
    295  $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     295 $Id: xncdf_lec.pro 297 2007-09-25 15:09:12Z pinsard $ 
    296296    <h4>History</h4> 
    297297 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    350350 
    351351     
    352  A structure caracterizing the type of event which arrive to a widget number1 2 
     352 A structure characterizing the type of event which arrive to a widget number1 2 
    353353 
    354354     
     
    361361     
    362362    <h4>Version</h4> 
    363  $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     363 $Id: xncdf_lec.pro 297 2007-09-25 15:09:12Z pinsard $ 
    364364     
    365365     
     
    419419 created by xncdf_lec and which has allowed to select the variable to be read. 
    420420 
    421  OUTPUTS: indirectement res (le tableau ou la structure resultat) 
    422  
    423421     
    424422     
     
    430428     
    431429    <h4>Version</h4> 
    432  $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     430 $Id: xncdf_lec.pro 297 2007-09-25 15:09:12Z pinsard $ 
    433431     
    434432     
     
    484482 
    485483     
    486  A structure caracterising the event type which arrive at the widget number 1. 
     484 A structure characterising the event type which arrive at the widget number 1. 
    487485 
    488486     
     
    495493     
    496494    <h4>Version</h4> 
    497  $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     495 $Id: xncdf_lec.pro 297 2007-09-25 15:09:12Z pinsard $ 
    498496     
    499497     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/bar_plot.html

    r290 r321  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">bar_plot<i>, <a href="#_bar_plot_keyword_values">values</a></i>, <a href="#_bar_plot_keyword_BASELINES">BASELINES</a>=<i>vector</i>, <a href="#_bar_plot_keyword_COLORS">COLORS</a>=<i>vector</i>, <a href="#_bar_plot_keyword_BARNAMES">BARNAMES</a>=<i>string</i>, <a href="#_bar_plot_keyword_TITLE">TITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_XTITLE">XTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_YTITLE">YTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_BASERANGE">BASERANGE</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARWIDTH">BARWIDTH</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARSPACE">BARSPACE</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_BAROFFSET">BAROFFSET</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_OUTLINE">OUTLINE</a>=<i>OUTLINE</i>, <a href="#_bar_plot_keyword_OVERPLOt">OVERPLOt</a>=<i>OVERPLOt</i>, <a href="#_bar_plot_keyword_BACKGROUND">BACKGROUND</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_ROTATE">ROTATE</a>=<i>ROTATE</i>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">bar_plot<i>, <a href="#_bar_plot_keyword_values">values</a></i>, <a href="#_bar_plot_keyword_BASELINES">BASELINES</a>=<i>vector</i>, <a href="#_bar_plot_keyword_COLORS">COLORS</a>=<i>vector</i>, <a href="#_bar_plot_keyword_BARNAMES">BARNAMES</a>=<i>string</i>, <a href="#_bar_plot_keyword_TITLE">TITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_XTITLE">XTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_YTITLE">YTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_BASERANGE">BASERANGE</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARWIDTH">BARWIDTH</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARSPACE">BARSPACE</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_BAROFFSET">BAROFFSET</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_OUTLINE">OUTLINE</a>=<i>OUTLINE</i>, <a href="#_bar_plot_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_bar_plot_keyword_BACKGROUND">BACKGROUND</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_ROTATE">ROTATE</a>=<i>ROTATE</i>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    309309 
    310310     
    311     <a name="#_bar_plot_keyword_OVERPLOt"></a> 
    312     <h4>OVERPLOt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     311    <a name="#_bar_plot_keyword_OVERPLOT"></a> 
     312    <h4>OVERPLOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    313313       
    314314       
     
    417417     
    418418    <h4>Version</h4> 
    419  $Id: bar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
     419 $Id: bar_plot.pro 292 2007-09-24 13:23:37Z pinsard $ 
    420420 
    421421    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r290 r321  
    355355 
    356356     
    357  Contour's style to adopt to draw isolines. 
     357 Contour's style to adopt to draw isolines. See <a href="../../..//ToBeReviewed/PLOTS/style.html">style</a> for more informations 
    358358 
    359359     
     
    693693     
    694694    <h4>Version</h4> 
    695  $Id: plt.pro 264 2007-08-22 14:30:29Z pinsard $ 
     695 $Id: plt.pro 299 2007-10-08 12:18:43Z smasson $ 
    696696 
    697697    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r290 r321  
    9898 
    9999     
    100  The field whose we want to make the hovmoller map can be 2 kind of thing: 
     100 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    101101        1) An array which can be: 
    102102          * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
     
    263263 
    264264     
    265  allows to specify the type of hovmoller we want to do 
     265 allows to specify the type of hovmoeller we want to do 
    266266             'xt','yt','zt','t' 
    267267 with help of a keyword rather than the argument type. If the argument and the 
     
    464464     
    465465    <h4>Version</h4> 
    466  $Id: plt1d.pro 254 2007-06-26 15:58:20Z pinsard $ 
     466 $Id: plt1d.pro 297 2007-09-25 15:09:12Z pinsard $ 
    467467 
    468468    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r290 r321  
    6363     
    6464 Overlayer contour to trace a field which can be mask. 
    65  Elementary brick of plt, pltz et pltt. 
     65 Elementary brick of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a> and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>. 
    6666 
    6767 
     
    261261 
    262262     
    263  To be used since plt, pltz or pltt. (Have a look on these routines). 
     263 To be used since <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a> or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>. (Have a look on these routines). 
    264264 
    265265     
     
    736736 
    737737     
    738  To activate if we want that the drawing of coast be realized by tracecote rather than tracemask. 
     738 To activate if we want that the drawing of coast be realized by <a href="../../..//ToBeReviewed/TRIANGULATION/tracecote.html">tracecote</a> rather than <a href="../../..//ToBeReviewed/TRIANGULATION/tracemask.html">tracemask</a>. 
    739739 
    740740     
     
    809809     
    810810    <h4>Version</h4> 
    811  $Id: pltbase.pro 262 2007-08-21 14:19:32Z pinsard $ 
     811 $Id: pltbase.pro 296 2007-09-25 10:51:30Z pinsard $ 
    812812 
    813813    <h4>History</h4> 
     
    815815 ???? 
    816816 8/2/2000 check if the tri array is not equal to 
    817  -1. allow contour with out using a triangulation. 
     817 -1. allow contour without using a triangulation. 
    818818 
    819819     
     
    825825 
    826826    <h4>Restrictions</h4> 
    827  In the case of z2d, x and y are arrays of same size, we hate to put them as vectors: z2d[*], x[*], y[*]. 
     827 In the case of z2d, x and y are arrays of same size, we have to put them as vectors: z2d[*], x[*], y[*]. 
    828828 
    829829 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltsc.html

    r290 r321  
    290290     
    291291    <h4>Version</h4> 
    292  $Id: pltsc.pro 262 2007-08-21 14:19:32Z pinsard $ 
     292 $Id: pltsc.pro 297 2007-09-25 15:09:12Z pinsard $ 
    293293 
    294294    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r290 r321  
    6262 
    6363     
    64  Trace hovmoller graphs: xt,yt,zt,t 
     64 Trace hovmoeller graphs: xt,yt,zt,t 
    6565 
    6666 
     
    7070      <a name="#_pltt"></a> 
    7171 
    72       <h2>pltt  <font size="-1" color="#006633"> Graphics 
     72      <h2>pltt  <font size="-1" color="#006633">  
     73 Graphics 
    7374</font></h2> 
    7475 
     
    9798 
    9899     
    99  The field whose we want to make the hovmoller map can be 2 kind of thing: 
     100 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    100101        1) An array which can be: 
    101102          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     
    378379 
    379380     
    380  Contour's style to adopt to draw isolines 
     381 Contour's style to adopt to draw isolines. See <a href="../../..//ToBeReviewed/PLOTS/style.html">style</a> for more informations 
    381382 
    382383     
     
    618619 
    619620     
    620  allows to specify the type of hovmoller we want to do 
     621 allows to specify the type of hovmoeller we want to do 
    621622             'xt','yt','zt','t' 
    622623 with help of a keyword rather than the argument type. If the argument and the 
     
    755756     
    756757    <h4>Version</h4> 
    757  $Id: pltt.pro 265 2007-08-24 10:24:46Z smasson $ 
     758 $Id: pltt.pro 299 2007-10-08 12:18:43Z smasson $ 
    758759 
    759760    <h4>History</h4> 
    760761 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    761762                        27/5/98 
    762                        Jerome Vialard (adapting plt to hovmoller drawing) 
     763                       Jerome Vialard (adapting plt to hovmoeller drawing) 
    763764                       2/7/98 
    764765                       Sebastien Masson 14/8/98 (continents,barres) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r290 r321  
    350350 
    351351     
    352  Contour's style to adopt to draw isolines 
     352 Contour's style to adopt to draw isolines. See <a href="../../..//ToBeReviewed/PLOTS/style.html">style</a> for more informations 
    353353 
    354354     
     
    702702     
    703703    <h4>Version</h4> 
    704  $Id: pltz.pro 265 2007-08-24 10:24:46Z smasson $ 
     704 $Id: pltz.pro 299 2007-10-08 12:18:43Z smasson $ 
    705705 
    706706    <h4>History</h4> 
     
    716716     
    717717    <h4>Todo items</h4>  
    718  seb definition of parmaters L.215 à 221 
     718 seb definition of paramaters L.215 à 221 
    719719 
    720720     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r290 r321  
    141141     
    142142 We active it if we do not want environment variables !p, !x, !y, !z 
    143  to be reinitializated by the procedure reinitplt 
     143 to be reinitialized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    144144 
    145145     
     
    170170     
    171171    <h4>Version</h4> 
    172  $Id: sbar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
     172 $Id: sbar_plot.pro 296 2007-09-25 10:51:30Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
     
    184184    <h4>Restrictions</h4> 
    185185 If NOREINITPLT is not activated, all environment 
    186  variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
     186 variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    187187 
    188188 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r249 r321  
    149149     
    150150 We active it if we do not want environment variables !p, !x, !y, !z 
    151  to be reinitilalizated by the procedure reinitplt 
     151 to be reinitilalized by the procedure reinitplt 
    152152 
    153153     
     
    178178     
    179179    <h4>Version</h4> 
    180  $Id: scontour.pro 237 2007-03-26 15:37:03Z pinsard $ 
     180 $Id: scontour.pro 296 2007-09-25 10:51:30Z pinsard $ 
    181181 
    182182    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/splot.html

    r249 r321  
    134134     
    135135 We active it if we do not want environment variables !p, !x, !y, !z 
    136  to be reinitilalizated by the procedure reinitplt 
     136 to be reinitilalized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    137137 
    138138     
     
    163163     
    164164    <h4>Version</h4> 
    165  $Id: splot.pro 237 2007-03-26 15:37:03Z pinsard $ 
     165 $Id: splot.pro 296 2007-09-25 10:51:30Z pinsard $ 
    166166 
    167167    <h4>History</h4> 
     
    177177    <h4>Restrictions</h4> 
    178178 If NOREINITPLT is not activated, all environment 
    179  variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
     179 variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    180180 
    181181 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r290 r321  
    341341     
    342342    <h4>Version</h4> 
    343  $Id: tvplus.pro 260 2007-08-20 15:24:57Z pinsard $ 
     343 $Id: tvplus.pro 296 2007-09-25 10:51:30Z pinsard $ 
    344344 
    345345    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/checkfield.html

    r249 r321  
    6868 
    6969 
    70  In input of plt, pltz, pltt and plt1d, it check that the field give 
     70 In input of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>, <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a>, it check that the field give 
    7171 a size compatible with the domain and, if needed, average to give us 
    7272 a 2d array if we make a plot of the type: 'xy', 'xz', 'xt', 'yz', 'yt' 
     
    192192     
    193193    <h4>Version</h4> 
    194  $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
     194 $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
    195195 
    196196    <h4>History</h4> 
     
    322322     
    323323    <h4>Version</h4> 
    324  $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
     324 $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
    325325 
    326326    <h4>History</h4> 
     
    452452     
    453453    <h4>Version</h4> 
    454  $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
     454 $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
    455455 
    456456    <h4>History</h4> 
     
    655655     
    656656    <h4>Version</h4> 
    657  $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
     657 $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
    658658 
    659659    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r290 r321  
    154154 
    155155     
    156  used by pltv to specify the size of the array that wil be plotted 
     156 used by <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltv.html">pltv</a> to specify the size of the array that will be plotted 
    157157 and therefore the default yxaspect to be used. 
    158158 
     
    545545     
    546546    <h4>Version</h4> 
    547  $Id: placedessin.pro 259 2007-08-20 14:03:17Z pinsard $ 
     547 $Id: placedessin.pro 297 2007-09-25 15:09:12Z pinsard $ 
    548548 
    549549    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html

    r249 r321  
    196196     
    197197    <h4>Version</h4> 
    198  $Id: ajoutvect.pro 241 2007-04-03 19:23:34Z smasson $ 
     198 $Id: ajoutvect.pro 297 2007-09-25 15:09:12Z pinsard $ 
    199199 
    200200    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/vecteur.html

    r249 r321  
    133133     
    134134    <h4>Version</h4> 
    135  $Id: vecteur.pro 232 2007-03-20 16:59:36Z pinsard $ 
     135 $Id: vecteur.pro 297 2007-09-25 15:09:12Z pinsard $ 
    136136    <h4>History</h4> 
    137137 
     
    228228     
    229229    <h4>Version</h4> 
    230  $Id: vecteur.pro 232 2007-03-20 16:59:36Z pinsard $ 
     230 $Id: vecteur.pro 297 2007-09-25 15:09:12Z pinsard $ 
    231231    <h4>History</h4> 
    232232 
     
    517517     
    518518    <h4>Version</h4> 
    519  $Id: vecteur.pro 232 2007-03-20 16:59:36Z pinsard $ 
     519 $Id: vecteur.pro 297 2007-09-25 15:09:12Z pinsard $ 
    520520 
    521521    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/axe.html

    r290 r321  
    6262 
    6363     
    64  Manage axes for the different drawings created by plt, 
    65  pltz and pltt 
     64 Manage axes for the different drawings created by  
     65 <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, <a href="../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a> and <a href="../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> 
    6666 
    6767 
     
    247247     
    248248    <h4>Version</h4> 
    249  $Id: axe.pro 262 2007-08-21 14:19:32Z pinsard $ 
     249 $Id: axe.pro 296 2007-09-25 10:51:30Z pinsard $ 
    250250 
    251251    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/style.html

    r290 r321  
    6262 
    6363     
    64  Choose the way to trace isolines. 
     64 Choose the linestyle to trace iso-contour 
     65 (Will define the keywords c_linestyle and c_thick) 
    6566 
    6667 
     
    9899 
    99100     
    100  Number to which the style of drawing choosen refer to. 
     101 
     102 Two kind of labelstyle are accepted: 
     103 
     104 1) A number referring to the existing choices: 
     105    0 : Two thin continuous lines, one bold continuous line... 
     106    1 : before the middle of levels: thin dash. Then thin continuous 
     107        line. and bold for the middle 
     108    2 : Same as case 1 but threshold value is defined by the user 
     109        by answering a question 
     110    3 : Solid-Bold, solid-thin, dash Dot-thin, solid-thin, Solid-Bold... 
     111    4 : Solid-very-thin, except for contour O, that is solid-bold 
     112 2) for the labelstyle based on a threshold value (with a style 
     113before and after the threshold value and a bold solid line for the 
     114value itself, a more general definition can be given with a scalar 
     115string with the following structure: 'xxNN...NNyy' with   
     116 xx and yy correspondind to one the following choices (with the corresponding meaning) 
     117                so -> Solid      
     118                do -> Dotted     
     119                da -> Dashed     
     120                dd -> Dash Dot   
     121                ld -> Long Dashes 
     122 and NN...NN any kind of number that will define the threshold value. 
     123 for example 'do-6.6so' will do dotted line until -6.6 and solid line after.  
    101124         
    102125     
     
    132155 
    133156     
    134  Vector used to define the isocontour's style 
    135        Comment: remember: 
    136                 Index   Linestyle        
    137                 0       Solid    
    138                 1       Dotted   
    139                 2       Dashed   
    140                 3       Dash Dot         
    141                 4       Dash Dot Dot Dot         
    142                 5       Long Dashes      
     157 Used interbally by plt(z)(t) to define c_linestyle when calling pltbase. 
     158 Vector used to define the isocontour's style.  
    143159 
    144160     
     
    157173 
    158174     
    159  Vector defining the thick of the isoline. 
     175 Used interbally by plt(z)(t) to define c_thick when calling pltbase. 
     176 Vector used to define the isocontour's thickness.  
    160177 
    161178     
     
    168185     
    169186    <h4>Version</h4> 
    170  $Id: style.pro 262 2007-08-21 14:19:32Z pinsard $ 
     187 $Id: style.pro 299 2007-10-08 12:18:43Z smasson $ 
    171188 
    172189    <h4>History</h4> 
    173190 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     191 Oct 2007 revisiting... 
    174192 
    175193     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/isnumber.html

    r290 r321  
    151151     
    152152    <h4>Version</h4> 
    153  $Id: isnumber.pro 262 2007-08-21 14:19:32Z pinsard $ 
     153 $Id: isnumber.pro 293 2007-09-24 14:17:27Z pinsard $ 
    154154 
    155155    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r290 r321  
    6464 Delete arrays which do not have to be drawn thanks to 2 tests: 
    6565     1) Corners of the array must be in the window 
    66      2) Lengthes of side of triangles expressed in normalized 
     66     2) Lengths of side of triangles expressed in normalized 
    6767        coordinates must not surpass a sill length. 
    6868 
     
    162162     
    163163    <h4>Version</h4> 
    164  $Id: ciseauxtri.pro 262 2007-08-21 14:19:32Z pinsard $ 
     164 $Id: ciseauxtri.pro 292 2007-09-24 13:23:37Z pinsard $ 
    165165 
    166166    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri.html

    r290 r321  
    6464 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>. 
    6565         But in a VERY SIMPLE CASE: 
    66  the points are regulary-gridded on nx*ny array. 
     66 the points are regularly-gridded on nx*ny array. 
    6767 Find a Delaunay triangulation for this set of points is easy: 
    6868 Points define (nx-1)*(ny-1) rectangles which we can cut in 2 triangles. 
     
    200200     
    201201    <h4>Version</h4> 
    202  $Id: definetri.pro 262 2007-08-21 14:19:32Z pinsard $ 
     202 $Id: definetri.pro 297 2007-09-25 15:09:12Z pinsard $ 
    203203    <h4>History</h4> 
    204204 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/tracemask.html

    r249 r321  
    114114    </h4> 
    115115 
    116     , 
     116     
    117117 2d array specifying longitude coordinates. 
    118118 
     
    131131    </h4> 
    132132 
    133     , 
     133     
    134134 2d array specifying latitude coordinates. 
    135135 
     
    212212     
    213213    <h4>Version</h4> 
    214  $Id: tracemask.pro 232 2007-03-20 16:59:36Z pinsard $ 
     214 $Id: tracemask.pro 297 2007-09-25 15:09:12Z pinsard $ 
    215215 
    216216    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/triangule_c.html

    r249 r321  
    206206     
    207207    <h4>Version</h4> 
    208  $Id: triangule_c.pro 231 2007-03-19 17:15:51Z pinsard $ 
     208 $Id: triangule_c.pro 297 2007-09-25 15:09:12Z pinsard $ 
    209209 
    210210    <h4>History</h4> 
     
    221221 c'est la traduction de ce qu'il y avait écrit. Correction si besoin. 
    222222    <h4>Restrictions</h4> 
    223  Datas whose we want to do the contour must be disposed in a matrix. 
     223 Data whose we want to do the contour must be disposed in a matrix. 
    224224 On the other hand, in the matrix, the points's arrangement can not be 
    225225 irregular. If it is, use TRIANGULE. 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html

    r290 r321  
    150150     
    151151    <h4>Version</h4> 
    152  $Id: buildcmd.pro 262 2007-08-21 14:19:32Z pinsard $ 
     152 $Id: buildcmd.pro 297 2007-09-25 15:09:12Z pinsard $ 
    153153 
    154154    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html

    r290 r321  
    153153     
    154154    <h4>Version</h4> 
    155  $Id: changefield.pro 262 2007-08-21 14:19:32Z pinsard $ 
     155 $Id: changefield.pro 297 2007-09-25 15:09:12Z pinsard $ 
    156156 
    157157    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html

    r249 r321  
    158158     
    159159    <h4>Version</h4> 
    160  $Id: updatewidget.pro 231 2007-03-19 17:15:51Z pinsard $ 
     160 $Id: updatewidget.pro 296 2007-09-25 10:51:30Z pinsard $ 
    161161 
    162162    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html

    r249 r321  
    124124     
    125125    <h4>Version</h4> 
    126  $Id: xcreateanim.pro 231 2007-03-19 17:15:51Z pinsard $ 
     126 $Id: xcreateanim.pro 310 2007-11-15 17:15:30Z smasson $ 
    127127 
    128128    <h4>History</h4> 
     
    191191     
    192192    <h4>Version</h4> 
    193  $Id: xcreateanim.pro 231 2007-03-19 17:15:51Z pinsard $ 
     193 $Id: xcreateanim.pro 310 2007-11-15 17:15:30Z smasson $ 
    194194 
    195195    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html

    r290 r321  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: xxxmenubar_event.pro 267 2007-08-24 12:42:30Z pinsard $ 
     110 $Id: xxxmenubar_event.pro 296 2007-09-25 10:51:30Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html

    r249 r321  
    6868 
    6969 
    70  Like WIDGET_COMBOBOX but here, their are 2 buttons + and - to move the widget from +/- 1 
     70 Like WIDGET_COMBOBOX but here, there are 2 buttons + and - to move the widget from +/- 1 
    7171 
    7272 
     
    153153     
    154154    <h4>Version</h4> 
    155  $Id: cw_combobox_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     155 $Id: cw_combobox_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    156156    <h4>History</h4> 
    157157 
     
    219219     
    220220    <h4>Version</h4> 
    221  $Id: cw_combobox_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     221 $Id: cw_combobox_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    222222    <h4>History</h4> 
    223223 
     
    285285     
    286286    <h4>Version</h4> 
    287  $Id: cw_combobox_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     287 $Id: cw_combobox_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    288288    <h4>History</h4> 
    289289 
     
    456456     
    457457    <h4>Version</h4> 
    458  $Id: cw_combobox_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     458 $Id: cw_combobox_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    459459 
    460460    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html

    r290 r321  
    153153     
    154154    <h4>Version</h4> 
    155  $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
     155 $Id: cw_domain.pro 297 2007-09-25 15:09:12Z pinsard $ 
    156156    <h4>History</h4> 
    157157 
     
    219219     
    220220    <h4>Version</h4> 
    221  $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
     221 $Id: cw_domain.pro 297 2007-09-25 15:09:12Z pinsard $ 
    222222    <h4>History</h4> 
    223223 
     
    285285     
    286286    <h4>Version</h4> 
    287  $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
     287 $Id: cw_domain.pro 297 2007-09-25 15:09:12Z pinsard $ 
    288288    <h4>History</h4> 
    289289 
     
    458458     
    459459    <h4>Version</h4> 
    460  $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
     460 $Id: cw_domain.pro 297 2007-09-25 15:09:12Z pinsard $ 
    461461 
    462462    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html

    r249 r321  
    7070 
    7171 
    72  Like WIDGET_DROPLIST but here, their are 2 buttons + and - to move the widget from +/- 1 
     72 Like WIDGET_DROPLIST but here, there are 2 buttons + and - to move the widget from +/- 1 
    7373 
    7474 
     
    155155     
    156156    <h4>Version</h4> 
    157  $Id: cw_droplist_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     157 $Id: cw_droplist_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    158158    <h4>History</h4> 
    159159 
     
    221221     
    222222    <h4>Version</h4> 
    223  $Id: cw_droplist_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     223 $Id: cw_droplist_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    224224    <h4>History</h4> 
    225225 
     
    287287     
    288288    <h4>Version</h4> 
    289  $Id: cw_droplist_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     289 $Id: cw_droplist_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    290290    <h4>History</h4> 
    291291 
     
    443443     
    444444    <h4>Version</h4> 
    445  $Id: cw_droplist_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     445 $Id: cw_droplist_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    446446 
    447447    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html

    r290 r321  
    7373 
    7474 
    75  Like WIDGET_SLIDER but here, their are 2 buttons + and - to move the widget from +/- 1 
     75 Like WIDGET_SLIDER but here, there are 2 buttons + and - to move the widget from +/- 1 
    7676 
    7777 
     
    148148     
    149149    <h4>Version</h4> 
    150  $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
     150 $Id: cw_slider_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    151151    <h4>History</h4> 
    152152 
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
     217 $Id: cw_slider_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    218218    <h4>History</h4> 
    219219 
     
    298298     
    299299    <h4>Version</h4> 
    300  $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
     300 $Id: cw_slider_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    301301    <h4>History</h4> 
    302302 
     
    364364     
    365365    <h4>Version</h4> 
    366  $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
     366 $Id: cw_slider_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    367367    <h4>History</h4> 
    368368 
     
    430430     
    431431    <h4>Version</h4> 
    432  $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
     432 $Id: cw_slider_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    433433    <h4>History</h4> 
    434434 
     
    626626     
    627627    <h4>Version</h4> 
    628  $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
     628 $Id: cw_slider_pm.pro 295 2007-09-25 10:16:00Z pinsard $ 
    629629 
    630630    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xnotice.html

    r249 r321  
    136136     
    137137    <h4>Version</h4> 
    138  $Id: xnotice.pro 231 2007-03-19 17:15:51Z pinsard $ 
     138 $Id: xnotice.pro 292 2007-09-24 13:23:37Z pinsard $ 
    139139 
    140140    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/def_myuniquetmpdir.html

    r249 r321  
    9292     
    9393    <h4>Version</h4> 
    94  $Id: def_myuniquetmpdir.pro 239 2007-03-28 06:50:03Z smasson $ 
     94 $Id: def_myuniquetmpdir.pro 317 2007-12-03 14:20:41Z smasson $ 
    9595 
    9696    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/report.html

    r290 r321  
    219219     
    220220    <h4>Version</h4> 
    221  $Id: report.pro 277 2007-09-04 12:30:58Z smasson $ 
     221 $Id: report.pro 316 2007-12-03 14:18:11Z smasson $ 
    222222 
    223223    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/xhelp.html

    r290 r321  
    134134     
    135135    <h4>Version</h4> 
    136  $Id: xhelp.pro 285 2007-09-14 11:05:09Z smasson $ 
     136 $Id: xhelp.pro 296 2007-09-25 10:51:30Z pinsard $ 
    137137 
    138138    <h4>History</h4> 
     
    143143       Institute for Computational Earth System Science 
    144144       University of California, Santa Barbara 
    145   7/1/99 : legeres mofification par Sebastien Masson : utilisation de 
     145  7/1/99 : legeres modification par Sebastien Masson : utilisation de 
    146146  <proidl>xdisplayfile</proidl>, de <pro>findfile</pro> et de _extra. 
    147147  6/7/1999: compatibility mac and windows 
  • trunk/SRC/Documentation/idldoc_assistant_output/idldoc-lib.adp

    r290 r321  
    123123      <keyword ref="./Computation/grad.html#_grad">grad</keyword> 
    124124    </section> 
     125    <section ref="./Computation/norm.html" title="norm.pro"> 
     126      <keyword ref="./Computation/norm.html#_norm">norm</keyword> 
     127    </section> 
    125128    <section ref="./Documentation/xmldoc/idlfiles/init_example.html" title="init_example.pro"> 
    126129    </section> 
     
    140143    <section ref="./Grid/changemsk.html" title="changemsk.pro"> 
    141144      <keyword ref="./Grid/changemsk.html#_changemsk">changemsk</keyword> 
    142     </section> 
    143     <section ref="./Grid/checkperio.html" title="checkperio.pro"> 
    144       <keyword ref="./Grid/checkperio.html#_checkperio">checkperio</keyword> 
    145145    </section> 
    146146    <section ref="./Grid/computegrid.html" title="computegrid.pro"> 
     
    387387      <keyword ref="./Obsolete/nlecserie.html#_nlecserie">nlecserie</keyword> 
    388388    </section> 
     389    <section ref="./Obsolete/norme.html" title="norme.pro"> 
     390      <keyword ref="./Obsolete/norme.html#_norme">norme</keyword> 
     391    </section> 
    389392    <section ref="./Obsolete/strrepl.html" title="strrepl.pro"> 
    390393      <keyword ref="./Obsolete/strrepl.html#_strrepl">strrepl</keyword> 
     
    566569      <keyword ref="./ReadWrite/scanoasis.html#_scanoasis">scanoasis</keyword> 
    567570    </section> 
     571    <section ref="./ReadWrite/write_ncdf.html" title="write_ncdf.pro"> 
     572      <section ref="./ReadWrite/write_ncdf.html#_writenc_unlimdim_update" title="writenc_unlimdim_update"> 
     573      <keyword ref="./ReadWrite/write_ncdf.html#_writenc_unlimdim_update">writenc_unlimdim_update</keyword> 
     574      </section> 
     575      <section ref="./ReadWrite/write_ncdf.html#_writenc_str2strlc" title="writenc_str2strlc"> 
     576      <keyword ref="./ReadWrite/write_ncdf.html#_writenc_str2strlc">writenc_str2strlc</keyword> 
     577      </section> 
     578      <section ref="./ReadWrite/write_ncdf.html#_writenc_strlc2str" title="writenc_strlc2str"> 
     579      <keyword ref="./ReadWrite/write_ncdf.html#_writenc_strlc2str">writenc_strlc2str</keyword> 
     580      </section> 
     581      <section ref="./ReadWrite/write_ncdf.html#_write_ncdf" title="write_ncdf"> 
     582      <keyword ref="./ReadWrite/write_ncdf.html#_write_ncdf">write_ncdf</keyword> 
     583      </section> 
     584    </section> 
    568585    <section ref="./ReadWrite/write_oasis.html" title="write_oasis.pro"> 
    569586      <keyword ref="./ReadWrite/write_oasis.html#_write_oasis">write_oasis</keyword> 
     
    734751      <keyword ref="./ToBeReviewed/CALCULS/moyenne.html#_moyenne">moyenne</keyword> 
    735752    </section> 
    736     <section ref="./ToBeReviewed/CALCULS/norme.html" title="norme.pro"> 
    737       <keyword ref="./ToBeReviewed/CALCULS/norme.html#_norme">norme</keyword> 
    738     </section> 
    739753    <section ref="./ToBeReviewed/CALCULS/projectondepth.html" title="projectondepth.pro"> 
    740754      <keyword ref="./ToBeReviewed/CALCULS/projectondepth.html#_projectondepth">projectondepth</keyword> 
     
    10751089    </section> 
    10761090    <section ref="./ToBeReviewed/PLOTS/style.html" title="style.pro"> 
     1091      <section ref="./ToBeReviewed/PLOTS/style.html#_thresholdstyle" title="thresholdstyle"> 
     1092      <keyword ref="./ToBeReviewed/PLOTS/style.html#_thresholdstyle">thresholdstyle</keyword> 
     1093      </section> 
     1094      <section ref="./ToBeReviewed/PLOTS/style.html#_style" title="style"> 
    10771095      <keyword ref="./ToBeReviewed/PLOTS/style.html#_style">style</keyword> 
     1096      </section> 
    10781097    </section> 
    10791098    <section ref="./ToBeReviewed/PLOTS/symbols.html" title="symbols.pro"> 
Note: See TracChangeset for help on using the changeset viewer.