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

update documentation

Location:
trunk/SRC/Documentation/idldoc_assistant_output/Interpolation
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.