Changeset 264 for trunk/SRC/Grid


Ignore:
Timestamp:
08/22/07 16:30:29 (17 years ago)
Author:
pinsard
Message:

typo in some pro files

Location:
trunk/SRC/Grid
Files:
2 edited

Legend:

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

    r240 r264  
    1313;    Name of the meshmask file to read. If this name does not contain any "/" 
    1414;    and if iodirectory keyword is not specify, then the common variable 
    15 ;    iodir will be use to define the mesh file path. 
     15;    iodir will be used to define the mesh file path. 
    1616; 
    1717; @keyword GLAMBOUNDARY {default=those defined in the file}{type=2 elements vector} 
     
    2323; 
    2424; @keyword CHECKDAT 
    25 ; Suppressed. Use <pro>micromeshmask</pro> to create an 
    26 ;    appropriate meshmask. 
     25; Suppressed. Use <pro>micromeshmask</pro> to create an appropriate meshmask. 
    2726; 
    2827; @keyword ONEARTH {default=1}{type=scalar: 0 or 1} 
     
    3635; @keyword GETDIMENSIONS {default=0}{type=scalar: 0 or 1} 
    3736;    Activate this keywords if you only want to know the dimension 
    38 ;    of the domain stored in the mesh file. This dimensions will be 
     37;    of the domain stored in the mesh file. This dimension will be 
    3938;    defined in jpiglo, jpjglo, jpkglo (cm_4mesh common variables) 
    4039; 
     
    5049; 
    5150; @keyword STRCALLING {type=scalar string} 
    52 ;    the calling command used to call computegrid (this is used by <pro>xxx</pro>) 
     51;    the calling command used to call <pro>computegrid</pro> (this is used by <pro>xxx</pro>) 
    5352; 
    5453; @keyword STRIDE {default=[1, 1, 1]}{type=3 elements vector} 
     
    6564; 
    6665; @restrictions 
    67 ; ixminmesh,ixmaxmesh,iyminmesh,iymaxmesh,izminmesh,izmaxmesh must 
    68 ; be defined before calling ncdf_meshread. if some of those value 
     66; ixminmesh, ixmaxmesh, iyminmesh, iymaxmesh, izminmesh, izmaxmesh must 
     67; be defined before calling ncdf_meshread. If some of those values 
    6968; are equal to -1 they will be automatically defined 
    7069; 
  • trunk/SRC/Grid/ncdf_meshroms.pro

    r240 r264  
    1313;    Name of the meshmask file to read. If this name does not contain any "/" 
    1414;    and if iodirectory keyword is not specify, then the common variable 
    15 ;    iodir will be use to define the mesh file path. 
     15;    iodir will be used to define the mesh file path. 
    1616; 
    1717; @keyword GLAMBOUNDARY {default=those defined in the file}{type=2 elements vector} 
     
    3232; @keyword GETDIMENSIONS {default=0}{type=scalar: 0 or 1} 
    3333;    Activate this keywords if you only want to know the dimension 
    34 ;    of the domain stored in the mesh file. This dimensions will be 
     34;    of the domain stored in the mesh file. This dimension will be 
    3535;    defined in jpiglo, jpjglo, jpkglo (cm_4mesh common variables) 
    3636; 
     
    4242; @keyword NRHO {default=1}{type=scalar} 
    4343;    Specify the number of rho level that contain the data we want to explore. 
    44 ;    This is mainly useful when using xxx to get access to the deeper levers and vertical sections. 
     44;    This is mainly useful when using <pro>xxx</pro> to get access to the deeper levers and vertical sections. 
    4545; 
    4646; @keyword SHIFT {default=computed according to glamboundary}{type=scalar} 
     
    5050; 
    5151; @keyword STRCALLING {type=scalar string} 
    52 ;    the calling command used to call computegrid (this is used by xxx.pro) 
     52;    the calling command used to call <pro>computegrid</pro> (this is used by <pro>xxx</pro>) 
    5353; 
    5454; @keyword STRIDE {default=[1, 1, 1]}{type=3 elements vector} 
     
    6565; 
    6666; @restrictions 
    67 ; ixminmesh,ixmaxmesh,iyminmesh,iymaxmesh,izminmesh,izmaxmesh must 
    68 ; be defined before calling ncdf_meshread. if some of those value 
     67; ixminmesh, ixmaxmesh, iyminmesh, iymaxmesh, izminmesh, izmaxmesh must 
     68; be defined before calling <pro>ncdf_meshread</pro>. If some of those values 
    6969; are equal to -1 they will be automatically defined 
    7070; 
     
    7777; V points and the last line of T and U points. 
    7878; 
    79 ; Scale factors are compuited using the distance between the points 
     79; Scale factors are computed using the distance between the points 
    8080; (which is not the exact definition for irregular grid). 
    8181; 
Note: See TracChangeset for help on using the changeset viewer.