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/remplit.pro

    r209 r226  
    2222; 
    2323; @keyword FILLXDIR 
    24 ;  
     24; 
    2525; 
    2626; @keyword FILLYDIR 
     
    5151; $Id$ 
    5252; 
    53   ;; 
    54   ;; Extrapole zinout[jpi,jpj] sur les continents en utilisant les 4 
    55   ;; plus proches voisins masques oceaniquement et construit un nouveau 
    56 ;   masque 
    57   ;; contenant l'ancien masque oceanique PLUSles points extrapoles. 
    58   ;; Reitere le processus niter fois. 
    59   ;; C'est pas clair, essayez ! 
    60   ;; 
    61   ;; 
     53;; 
     54;; Extrapole zinout[jpi,jpj] sur les continents en utilisant les 4 
     55;; plus proches voisins masques oceaniquement et construit un nouveau masque 
     56;; contenant l'ancien masque oceanique PLUS les points extrapoles. 
     57;; Reitere le processus niter fois. 
     58;; C'est pas clair, essayez ! 
     59;; 
     60;; 
    6261; 
    6362;    /Nan: to fill the point which have the value 
    64 ;    !values.f_nan. Whitout this keyword, these point are not filling 
     63;    !values.f_nan. Without this keyword, these point are not filling 
    6564;    and stays at !values.f_nan. 
    6665; 
     
    139138;--------------------------------------------------------------- 
    140139;--------------------------------------------------------------- 
    141 ; iteration  
    142 ;--------------------------------------------------------------- 
    143 ;--------------------------------------------------------------- 
    144   FOR n = 1, niter DO BEGIN  
     140; iteration 
     141;--------------------------------------------------------------- 
     142;--------------------------------------------------------------- 
     143  FOR n = 1, niter DO BEGIN 
    145144; on trouve les points coast 
    146145    tempdeux = systime(1)       ; pour key_performance =2 
     
    244243      END 
    245244    endcase 
    246 ;     
     245; 
    247246    z[coast] =  temporary(zcoast)/ temporary(weight) 
    248247; we update the the boundary conditions of z 
     
    258257    IF testvar(var = key_performance) EQ 2 THEN $ 
    259258      print, 'temps remplit: une iteration ', systime(1)-tempdeux 
    260   ENDFOR  
     259  ENDFOR 
    261260fini: 
    262261; 
     
    280279  key_gridtype = oldkey_gridtype 
    281280;--------------------------------------------------------------- 
    282   if keyword_set(key_performance) THEN print, 'temps remplit', systime(1)-tempsun  
     281  if keyword_set(key_performance) THEN print, 'temps remplit', systime(1)-tempsun 
    283282  return, z 
    284 END  
     283END 
    285284 
Note: See TracChangeset for help on using the changeset viewer.