Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/ToBeReviewed/LECTURE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/GRIB/read_grib.pro

    r163 r232  
    11;+ 
    2 ; @file_comments  
    3 ;  
    4 ;  
     2; @file_comments 
     3; 
    54; @categories 
    6 ;  
    7 ;  
    8 ; @param VARCODE  
    95; 
     6; @param VARCODE 
    107; 
    118; @param DATE1 {in}{optional} 
     
    1411; @param DATE2 {in}{optional} 
    1512; Last date. Optional, if not specified date2=date1 
    16 ;  
     13; 
    1714; @keyword FILE{type=array or string} 
    1815; A single filename or an array of filenames to be retrieved. 
    19 ;  
     16; 
    2017; @returns 
    21 ;  
    22 ;  
     18; 
    2319; @restrictions 
    24 ;  
    25 ;  
     20; 
    2621; @examples 
    2722; 
    28 ; 
    2923; @history 
    30 ;  
    3124; 
    3225; @version 
    3326; $Id$ 
     27; 
    3428;- 
    35 function read_grib, varcode, date1, date2, file = file 
     29; 
     30FUNCTION read_grib, varcode, date1, date2, file = file 
    3631; 
    3732  compile_opt idl2, strictarrsubs 
     
    10297    CASE grib_gds.gridtype OF 
    10398; Latitude/Longitude Grid 
    104       0:BEGIN  
     99      0:BEGIN 
    105100        computegrid, grib_gds.lo1, grib_gds.la1, grib_gds.di, -grib_gds.dj $ 
    106101          , grib_gds.ni, grib_gds.nj 
     
    159154       gridtype EQ 2: 
    160155; Lambert Conformal, secant or tangent, conical or bipolar (normal or 
    161 ; oblique) Projection Grid   
     156; oblique) Projection Grid 
    162157       gridtype EQ 3: 
    163158; Polar Stereographic Projection Grid 
  • trunk/SRC/ToBeReviewed/LECTURE/changeread.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/ToBeReviewed/LECTURE/ncdf_lec.pro

    r231 r232  
    2727; @keyword _EXTRA 
    2828; Used to pass keywords defined by IDL to functions NETCDF (especially OFFSET 
    29 ; and COUNT in <pro>ncdf_varget</pro>) 
     29; and COUNT in <proidl>ncdf_varget</proidl>) 
    3030; 
    3131; @returns 
     
    4545;- 
    4646; 
    47 FUNCTION ncdf_lec,nom,ATT=att,DIM=dim,VAR=var, IODIR = iodir, _extra = ex 
     47FUNCTION ncdf_lec,nom,ATT=att,DIM=dim,VAR=var, IODIR = iodir, _EXTRA = ex 
    4848; 
    4949  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.