Changeset 296


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

typo

Location:
trunk/SRC
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/compute_fromreg_bilinear_weigaddr.pro

    r282 r296  
    9696    jpja = jpja - 1L 
    9797  ENDIF 
    98 ; olon between minalon et minalon+360 
     98; olon between minalon and minalon+360 
    9999  out = where(olon LT minalon) 
    100100  WHILE out[0] NE -1 DO BEGIN 
  • trunk/SRC/Interpolation/compute_fromreg_imoms3_weigaddr.pro

    r282 r296  
    8888  IF total((step-step[0]) GE 1.e-6) NE 0 THEN noregx = 1 
    8989; we extend the longitude range of alon (-> easy interpolation even 
    90 ; near minalon et maxalon) 
     90; near minalon and maxalon) 
    9191  toadd = 10*jpia/360+1 
    9292  alon = [alon[jpia-toadd:jpia-1]-360., alon[*], alon[0:toadd-1]+360.] 
     
    110110    jpja = jpja - 1L 
    111111  ENDIF 
    112 ; olon between minalon et minalon+360 
     112; olon between minalon and minalon+360 
    113113  out = where(olon LT minalon) 
    114114  WHILE out[0] NE -1 DO BEGIN 
  • trunk/SRC/Postscript/openps.pro

    r292 r296  
    102102   nameps = isafile(nameps, iodir = psdir, /new) 
    103103;------------------------------------------------------------ 
    104 ; we define xsize, ysize, xoffset et yoffset 
     104; we define xsize, ysize, xoffset and yoffset 
    105105;------------------------------------------------------------ 
    106106   IF n_elements(portrait) NE 0 OR n_elements(landscape) NE 0 THEN $ 
  • trunk/SRC/Postscript/printps.pro

    r231 r296  
    264264  ENDIF 
    265265  gzipped = strpos(nameps, '.gz') 
    266 ; if the file is gzipped we call gunzip et change its name 
     266; if the file is gzipped we call gunzip and change its name 
    267267  IF gzipped NE -1 THEN BEGIN 
    268268    spawn, '\gunzip ' + nameps 
  • trunk/SRC/ToBeReviewed/CALCULS/norme.pro

    r264 r296  
    2828; 
    2929; @returns 
    30 ; Array to trace with plt, pltz or pltt. 
     30; Array to trace with <pro>plt</pro>, <pro>pltz</pro> or <pro>pltt</pro>. 
    3131; 
    3232; @uses 
  • trunk/SRC/ToBeReviewed/GRILLE/domdef.pro

    r280 r296  
    191191;------------------------------------------------------------------- 
    192192; define all horizontal parameters ... 
    193 ; lon1 et lon2 
    194 ; lat1 et lat2 
     193; lon1 and lon2 
     194; lat1 and lat2 
    195195; firstx[tuvf], lastx[tuvf], nx[tuvf] 
    196196;------------------------------------------------------------------- 
     
    886886;------------------------------------------------------------------- 
    887887  IF NOT (keyword_set(zindex) OR keyword_set(index)) THEN BEGIN 
    888 ; define vert1 et vert2 
     888; define vert1 and vert2 
    889889    CASE N_PARAMS() OF 
    890890      2:vert1 = min([x1, x2], max = vert2) 
  • trunk/SRC/ToBeReviewed/LECTURE/litchamp.pro

    r295 r296  
    44; Allows to read an array or a structure corresponding to a field. 
    55; If we have in input: 
    6 ;   -an array, litchamp send back the array. 
    7 ;   -a structure, litchamp send back the first element of the structure 
     6;   - an array, litchamp send back the array. 
     7;   - a structure, litchamp send back the first element of the structure 
    88;   which must be the field in an array. 
    9 ;   Litchamp profit of this to look other elements of the structure et 
    10 ;   update if needed global variables which refer to the field: 
    11 ;   vargrid, varname, varunit, vardate, varexp , valmask et time 
     9; litchamp profit of this to look other elements of the structure and  
     10; update if needed global variables which refer to the field: 
     11; vargrid, varname, varunit, vardate, varexp , valmask et time 
    1212; 
    1313; @categories 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltbase.pro

    r262 r296  
    33; @file_comments 
    44; Overlayer contour to trace a field which can be mask. 
    5 ; Elementary brick of plt, pltz et pltt. 
     5; Elementary brick of <pro>plt</pro>, <pro>pltz</pro> and <pro>pltt</pro>. 
    66; 
    77; @categories 
     
    6161; 
    6262; @keyword FORPLT 
    63 ; To activate if we want that the drawing of coast be realized by tracecote rather than tracemask. 
     63; To activate if we want that the drawing of coast be realized by <pro>tracecote</pro> rather than <pro>tracemask</pro>. 
    6464; 
    6565; @keyword I_COLORS {type=vector} 
     
    8787; 
    8888; @keyword CONTOUR 
    89 ; To be used since plt, pltz or pltt. (Have a look on these routines). 
     89; To be used since <pro>plt</pro>, <pro>pltz</pro> or <pro>pltt</pro>. (Have a look on these routines). 
    9090; 
    9191; @keyword _EXTRA 
     
    9696; 
    9797; @restrictions 
    98 ; In the case of z2d, x and y are arrays of same size, we hate to put them as vectors: z2d[*], x[*], y[*]. 
     98; In the case of z2d, x and y are arrays of same size, we have to put them as vectors: z2d[*], x[*], y[*]. 
    9999; 
    100100; @history 
     
    102102; ???? 
    103103; 8/2/2000 check if the tri array is not equal to 
    104 ; -1. allow contour with out using a triangulation. 
     104; -1. allow contour without using a triangulation. 
    105105; 
    106106; @version 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r295 r296  
    4949; 
    5050@common 
    51 ; 1) I reinitialize the graphic environment (variables !x, !y et !p): 
     51; 1) I reinitialize the graphic environment (variables !x, !y and !p): 
    5252   if NOT keyword_set(NOREINITPLT) then reinitplt, _extra = ex 
    5353; 2) I place the drawing on the screen like on the postscript 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/scontour.pro

    r295 r296  
    3636; 
    3737@common 
    38 ; 1) I reinitialize the graphic environment (variables !x, !y et !p): 
     38; 1) I reinitialize the graphic environment (variables !x, !y and !p): 
    3939  if NOT keyword_set(NOREINITPLT) then reinitplt, _extra = ex 
    4040; 2) i put the drawing on the screen like on the postscript 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/splot.pro

    r295 r296  
    4040; 
    4141@common 
    42 ; 1) I reinitialize the graphic environment (les variables !x, !y et !p): 
     42; 1) I reinitialize the graphic environment (variables !x, !y and !p): 
    4343   if NOT keyword_set(NOREINITPLT) then reinitplt, _extra = ex 
    4444; 2) i put the drawing on the screen like on the postscript 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/tvplus.pro

    r260 r296  
    104104  endif 
    105105;------------------------------------------------------------ 
    106 ; def of ncolmax, bottom, topcol et ncolors 
     106; def of ncolmax, bottom, topcol and ncolors 
    107107;------------------------------------------------------------ 
    108108  ncolmax = !d.n_colors < 256 
     
    201201    window, window, xsize = nx+marginpix[0]+marginpix[1] $ 
    202202            , ysize = ny+marginpix[2]+marginpix[3] 
    203 ; for 24 bits colors, make sure thate the background color is the good one... 
     203; for 24 bits colors, make sure that the background color is the good one... 
    204204    if !d.n_colors gt 256 then BEGIN 
    205205      device, decomposed = 1 
     
    243243; scrolling bar window case... 
    244244;------------------------------------------------------------ 
    245 ; for 24 bits colors, make sure thate the background color is the good one... 
     245; for 24 bits colors, make sure that the background color is the good one... 
    246246    if !d.n_colors gt 256 then begin 
    247247      window, /pixmap 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r238 r296  
    136136; 
    137137; @file_comments 
    138 ; In input of plt, pltz, pltt and plt1d, it check that the field give 
     138; In input of <pro>plt</pro>, <pro>pltz</pro>, <pro>pltt</pro> and <pro>plt1d</pro>, it check that the field give 
    139139; a size compatible with the domain and, if needed, average to give us 
    140140; a 2d array if we make a plot of the type: 'xy', 'xz', 'xt', 'yz', 'yt' 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r259 r296  
    225225      AND !d.name ne 'PS' AND !d.name ne 'Z':BEGIN 
    226226      if not keyword_set(window) then window = 0 
    227 ; For the using of \@ps,\@oups et de \@vzoom 
     227; For the using of \@ps,\@oups and \@vzoom 
    228228      if lmgr(/demo) EQ 0 then BEGIN ; Are we in the demo mode?? 
    229229        if !journal NE 0 then journal ; We close the journal if it is open 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro

    r241 r296  
    149149      endif 
    150150;----------------------------------------------------------- 
    151 ; We mask u and v et v the long of coasts (the place where we 
     151; We mask u and v the long of coasts (the place where we 
    152152; can not calculate the average) 
    153153;----------------------------------------------------------- 
  • trunk/SRC/ToBeReviewed/PLOTS/axe.pro

    r262 r296  
    22; 
    33; @file_comments 
    4 ; Manage axes for the different drawings created by plt, 
    5 ; pltz and pltt 
     4; Manage axes for the different drawings created by  
     5; <pro>plt</pro>, <pro>pltz</pro> and <pro>pltt</pro> 
    66; 
    77; @categories 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro

    r231 r296  
    4343   widget_control, base, update = 0 
    4444;-------------- 
    45 ; date1 et date2 
     45; date1 and date2 
    4646;-------------- 
    4747   if keyword_set(nodates) then begin 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro

    r295 r296  
    7676      rien = cw_calendar(basecal, newfile.fileparameters.time_counter, jdate2, uname = 'calendar2' $ 
    7777                         , FAKECAL = fakecal, uvalue = {name:'calendar2'}, /frame) 
    78 ; We update fileparameters, readparameters et meshparameters elements of the top_value 
     78; We update fileparameters, readparameters and meshparameters elements of the top_value 
    7979      newfileparameters = ptrarr(currentfile+1, /allocate_heap) 
    8080      FOR i = 0, currentfile-1 DO $ 
  • trunk/SRC/Utilities/xhelp.pro

    r285 r296  
    2929;       Institute for Computational Earth System Science 
    3030;       University of California, Santa Barbara 
    31 ;  7/1/99 : legeres mofification par Sebastien Masson : utilisation de 
     31;  7/1/99 : legeres modification par Sebastien Masson : utilisation de 
    3232;  <proidl>xdisplayfile</proidl>, de <pro>findfile</pro> et de _extra. 
    3333;  6/7/1999: compatibility mac and windows 
Note: See TracChangeset for help on using the changeset viewer.