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

typo

Location:
trunk/SRC/ToBeReviewed/PLOTS/DESSINE
Files:
4 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 
Note: See TracChangeset for help on using the changeset viewer.