GRIDMAN
grid managment library
cutgrid.parameters.description
1 Variablies to be defined in FORTRAN namelist CUTGRID:
2 &CUTGRID
3 ....
4 ....
5 /
6 
7 DESCRIPTION : string (256 characters max) which describes
8  the resulting grid and mappings
9 GRID_IN : name of the file with grid in
10  GRIDMAN_GRID format
11 CONTOUR_IN : name of the input file with cloused contour
12  (in template format) which is used to cut the grid
13 
14 UNIT2METER : if UNIT2METER>0., then this is a
15  factor which translates the units of CONTOUR_IN
16  into Meter. E.g. if coordinates in CONTOUR_IN
17  are defined in Centimeter then UNIT2METER=1e-2
18  If UNIT2METER<=0., then the transformation
19  is not applied, it is assumed that the coordinates
20  in CONTOUR_IN are defined in Millimeter.
21  Default UNIT2METER=-1.,
22 
23 LEXCLUDE : if .FALSE. then part of the grid inside
24  CONTOUR_IN is taken to the resulting grid,
25  if .TRUE. then CONTOUR_IN is excluded from
26  the resulting grid. Default value .FALSE.
27 
28 IEIND : if IEIND>0 then edge index number IEIND of GRID_IN is
29  merged into indexes of segments in CONTOUR_IN and
30  is stored as first edge index of GRID_OUT
31 
32 GRID_OUT : name of the file where the resulting grid is stored
33 
34 DBGMOD : if .TRUE. then extra debugging output is produced.
35  Default is .FALSE.
36 LCHECK : if .TRUE. then standard check in GRIDMAN subroutines
37  are enforced. Default is .FALSE.
38 TOL : tolerance parameters, default is GRIDMAN_TOL
39 
40 CUTGRID may not handle properly the situation when the polygon
41 (contour) segments intersect the grid nodes, or when the grid
42 edges intersect the polygon vertices. To identify such intersections
43 it is recommended to run the program with LCHECK=.TRUE.
44