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/ToBeReviewed/CALCULS/hdyn.pro

    r224 r226  
    1919; array representing the temperature. Has the same size than SN. 
    2020; 
    21 ; @keyword GILL  
     21; @keyword GILL 
    2222; We activate this key if we want to calculate the dynamic height 
    2323; like in the GILL page 215, which means by rapport to a reference state which 
     
    3232; Give a value to this keyword to change the reference salinity used in the 
    3333; calculation when GILL is activated. 
    34 ;  
     34; 
    3535; @keyword TREF 
    3636; Give a value to this keyword to change the reference temperature used in the 
     
    5858; 
    5959; @restrictions 
    60 ; approximation: The pressure in decibars is equal to the depth in meters  
     60; approximation: The pressure in decibars is equal to the depth in meters 
    6161; (the pressure increase of 1 bar every 10 m) 
    6262; 
     
    9999   if total(tailles[0:tailles[0]] NE taillet[0:taillet[0]]) NE 0 then $ 
    100100    return,  report('arrays sn and tn must have the same size') 
    101    if tailles[3] NE jpk then return, report('vertical dimension of sn and tn arrarrays must be equal to jpk') 
     101   if tailles[3] NE jpk then return, report('vertical dimension of sn and tn arrays must be equal to jpk') 
    102102   nx = nxt 
    103103   ny = nyt 
Note: See TracChangeset for help on using the changeset viewer.