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/read_ncdf.pro

    r157 r163  
    22; @file_comments 
    33; Reading function for the file net_cdf. 
    4 ; This program is less universal than ncdf_lec (it appeal to declarated  
     4; This program is less universal than ncdf_lec (it appeal to declared  
    55; variables in common.pro) but it is very easier to be used. It considerate 
    66; the declaration of the different zooms which have been defined 
    77; (ixminmesh...premierx...), the declaration of the variable key_shift... 
    88; To put it in a nutshell, the result of read_ncdf can be directly used in plt... 
    9 ; This is also this program which is used by default inour reading widgets.   
     9; This is also this program which is used by default in our reading widgets.   
    1010; 
    1111; @categories 
    1212; Reading 
    1313;  
    14 ; @param NAME {in}{required} 
    15 ; It is a string defining the field to be read. 
     14; @param NAME {in}{required}{type=string} 
     15; It define the field to be read. 
    1616; 
    1717; @param BEGINNING {in}{required} 
     
    2121;  which are included between these two dates. 
    2222;  - 2 indexes which define between which and which time step we have  
    23 ;  to extract the telporal dimension. 
     23;  to extract the temporal dimension. 
    2424; 
    2525; @param ENDING  {in}{required} 
     
    3333; Contain the boxzoom on which we have to do the reading  
    3434;  
    35 ; @keyword FILENAME 
    36 ; It is a string containing the file's name. 
     35; @keyword FILENAME {type=string} 
     36; It contains he file's name. 
    3737;  
    3838; @keyword INIT 
     
    4141;  
    4242; @keyword GRID 
    43 ; ='[UTVWF]' to specify the type of grid. Defaut is (1) 
     43; ='[UTVWF]' to specify the type of grid. Default is (1) 
    4444; based on the name of the file if the file ends by 
    4545; GRID[._][TUVFW].NC (not case sensible) or (2) T if case (1) 
     
    5757; @keyword NOSTRUCT 
    5858; We activate it if we do not want that read_ncdf send back a structure  
    59 ; but only the array refering to the field. 
    60 ;  
    61 ; @keyword TIMEVAR 
    62 ; It is a string which define the name of the variable that 
    63 ; contains the time axis. This keyword can be usefull if there 
    64 ; is no unlimited dimension or if the time axis selected by defaut 
     59; but only the array referring to the field. 
     60;  
     61; @keyword TIMEVAR {type=string} 
     62; It define the name of the variable that 
     63; contains the time axis. This keyword can be useful if there 
     64; is no unlimited dimension or if the time axis selected by default 
    6565; (the first 1D array with unlimited dimension) is not the good one. 
    6666; 
     
    6969; 
    7070; @returns 
    71 ; Structure readable by litchamp.pro or an array if NOSRUCT is activated. 
     71; Structure readable by litchamp.pro or an array if NOSTRUCT is activated. 
    7272;  
    7373; @uses 
Note: See TracChangeset for help on using the changeset viewer.