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

    r192 r226  
    1616; common variable (cm_4mesh) romszinfos must be correctly defined 
    1717; 
    18 ; @history  
     18; @history 
    1919; Sept 2006 Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2020; 
     
    4141  grille, -1, -1, -1, -1, nx, ny, nz, firstx, firsty, firstz, lastx, lasty, lastz 
    4242  hroms = hroms[firstx:lastx, firsty:lasty] 
    43   nt = n_elements(zeta)/nx/ny  
     43  nt = n_elements(zeta)/nx/ny 
    4444; 
    4545  cff1 = 1./sinh(theta_s) 
     
    4747; 
    4848  IF type EQ 'W' THEN BEGIN 
    49     sc = (findgen(jpk)-jpk)/jpk       
    50 ;  sc = (dindgen(jpk+1)-jpk)/jpk       
     49    sc = (findgen(jpk)-jpk)/jpk 
     50;  sc = (dindgen(jpk+1)-jpk)/jpk 
    5151;  jpk = jpk+1 
    5252  ENDIF ELSE BEGIN 
    53     sc = (findgen(jpk)-jpk-0.5+1)/jpk   
     53    sc = (findgen(jpk)-jpk-0.5+1)/jpk 
    5454  ENDELSE 
    5555; 
     
    6060  hinv = 1./hroms 
    6161  hinv = hinv[*]#replicate(1., jpk) 
    62 ; put a z dimenstion to zeta 
     62; put a z dimension to zeta 
    6363  zeta = transpose(temporary(zeta)) 
    6464  zeta = reform((temporary(zeta))[*]#replicate(1., jpk), nt, ny, nx, jpk, /overwrite) 
Note: See TracChangeset for help on using the changeset viewer.