Changeset 232 for trunk/SRC/Grid


Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/Grid
Files:
5 edited

Legend:

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

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; add land points on a 2D land-sea mask 
  • trunk/SRC/Grid/checkperio.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; check ORCA2 and ORCA05 periodicity (east-west and noth fold) for files related to the T GRID ONLY 
  • trunk/SRC/Grid/computegrid.pro

    r231 r232  
    247247                 , FULLCGRID = fullcgrid, XYINDEX = xyindex $ 
    248248                 , UBASE2TBASE = ubase2tbase, VBASE2TBASE = vbase2tbase, FBASE2TBASE = fbase2tbase $ 
    249                  , STRCALLING = strcalling, ROMSH = romsh, _extra = ex 
     249                 , STRCALLING = strcalling, ROMSH = romsh, _EXTRA = ex 
    250250; 
    251251  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Grid/n80gaussian.pro

    r231 r232  
    11;+ 
    22; 
    3 ; @file_comments compute the latitudes of the n80 gaussian grid. See: 
     3; @file_comments  
     4; compute the latitudes of the n80 gaussian grid. See: 
    45; <a href="http://www.ecmwf.int/products/data/technical/gaussian/n80FIS.html">Gaussian 80</a> 
    56; 
  • trunk/SRC/Grid/ncdf_meshread.pro

    r231 r232  
    5050; 
    5151; @keyword STRCALLING {type=scalar string} 
    52 ;    the calling command used to call computegrid (this is used by <pro>xxx<pro>) 
     52;    the calling command used to call computegrid (this is used by <pro>xxx</pro>) 
    5353; 
    5454; @keyword STRIDE {default=[1, 1, 1]}{type=3 elements vector} 
Note: See TracChangeset for help on using the changeset viewer.