GRIDMAN
grid managment library
mergegrid.parameters.description
1 Variablies to be defined in FORTRAN namelist MERGEGRID:
2 &MERGEGRID
3 ....
4 ....
5 /
6 
7 GRID1_IN : name of the file with 1st grid object
8 GRID2_IN : name of the file with 2nd grid object
9  which will be merged into the first one
10 
11 MTOL : tolerance parameter for GRIDMAN_GRID2D_MERGE which
12  defines relative accuracy of the poits coordinates.
13  Default value is 1e-5. It might be necessary to increase
14  or decrease TOL in some individual cases. If TOL is too large
15  than the code can mistakenly take two different points
16  for one point. If TOL is too small then the code cannot
17  recognise what a point is sitting on the grid edge.
18 
19 GRID3_OUT: name of the file where the resulting combined grid
20  is stored
21 
22 Grids are read and stored in GRIDMAN_GRID format
23 
24 DBGMOD : if .TRUE. then extra debugging output is produced.
25  Default is .FALSE.
26 LCHECK : if .TRUE. then standard check in GRIDMAN subroutines
27  are enforced. Default is .FALSE.