Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r134 r163  
    11;+ 
    2 ; NAME: 
    3 ;       read_gribtable 
     2; @file_comments 
     3; Read contents of a gribtable. Gribtables are located 
     4; in the gribtables subdirectory of HIPHOP 
    45; 
    5 ; PURPOSE: 
    6 ;       Read contents of a gribtable. Gribtables are located 
    7 ;       in the gribtables subdirectory of HIPHOP 
    8 ;    
    9 ; CATEGORY: 
    10 ;       HIPHOP, GRIB, ECMWF 
     6; @categories 
    117; 
    12 ; CALLING SEQUENCE: 
    13 ;       read_gribtable,tablename,parmtabl=parmtabl 
    148; 
    15 ; EXAMPLE: 
    16 ;       tablename='ectab_128' 
     9; @param TABLENAME {in}{required} 
     10; The full path name of a gribtable file 
    1711; 
    18 ; INPUTS: 
    19 ;       tablename : the full path name of a gribtable file 
     12; @keyword PARMTABL 
    2013; 
    21 ; OPTIONAL INPUT PARAMETERS: 
    2214; 
    23 ; KEYWORD INPUT PARAMETERS: 
     15; @keyword CENTER 
    2416; 
    25 ; OUTPUTS: 
    26 ;       parmtable : the parameter table 
    2717; 
    28 ; COMMON BLOCKS: 
     18; @keyword SUBCENTER 
    2919; 
    30 ; SIDE EFFECTS: 
    3120; 
    32 ; RESTRICTIONS: 
     21; @keyword TABLNUM 
    3322; 
    34 ; PROCEDURE: 
    35 ;        
    36 ; MODIFICATION HISTORY: 
    3723; 
     24; @returns 
     25; 
     26; 
     27; @uses 
     28; 
     29; 
     30; @restrictions 
     31; 
     32; 
     33; @examples 
     34; tablename='ectab_128' 
     35; 
     36; @history 
    3837; Dominik Brunner, Apr 2000 
     38; 
     39; @version 
     40; $Id$ 
    3941;- 
    4042PRO read_gribtable,tablename,parmtabl=parmtabl,center=center,$ 
Note: See TracChangeset for help on using the changeset viewer.