Changeset 297 for trunk/SRC/Grid


Ignore:
Timestamp:
09/25/07 17:09:12 (17 years ago)
Author:
pinsard
Message:

typo

Location:
trunk/SRC/Grid
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/computegrid.pro

    r287 r297  
    509509; check y periodicity... Only according to ORCA grid 
    510510;==================================================== 
    511 ; check the peridicity if iyminmesh and iymaxmesh have the default definitions... 
     511; check the periodicity if iyminmesh and iymaxmesh have the default definitions... 
    512512  IF NOT keyword_set(plain) AND key_onearth EQ 1 $ 
    513513    AND iyminmesh EQ 0l AND iymaxmesh eq jpjglo-1 AND jpj GE 3 AND jpi GE 2 THEN BEGIN 
     
    546546;==================================================== 
    547547IF n_elements(periodic) NE 0 THEN forcenoperio = 1 - keyword_set(periodic) 
    548 ; check the peridicity if ixminmesh and ixmaxmesh have the default definitions... 
     548; check the periodicity if ixminmesh and ixmaxmesh have the default definitions... 
    549549  IF NOT keyword_set(plain) AND NOT keyword_set(forcenoperio) AND key_onearth EQ 1 $ 
    550550     AND ixminmesh EQ 0l AND ixmaxmesh eq jpiglo-1 AND jpi GE 3 THEN BEGIN 
  • trunk/SRC/Grid/micromeshmask.pro

    r240 r297  
    101101    ENDELSE 
    102102  ENDELSE 
    103 ;; get the variables list related to the partial steps 
     103; get the variables list related to the partial steps 
    104104  varlist_ps = ncdf_listvars(cdfid) 
    105105  varlist_ps = strtrim(strlowcase(varlist_ps), 2) 
Note: See TracChangeset for help on using the changeset viewer.