Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/tracegrille.pro

    r134 r142  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:tracegrille 
    65; 
    7 ; PURPOSE:dessine la grille 
     6; @file_comments 
     7; Draw the grid 
    88; 
    9 ; CATEGORY: 
     9; @categories 
     10;  
     11; @param GLAMIN {in}{required} 
     12; The 1d or 2d array in longitude of points of the grid.If GLAM/GLAMIN  
     13; is not specified, it trace the grid specified by vargrid, on the  
     14; domain defined by domdef. 
    1015; 
    11 ; CALLING SEQUENCE:tracegrille 
     16; @param GPHIIN {in}{required} 
     17; The 1d or 2d array in latitude of points of the grid.If GPHI/GPHIIN  
     18; is not specified, it trace the grid specified by vargrid, on the  
     19; domain defined by domdef. 
     20; 
     21; @keyword XSTRIDE  
     22; It is an integer to specify that we want to trace only one line of  
     23; constant i every xstride points 
     24; 
     25; @keyword YSTRIDE  
     26; It is an integer to specify that we want to trace only one line of  
     27; constant j every xstride points 
     28; 
     29; @keyword OCEAN  
     30; To trace the grid only on ocean points. 
    1231;  
    13 ; INPUTS:glam et gphi, les tableaux 1d ou 2d des position en 
    14 ; longitude/latitude des points de la grille. Si glam et gphi ne sont 
    15 ; pas specifies, trace la grille specifiee par vargrid, sur le domaine 
    16 ; definit par le dernier domdef. 
     32; @keyword EARTH 
     33; To trace the grid only on land points pour ne tracer la grille que sur les points terre 
    1734; 
    18 ; KEYWORD PARAMETERS: 
     35; @keyword RMOUT 
     36; Select to remove all cell having one corner out of the 
     37; plot boundaries (!x.range, !y.range) 
    1938; 
    20 ;        XSTRIDE un entier pour specifier qu''on ne veut tracer 
    21 ;        qu''une ligne de i constant tout les xstride points 
    22 ; 
    23 ;        YSTRIDE un entier pour specifier qu''on ne veut tracer 
    24 ;        qu''une ligne de j constant tout les ystride points 
    25 ; 
    26 ;        /OCEAN: pour ne tracer la grille que sur les points oceans 
     39; @keyword _EXTRA 
     40; Used to pass your keywords. 
    2741;  
    28 ;        /EARTH: pour ne tracer la grille que sur les points terre 
    29 ; 
    30 ;        /RMOUT:select to remove all cell having one corner out of the 
    31 ;        plot boundaries (!x.range, !y.range) 
    32 ; 
    33 ;        + tous les mots clefs de la procedure PLOTS 
    34 ; 
    35 ; OUTPUTS:none 
    36 ; 
    37 ; COMMON BLOCKS:common.pro 
    38 ; 
    39 ; SIDE EFFECTS: 
    40 ; 
    41 ; RESTRICTIONS: 
    42 ; 
    43 ; EXAMPLE: 
     42; @uses 
     43; common.pro 
     44;  
     45; @examples 
    4446; 
    4547;     IDL> plt,indgen(jpi,jpj),/nocontour,/nofill 
     
    4951; 
    5052; 
    51 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
    52 ;                       
     53; @history 
     54; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     55; 
     56; @version 
     57; $Id$ 
     58;                   
    5359;- 
    5460;------------------------------------------------------------ 
     
    6874  ENDIF 
    6975;--------------------------------------------------------- 
    70   tempsun = systime(1)          ; pour key_performance 
     76  tempsun = systime(1)          ; For key_performance 
    7177; to avoid warning message 
    7278  oldexcept = !except 
Note: See TracChangeset for help on using the changeset viewer.