+description is an optional array that characterizes the existence status of a cell. If the IDOMAIN array is not specified, then all model cells exist within the solution. If the IDOMAIN value for a cell is 0, the cell does not exist in the simulation. Input and output values will be read and written for the cell, but internal to the program, the cell is excluded from the solution. The BOTM value specified for the cell is still used as the top elevation of the cell directly below it, so that lower cell must still be given a positive thickness. If the IDOMAIN value for a cell is1, the cell exists in the simulation. If the IDOMAIN value for a cell is -1, the cell does not exist in the simulation. Furthermore, the first existing cell above will be connected to the first existing cell below. This type of cell is referred to as a ``vertical pass through'' cell. Note that this vertical pass-through connection does not alter cell geometry. The top and bottom elevations of the existing cells above and below remain exactly as specified, and the BOTM value given for a pass-through cell is still used as the top elevation of the cell directly beneath it. To avoid leaving a gap in the grid, a vertical pass-through cell should be given a negligible thickness by setting its BOTM equal to the bottom elevation of the cell directly above it (for a pass-through cell in the top layer, set its BOTM equal to TOP). Otherwise the cell beneath a vertical pass-through cell may be assigned a nonpositive thickness, causing the program to terminate with an error.
0 commit comments