GMS:Map to MODFLOW

From XMS Wiki
Revision as of 19:47, 27 July 2011 by Wood (talk | contribs)
Jump to navigationJump to search
After the conceptual model is constructed and a grid has been created, the final step in converting a conceptual model to a MODFLOW numerical model is to select the Map -> MODFLOW command. However, before this command can be selected, MODFLOW must be initialized. MODFLOW is initialized as follows:
  1. Switch to the 3D Grid module
  2. Select the New Simulation command in the MODFLOW menu.
  3. MODFLOW simulations are steady state by default. For a transient simulation, go to the Global Options/Basic Package Dialog and select the Transient option. Then set up the stress periods you wish to use in the simulation.
  4. By default, the top layer is unconfined and the remaining layers are confined. To use a different set of layer types, go to the BCF/LPF/HUF Package dialog and select the appropriate layer type for each layer.
Once MODFLOW is initialized, the Map -> MODFLOW command becomes available. When the command is selected, the Map -> MODFLOW Options dialog appears. Three options are available for converting the conceptual model: Active coverage only, All applicable coverages, and All visible coverages. If the All applicable coverages option is chosen, all of the feature objects in all of the MODFLOW-related coverages in the active conceptual model are used. This option is typically selected when the conceptual model is first converted. If the Active coverage only or the All visible coverages option is selected, only a subset of the coverages are used to update the numerical model.
Multiple Values Per Cell
Because GMS processes each feature object separately, there will often be sources/sinks that were derived from two separate feature objects in the same cell. In fact, this is almost always the case in the cell that contains the endpoint of one arc and the beginning point of an adjacent arc. This is not an error. MODFLOW handles each of the boundary conditions in the cell simultaneously.
Specified Head Cells
Because the constant head condition forces the head in those cells to match whatever is specified, it is inappropriate to have other boundary conditions defined in the cells that are designated constant head. Therefore, GMS processes all of the specified head objects first. Afterwards, if there is another stress that should normally be assigned to a cell that has been previously assigned a constant head condition, the new stress is not assigned.
Changing Head Boundary
When mapping a specified head boundary to MODFLOW, GMS always uses the CHD package (Time Variant Specified Head package). In MF2K, a changing head boundary must be used in order to extract fluxes out of the MODFLOW output for the arcs in the map module. With MF2K you can not get a flux observation with normal Spec Head. It is assumed that most of the time the user would want to see the flux in/out of the boundary. If a cell contains two different arcs, the specified head is split in 2 pieces at cells where 2 specified head arcs meet. This is done for 2 reasons. First, the CHD package will combine the CHD boundary conditions that are in the same cell. Second, the flux in/out of the cell will be partitioned to the 2 different arcs in the map module.
A traditional specified head boundary can be manually applied by using the IBOUND and starting heads arrays. The computed heads from MODFLOW will be the same whether a constant head or changing head boundary is used.
Well Screens
When using well screens in your conceptual model the following equation is used to partition the flow to different layers:


where
Qi = The flow rate for layer i
(kh)i = The horizontal hydraulic conductivity for layer i
Bi = The length of the well screen intercepted by the layer
For example:

:File:Well flux conv.gif


Assuming the K's are the horizontal K's, Q1 would be computed as:


In order to complete this computation, the K's must be assigned to the cells in the grid. You must assign the K values to the grid prior to executing the Map -> MODFLOW command.
If the HUF package is being used then the K value for each cell is estimated from the HUF units.
Automatic Layer Assignment
When building a MODFLOW conceptual model with a multi-layer model, it is necessary to define the range of layers associated with a particular source sink object. For example, an arc corresponding to a specified head boundary condition may be associated with layers 1-3 on the edge of a model. On the other hand, a drain arc in the middle of the model may only be associated with the top layer. The following example shows how a specified head boundary condition would map with the "Use layer range" option with the range set from 1 to 2:

Map-layer-range.png


In some cases, however, the proper layer for a particular source/sink object will depend on the elevation of the object relative to the layer elevations. For example, a drain may represent a channel that cuts through the terrain. In some places the channel may be shallow and correspond to layer 1. In other places, the channel may be deep enough that it cuts into layer 2. The "Auto assign to one cell" option is used for defining the layer range in these cases. If this option is selected, the object will be associated with the layer where the elevation or head associated with the object falls between the top and bottom elevation for the layer. The following shows how the same specified head boundary condition would map with the "Auto assign to one cell" option:

Map-single-cell.png


The "Auto-assign including lower cells" option is useful for cases where you want a specified head boundary assigned to the layer where the head is between the top and bottom elevation of the cell as well as any active cells below that cell. The following shows how the same specified head boundary condition would map with the "Auto-assign including lower cells" options:

Map-including-lower-cells.png