An ISD-file contains information about the location of startpoints used in the calculation of pathlines from model output. An ISD-file can be created by IMOD using the Define Startpoints option from the Toolbox option on the main menu. The syntax of an ISD-file is as follows:
Delimiter line | ||
ShapeName |
Name of the shape, use quotes for a name containing more than one word |
|
Delimiter line | ||
Number, Shape-type |
Shape Type Number, Type of shape. It is not allowed to change the shape type number, apply one of the following: |
|
Number1, Number2, Number3 |
Depending on the shape type these are defined as: |
|
Top-level file / |
IDF-file defining the top level at which startpoints are defined. For each lateral position of a startpoint, the values will be read from the entered IDF-file, e.g. D:\TOP_LAY8.IDF. A Numeric Value defines the top level at a constant elevation. This is obsolete for the GRID type. |
|
Bottom-level file / |
IDF-file defining the bottom level at which startpoints are defined. For each lateral position of a startpoint, the values will be read from the entered IDF-file, e.g. D:\BOT_LAY8.IDF. A Numeric Value defining the bottom level at a constant elevation. This is obsolete for the GRID type. |
|
IReference, |
Number indicating whether a reference level is used: |
|
Vertical Interval (number) |
The number of vertical intervals between the values from the top and bottom elevation. By entering the number: |
|
Delimiter line | ||
No. Points Shape |
Number of points of the defined shape. This is obsolete for the GRID Shape Type. |
|
Xcrd,Ycrd |
X- and Y-coordinates of the shape. For a POLYGON these are all points of the polygon, for a CIRCLE this is the centre of the circle and a point on the radius, for POINT these are individual point values. for RECTANGLE these are the lower-left corner and the upper-right corner, for a LINE these are all points on the line. This is obsolete for the GRID type. |
|
Delimiter line | ||
Example of an ISD-file:
==================================================
1 <-Shapename
————————————————–
1025,POLYGON
25.000,25.000
“-1”
“-2”
1,“D:\MODEL \TOP_L1.IDF”
5
————————————————–
5 <-No. Points Polygon
486132.237,5999078.312
409823.362,6069282.500
542600.862,6186798.125
693692.362,6165431.625
713532.737,6031128.062
==================================================
==================================================
2 <-Shapename
————————————————–
1024,CIRCLE
100.000,25.000
“D:\MODEL \TOP_L1.IDF”
“D:\MODEL \BOT_L1.IDF”
0
1
————————————————–
1 <-No. Points Circle
574650.612,6272264.062
==================================================
==================================================
2 <-Shapename
————————————————–
1139,GRID
0.0
“D:\MODEL \TOP_L1.IDF”