Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/rseries_getname.pro

    r463 r493  
    22; 
    33; @file_comments 
    4 ; find the name of a file that coud potentatialy contain a date 
     4; find the name of a file that could potentially contain a date 
    55; the file name must follow the following pattern: 
    66;     prefix + * +dates_description + * + suffix + *.nc 
     
    1313; @param prefix {in}{required}{type=string} 
    1414; a string defining the prefix used to identify the file. It can be 
    15 ; anything except the pattren used to define the dates (see DATEFMT keyword) 
     15; anything except the pattern used to define the dates (see DATEFMT keyword) 
    1616; 
    1717; @param suffix {in}{required}{type=string} 
    1818; a string defining the suffix used to identify the file. It can be 
    19 ; anything except the pattren used to define the dates (see DATEFMT keyword) 
     19; anything except the pattern used to define the dates (see DATEFMT keyword) 
    2020; note that *.nc is added to suffix if it is not finishing with ".nc' 
    2121; 
     
    3131; @keyword DATEFMT {default='i8_i8'}{type=scalar string} 
    3232; a string defining the date format used in the file name. the 
    33 ; possible coices are: 
     33; possible choices are: 
    3434;   - 'i8_i8': yyyymmdd_yyyymmdd (for ex. 20110401_20110431) 
    3535;   - 'i6_i6': yyyymm_yyyymm (for ex. 201104_201104). we assume date1(date2) = beginning(end) of the month 
Note: See TracChangeset for help on using the changeset viewer.