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

    r445 r493  
    6666; 
    6767; @keyword SSH 
    68 ; array giving the sea level elenation (in meter) that must be added 
     68; array giving the sea level elevation (in meter) that must be added 
    6969; to the thickness of the first level when computing vertical mean 
    7070; 
     
    8484; 
    8585; @history 
    86 ; Jerome Vialard (jv\@lodyc.jussieu.fr) 
     86; JérÃŽme Vialard (jv\@lodyc.jussieu.fr) 
    8787;                       2/7/98 
    8888;                       Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     
    148148  endcase 
    149149;------------------------------------------------------------ 
    150 ;   I.3) Obtainment of scale's factors and of the mask on the subdomain concernedby the average. 
    151 ; Redefinition of the domain ajusted at boxzoom (at 6 elements) 
     150;   I.3) Obtainment of scale's factors and of the mask on the subdomain  
     151;        concerned by the average. 
     152; Redefinition of the domain adjusted at boxzoom (at 6 elements) 
    152153; This will allowed us to calculate only in the domain concerned by the average. 
    153154; Domdef, followed by grid give us all arrays of the grid on the subdomain 
     
    272273        if keyword_set(savedbox) THEN restoreboxparam, 'boxparam4grmoyenne.dat' 
    273274        return, report('Probleme d''adequation entre les tailles du domaine nx*ny*jpt '+strtrim(nx, 1)+'*'+strtrim(ny, 1)+'*'+strtrim(jpt, 1)+' et du tableau '+strtrim(taille[1], 1)+'*'+strtrim(taille[2], 1)+'*'+strtrim(taille[3], 1)) 
    274       enD 
     275      END 
    275276    endcase 
    276277    if keyword_set(nan) NE 0 then BEGIN 
     
    612613  ENDIF 
    613614;------------------------------------------------------------ 
    614 ; IV.3) We replace in the domain whch was defined at the entry of average 
     615; IV.3) We replace in the domain which was defined at the entry of average 
    615616;------------------------------------------------------------ 
    616617  if keyword_set(savedbox) THEN restoreboxparam, 'boxparam4grmoyenne.dat' 
Note: See TracChangeset for help on using the changeset viewer.