GMS:IBOUND: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{MODFLOW Links}} | {{MODFLOW Links}} | ||
The IBOUND button of the [[GMS:Global Options/Basic Package|''Global Options\Basic Package'']] dialog brings up the [[GMS:MODFLOW Array Editor|''array editor'']]. | |||
=== Values === | === Values === | ||
The IBOUND array contains a value for each cell in the grid defining the type of the cell as constant head, inactive, or variable head. | |||
; Constant Head : A negative value indicates that the cell has a constant head. The value of the constant head is defined in the starting heads array. | |||
; Inactive : An IBOUND value of zero indicates that the cell is inactive (no-flow). | |||
:A negative value indicates that the cell has a constant head. The value of the constant head is defined in the starting heads array. | ; Variable Head : A positive IBOUND value indicates that the cell has a variable head (i.e., the head value will be computed as part of the simulation). | ||
:An IBOUND value of zero indicates that the cell is inactive (no-flow). | |||
:A positive IBOUND value indicates that the cell has a variable head (i.e., the head value will be computed as part of the simulation). | |||
=== Editing the IBOUND Array === | === Editing the IBOUND Array === |