MODFLOW Analyst
From ArcHydroGW Wiki
MODFLOW Analyst is a suite of ArcGIS tools for importing, visualizing, and creating MODFLOW models. The tools support importing existing MODFLOW models into a geodatabase and visualizing the inputs and simulated results of the model (e.g. heads, drawdown, and flow). MODFLOW Analyst also supports the creation of new models leveraging the ability to use GIS features to construct model input. MODFLOW Analyst tools are based on a public domain MODFLOW Data Model (MDM).MODFLOW Analyst tools are grouped into the following toolsets: Features, Import, Stress Periods, Tables, Utilities, and Views:
Geoprocessing Tools
-
MODFLOW Analyst
-
Features:
-
Boundary To DIS: Builds MODFLOW Discretization tables, based on the MODFLOW Data Model, from a boundary polygon, and the number of rows and columns in the MODFLOW model.
Boundary To DIS Refine Points: Builds MODFLOW Discretization tables, based on the MODFLOW Data model, from a boundary polygon and refine points. The number of rows and columns will fit the boundary and will be refined around wells or other specified refine points, typically resulting in a MODFLOW grid with rows and columns that are not evenly spaced. The number of rows and columns in the Discretization tables will be automatically determined.
-
Build Boundary Rectangle: Builds a polygon representing the boundary of a MODFLOW simulation.
-
Create MODFLOW Cell2D: Creates Cell2D polygon features from MODFLOW discretization tables and a boundary polygon.
Create MODFLOW Cell3D: Creates Cell3D multipatch features representing model cells.
Create MODFLOW Node2D: Creates Node2D features from a Cell2D layer. MODFLOW is a finite-difference model, and uses the center of a Cell polygon as the location of a Cell node.
Create MODFLOW Node3D: Creates Node3D features from MODFLOW discretization tables and a boundary polygon. Node3D point features are z-enabled, and are located at the center of each MODFLOW cell.
DIS To Boundary: Creates a boundary polygon using user inputs (origin, and angle) and information on the discretization of the MODFLOW grid.
-
-
Import:
-
Add Output File: Stores a MODFLOW output file (head, drawdown, ccf, etc.), or a path to the file, in the geodatabase. The file can be stored as a blob and compressed.
Fill Output Arrays: Reads the files listed in the OutputFiles table, and (depending on the files found) populates one or more of the following tables: OutputTime, OutputHead, OutputDrawdown and OutputFlow.
Import MODFLOW Model: Imports a MODFLOW model into a geodatabase and creates the Boundary, Cell2D, and Node2D feature classes. The model connects the following tools in sequence: Import MODFLOW Tables, DIS To Boundary, Create MODFLOW Cell2D, Create Nodes From Cell2D.
-
Import MODFLOW Output: Reads the result of a MODFLOW run and populates the Output tables (OutputFiles, OutputTimes, OutputHead, OutputDrawdown, OutputFlow).
-
Import MODFLOW Tables: Imports a MODFLOW model into a geodatabase (based on the MODFLOW Data Model). Existing MODFLOW Data Model tables (with the default names) will be deleted from the geodatabase before being imported.
-
-
Stress Periods:
-
Tables:
-
Create Cell Index Table: Creates the CellIndex table from MODFLOW discretization information. Each record in the CellIndex table represents a cell within a MODFLOW grid and is given an I, J, K, IJ, and IJK value.
-
Delete MODFLOW Tables: Deletes MODFLOW Data Model tables from a geodatabase. Only tables with the default names are deleted.
-
-
Utilities:
-
Views:
-
Toolbar Tools and Commands
- MODFLOW Filters: Performs definition queries on the selected feature layer based on MODFLOW Data Model attributes. Filters included:
- K filter: for filtering by the grid layer index.
- Stress Period ID (SPID) filter: filters a transient layer based on the stress period ID.
- Time Filter: filters a layer by a specified date/time value.
