Ignore:
Timestamp:
05/29/07 11:22:20 (17 years ago)
Author:
smasson
Message:

update documentation

Location:
trunk/SRC/Documentation/idldoc_assistant_output/Interpolation
Files:
1 added
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/angle.html

    r242 r249  
    7878</font></h2> 
    7979 
    80       <p><font face="Courier">angle<i>, <a href="#_angle_keyword_fileocemesh">fileocemesh</a>, <a href="#_angle_keyword_gcosu">gcosu</a>, <a href="#_angle_keyword_gsinu">gsinu</a>, <a href="#_angle_keyword_gcosv">gcosv</a>, <a href="#_angle_keyword_gsinv">gsinv</a>, <a href="#_angle_keyword_gcost">gcost</a>, <a href="#_angle_keyword_gsint">gsint</a></i>, <a href="#_angle_keyword_IODIRECTORY">IODIRECTORY</a>=<i>scalar string</i>, <a href="#_angle_keyword_DOUBLE">DOUBLE</a>=<i>1 ou 2</i></font></p> 
     80      <p><font face="Courier">angle<i>, <a href="#_angle_keyword_fileocemesh">fileocemesh</a>, <a href="#_angle_keyword_gcosu">gcosu</a>, <a href="#_angle_keyword_gsinu">gsinu</a>, <a href="#_angle_keyword_gcosv">gcosv</a>, <a href="#_angle_keyword_gsinv">gsinv</a>, <a href="#_angle_keyword_gcost">gcost</a>, <a href="#_angle_keyword_gsint">gsint</a>, <a href="#_angle_keyword_gcosf">gcosf</a>, <a href="#_angle_keyword_gsinf">gsinf</a></i>, <a href="#_angle_keyword_IODIRECTORY">IODIRECTORY</a>=<i>scalar string</i>, <a href="#_angle_keyword_DOUBLE">DOUBLE</a>=<i>1 or 0</i></font></p> 
    8181 
    8282     
     
    103103     
    104104 a netcdf file that contains (at least) the following variables: 
     105        glamt, gphit: longitudes and latitudes at T-points 
    105106        glamu, gphiu: longitudes and latitudes at U-points 
    106107        glamv, gphiv: longitudes and latitudes at V-points 
     
    210211 
    211212     
     213 
     214    <a name="#_angle_keyword_gcosf"></a> 
     215    <h4>gcosf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     216       
     217      <font size="-1" color="#006633">out</font> 
     218       
     219       
     220       
     221      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>2d array</i></font> 
     222       
     223       
     224    </h4> 
     225 
     226     
     227 cosinus of the angle between grid lines at F points and direction of the North pole 
     228 
     229     
     230 
     231    <a name="#_angle_keyword_gsinf"></a> 
     232    <h4>gsinf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     233       
     234      <font size="-1" color="#006633">out</font> 
     235       
     236       
     237       
     238      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>2d array</i></font> 
     239       
     240       
     241    </h4> 
     242 
     243     
     244 sinus of the angle between grid lines at F points and direction of the North pole 
     245 
     246     
    212247     
    213248 
     
    239274       
    240275       
    241       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>1 ou 2</i></font> 
     276      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>1 or 0</i></font> 
    242277      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
    243278       
     
    254289     
    255290    <h4>Version</h4> 
    256  $Id: angle.pro 238 2007-03-27 13:43:18Z pinsard $ 
     291 $Id: angle.pro 247 2007-05-29 08:58:52Z smasson $ 
    257292 
    258293    <h4>History</h4> 
     
    260295                   98-06 (G. Madec) 
    261296       Feb 2005: IDL adaptation S. Masson 
     297       May 2007: F points + call to <pro>lbcorca.pro</pro> 
    262298 
    263299     
     
    272308       =>    gcosu[*, 0] = gcosu[*, 1] 
    273309       =>    gsinu[*, 0] = gsinu[*, 1] 
    274      (2) the grid follows OPA x periodicity rule, first column is 
    275      equal to the next to last column 
    276        =>    gcosv[0, *] = gcosv[jpj-2, *] 
    277        =>    gsinv[0, *] = gsinv[jpj-2, *] 
     310     (2) the grid follows OPA x and north pole periodicity rule (see <pro>lbcorca.pro</pro>) 
    278311 
    279312 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/clickincell.html

    r242 r249  
    210210     
    211211    <h4>Version</h4> 
    212  $Id: clickincell.pro 238 2007-03-27 13:43:18Z pinsard $ 
     212 $Id: clickincell.pro 242 2007-04-06 08:35:17Z pinsard $ 
    213213 
    214214    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/cutpar.html

    r242 r249  
    291291     
    292292    <h4>Version</h4> 
    293  $Id: cutpar.pro 231 2007-03-19 17:15:51Z pinsard $ 
     293 $Id: cutpar.pro 242 2007-04-06 08:35:17Z pinsard $ 
    294294 
    295295    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/cutsegment.html

    r242 r249  
    224224     
    225225    <h4>Version</h4> 
    226  $Id: cutsegment.pro 231 2007-03-19 17:15:51Z pinsard $ 
     226 $Id: cutsegment.pro 242 2007-04-06 08:35:17Z pinsard $ 
    227227 
    228228    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/directory-overview.html

    r234 r249  
    3636        <li><a href="inquad.html" target="file_frame">inquad.pro</a></li> 
    3737        <li><a href="inrecgrid.html" target="file_frame">inrecgrid.pro</a></li> 
     38        <li><a href="lbcorca.html" target="file_frame">lbcorca.pro</a></li> 
    3839        <li><a href="ll_narcs_distances.html" target="file_frame">ll_narcs_distances.pro</a></li> 
    3940        <li><a href="map_npoints.html" target="file_frame">map_npoints.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/Interpolation/extrapolate.html

    r242 r249  
    225225     
    226226    <h4>Version</h4> 
    227  $Id: extrapolate.pro 238 2007-03-27 13:43:18Z pinsard $ 
     227 $Id: extrapolate.pro 242 2007-04-06 08:35:17Z pinsard $ 
    228228 
    229229    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapsmooth.html

    r242 r249  
    205205     
    206206    <h4>Version</h4> 
    207  $Id: extrapsmooth.pro 238 2007-03-27 13:43:18Z pinsard $ 
     207 $Id: extrapsmooth.pro 242 2007-04-06 08:35:17Z pinsard $ 
    208208    <h4>History</h4> 
    209209  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/get_gridparams.html

    r242 r249  
    280280     
    281281    <h4>Version</h4> 
    282  $Id: get_gridparams.pro 238 2007-03-27 13:43:18Z pinsard $ 
     282 $Id: get_gridparams.pro 242 2007-04-06 08:35:17Z pinsard $ 
    283283 
    284284    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/imoms3.html

    r242 r249  
    104104     
    105105    <h4>Version</h4> 
    106  $Id: imoms3.pro 231 2007-03-19 17:15:51Z pinsard $ 
     106 $Id: imoms3.pro 242 2007-04-06 08:35:17Z pinsard $ 
    107107 
    108108     
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/inquad.html

    r242 r249  
    363363     
    364364    <h4>Version</h4> 
    365  $Id: inquad.pro 240 2007-03-28 12:17:24Z pinsard $ 
     365 $Id: inquad.pro 242 2007-04-06 08:35:17Z pinsard $ 
    366366 
    367367    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/inrecgrid.html

    r242 r249  
    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="ll_narcs_distances.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="lbcorca.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/ll_narcs_distances.html

    r242 r249  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="inrecgrid.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="lbcorca.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> 
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: ll_narcs_distances.pro 238 2007-03-27 13:43:18Z pinsard $ 
     217 $Id: ll_narcs_distances.pro 242 2007-04-06 08:35:17Z pinsard $ 
    218218 
    219219    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/map_npoints.html

    r242 r249  
    301301     
    302302    <h4>Version</h4> 
    303  $Id: map_npoints.pro 238 2007-03-27 13:43:18Z pinsard $ 
     303 $Id: map_npoints.pro 242 2007-04-06 08:35:17Z pinsard $ 
    304304 
    305305    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/neighbor.html

    r242 r249  
    220220     
    221221    <h4>Version</h4> 
    222  $Id: neighbor.pro 238 2007-03-27 13:43:18Z pinsard $ 
     222 $Id: neighbor.pro 242 2007-04-06 08:35:17Z pinsard $ 
    223223 
    224224    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/quadrilateral2square.html

    r242 r249  
    298298     
    299299    <h4>Version</h4> 
    300  $Id: quadrilateral2square.pro 238 2007-03-27 13:43:18Z pinsard $ 
     300 $Id: quadrilateral2square.pro 242 2007-04-06 08:35:17Z pinsard $ 
    301301 
    302302    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_fstdrv.html

    r242 r249  
    172172     
    173173    <h4>Version</h4> 
    174  $Id: spl_fstdrv.pro 238 2007-03-27 13:43:18Z pinsard $ 
     174 $Id: spl_fstdrv.pro 242 2007-04-06 08:35:17Z pinsard $ 
    175175 
    176176    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_incr.html

    r242 r249  
    235235     
    236236    <h4>Version</h4> 
    237  $Id: spl_incr.pro 238 2007-03-27 13:43:18Z pinsard $ 
     237 $Id: spl_incr.pro 242 2007-04-06 08:35:17Z pinsard $ 
    238238 
    239239    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_keep_mean.html

    r242 r249  
    232232     
    233233    <h4>Version</h4> 
    234  $Id: spl_keep_mean.pro 238 2007-03-27 13:43:18Z pinsard $ 
     234 $Id: spl_keep_mean.pro 242 2007-04-06 08:35:17Z pinsard $ 
    235235 
    236236    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/square2quadrilateral.html

    r242 r249  
    273273     
    274274    <h4>Version</h4> 
    275  $Id: square2quadrilateral.pro 238 2007-03-27 13:43:18Z pinsard $ 
     275 $Id: square2quadrilateral.pro 242 2007-04-06 08:35:17Z pinsard $ 
    276276 
    277277    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.