Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/ncdf_meshroms.pro

    r216 r226  
    66; @file_comments read NetCDF grid file created by ROMS 
    77; 
    8 ; @categories  
     8; @categories 
    99; Grid 
    1010; 
     
    4444; @keyword NRHO {default=1}{type=scalar} 
    4545;    Specify the number of rho level that contain the data we want to explore. 
    46 ;    This is mainly useful when using xxx to get access to the depper levers and vertical sections. 
     46;    This is mainly useful when using xxx to get access to the deeper levers and vertical sections. 
    4747; 
    4848; @keyword SHIFT {default=computed according to glamboundary}{type=scalar} 
    49 ;    Force the manual definition of the zonal shift that must be apply to the data.  
     49;    Force the manual definition of the zonal shift that must be apply to the data. 
    5050;    The resulting value will be stored in the common (cm_4mesh) variable key_shift 
    5151;    Note that if key_periodic=0 then in any case key_shift = 0. 
     
    7777; 
    7878;  Scale factors are compuited using the distance between the points 
    79 ;  (which is not the exact definition for irregulare grid). 
    80 ; 
    81 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) September 2006 
    82 ; 
    83 ; @version $Id$ 
     79;  (which is not the exact definition for irregular grid). 
     80; 
     81; @history 
     82; Sebastien Masson (smasson\@lodyc.jussieu.fr) September 2006 
     83; 
     84; @version 
     85; $Id$ 
    8486; 
    8587;- 
     
    197199; 
    198200      IF array_equal(sort(xaxis), lindgen(jpi)) NE 1 THEN BEGIN 
    199         print, 'the x axis (1st line of glamt) is not sorted in the inceasing order after the automatic definition of key_shift' 
     201        print, 'the x axis (1st line of glamt) is not sorted in the increasing order after the automatic definition of key_shift' 
    200202        print, 'please use the keyword shift (and periodic) to suppress the automatic definition of key_shift (and key_periodic) and define by hand a more suitable value...' 
    201203        widget_control, noticebase, bad_id = nothing, /destroy 
Note: See TracChangeset for help on using the changeset viewer.