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

typo

Location:
trunk/SRC/ToBeReviewed/PLOTS
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r295 r297  
    88; 
    99; @param TAB {in}{required} 
    10 ; The field whose we want to make the hovmoller map can be 2 kind of thing: 
     10; The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    1111;       1) An array which can be: 
    1212;          * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
     
    8484; 
    8585; @keyword TYPEIN 
    86 ; allows to specify the type of hovmoller we want to do 
     86; allows to specify the type of hovmoeller we want to do 
    8787;             'xt','yt','zt','t' 
    8888; with help of a keyword rather than the argument type. If the argument and the 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltsc.pro

    r295 r297  
    6868; Comment: We do not reinitialize when we call back pltsc 
    6969   if NOT keyword_set(ov1d) then reinitplt 
    70    ;; reduce data xyzt domain 
     70   ; reduce data xyzt domain 
    7171 
    7272   if keyword_set(boxzoom) then BEGIN 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r295 r297  
    22; 
    33; @file_comments 
    4 ; Trace hovmoller graphs: xt,yt,zt,t 
     4; Trace hovmoeller graphs: xt,yt,zt,t 
    55; 
    66; @categories  
     
    88; 
    99; @param TAB {in}{required} 
    10 ; The field whose we want to make the hovmoller map can be 2 kind of thing: 
     10; The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    1111;       1) An array which can be: 
    1212;          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     
    166166; 
    167167; @keyword TYPEIN 
    168 ; allows to specify the type of hovmoller we want to do 
     168; allows to specify the type of hovmoeller we want to do 
    169169;             'xt','yt','zt','t' 
    170170; with help of a keyword rather than the argument type. If the argument and the 
     
    181181; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    182182;                       27/5/98 
    183 ;                       Jerome Vialard (adapting plt to hovmoller drawing) 
     183;                       Jerome Vialard (adapting plt to hovmoeller drawing) 
    184184;                       2/7/98 
    185185;                       Sebastien Masson 14/8/98 (continents,barres) 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r295 r297  
    161161; 
    162162; @todo  
    163 ; seb definition of parmaters L.215 à 221 
     163; seb definition of paramaters L.215 à 221 
    164164; 
    165165;- 
     
    299299  !y.range = [-1, 0] 
    300300;-------------------------------------------------------------- 
    301 ; extrapolation of datas on lands and specifying of the min/max value 
     301; extrapolation of data on lands and specifying of the min/max value 
    302302;-------------------------------------------------------------- 
    303303; define masknan 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r296 r297  
    288288  ENDCASE 
    289289;-------------------------------------------------------------- 
    290 ; is the size of the array compatible with teh domain? 
     290; is the size of the array compatible with the domain? 
    291291;-------------------------------------------------------------- 
    292292  arr = fitintobox(temporary(arr), nx, ny, nz, firstx, firsty $ 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r296 r297  
    2222; 
    2323; @param dtasize {in}{optional}{type=2 elements vector} 
    24 ; used by pltv to specify the size of the array that wil be plotted 
     24; used by <pro>pltv</pro> to specify the size of the array that will be plotted 
    2525; and therefore the default yxaspect to be used. 
    2626; 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro

    r296 r297  
    152152; can not calculate the average) 
    153153;----------------------------------------------------------- 
    154 ; extention of the mask 
     154; extension of the mask 
    155155      u = u*msku*shift(msku,1,0) 
    156156      v = v*mskv*shift(mskv,0,1) 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/vecteur.pro

    r292 r297  
    451451; 
    452452   if NOT keyword_set(novectref) then BEGIN 
    453       dx = cmref*cv_cm2normal(0) ; Length of the vector of reference in normalzed coordinates. 
     453      dx = cmref*cv_cm2normal(0) ; Length of the vector of reference in normalized coordinates. 
    454454      if keyword_set(vectrefformat) then $ 
    455455       normelegende = strtrim(string(normeref, format = vectrefformat), 1)+' ' $ 
Note: See TracChangeset for help on using the changeset viewer.