Changeset 366


Ignore:
Timestamp:
07/31/08 15:56:40 (16 years ago)
Author:
pinsard
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/read_ncdf.pro

    r365 r366  
    3232; 
    3333; @keyword ADDSCL_BEFORE {default=0}{type=scalar: 0 or 1} 
    34 ; put 1 to apply add_offset ad scale factor on data before looking for 
     34; put 1 to apply add_offset and scale factor on data before looking for 
    3535; missing values 
    3636; 
     
    3939; 
    4040; @keyword CALLITSELF {default=0}{type=scalar: 0 or 1} 
    41 ; For ROMS outputs. Use by read_ncdf itself to access auxilliary data (h and zeta). 
     41; For ROMS outputs. Use by read_ncdf itself to access auxilliary data  
     42; (h and zeta). 
    4243; 
    4344; @keyword DIREC 
     
    5152; @keyword INIT {default=0}{type=scalar: 0 or 1} 
    5253; To call automatically <pro>initncdf</pro> with filename as input argument 
    53 ; and thus ; redefine all the grid parameters 
     54; and thus redefine all the grid parameters 
    5455; 
    5556; @keyword GRID 
     
    6061; 
    6162; @keyword TIMESTEP {default=0}{type=scalar: 0 or 1} 
    62 ; Specify that BEGINNING and ENDING refer to indexes of the time axis and not to dates 
     63; Specify that BEGINNING and ENDING refer to indexes of the time axis and not  
     64; to dates 
    6365; 
    6466; @keyword TOUT {default=0}{type=scalar: 0 or 1} 
     
    8688; 
    8789; @returns 
    88 ; Structure readable by <pro>litchamp</pro> or an array if NOSTRUCT is activated. 
     90; Structure readable by <pro>litchamp</pro> or an array if NOSTRUCT is  
     91; activated. 
     92; 
    8993; @uses 
    9094; common.pro 
     
    105109                    , PARENTIN = parentin, TIMESTEP = timestep $ 
    106110                    , ADDSCL_BEFORE = addscl_before $ 
    107                     , TOUT = tout, NOSTRUCT = nostruct, CONT_NOFILL = CONT_NOFILL, INIT = init $ 
     111                    , TOUT = tout, NOSTRUCT = nostruct $ 
     112                    , CONT_NOFILL = CONT_NOFILL, INIT = init $ 
    108113                    , GRID = grid, CALLITSELF = callitself, DIREC = direc $ 
    109114                    , ZETAFILENAME = zetafilename, ZETAZERO = zetazero $ 
Note: See TracChangeset for help on using the changeset viewer.