HOME

TheInfoList



OR:

MODFLOW is the
U.S. Geological Survey The United States Geological Survey (USGS), formerly simply known as the Geological Survey, is a scientific agency of the United States government. The scientists of the USGS study the landscape of the United States, its natural resources, and ...
modular finite-difference flow model, which is a computer
code In communications and information processing, code is a system of rules to convert information—such as a letter, word, sound, image, or gesture—into another form, sometimes shortened or secret, for communication through a communication ...
that solves the
groundwater flow equation Used in hydrogeology, the groundwater flow equation is the mathematical relationship which is used to describe the flow of groundwater through an aquifer. The transient flow of groundwater is described by a form of the diffusion equation, similar to ...
. The program is used by hydrogeologists to simulate the flow of
groundwater Groundwater is the water present beneath Earth's surface in rock and soil pore spaces and in the fractures of rock formations. About 30 percent of all readily available freshwater in the world is groundwater. A unit of rock or an unconsolidate ...
through
aquifer An aquifer is an underground layer of water-bearing, permeable rock, rock fractures, or unconsolidated materials (gravel, sand, or silt). Groundwater from aquifers can be extracted using a water well. Aquifers vary greatly in their characterist ...
s. The
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the wo ...
is free
public domain software Public-domain software is software that has been placed in the public domain, in other words, software for which there is absolutely no ownership such as copyright, trademark, or patent. Software in the public domain can be modified, distributed, ...
, written primarily in Fortran, and can compile and run on
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
or
Unix-like A Unix-like (sometimes referred to as UN*X or *nix) operating system is one that behaves in a manner similar to a Unix system, although not necessarily conforming to or being certified to any version of the Single UNIX Specification. A Unix-li ...
operating systems. Since its original development in the early 1980s, the USGS has made six major releases, and is now considered to be the ''de facto'' standard code for aquifer simulation. There are several actively developed commercial and non-commercial
graphical user interface The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
s for MODFLOW. MODFLOW was constructed in what was in 1980's called a modular design. This means it has many of the attributes of what came to be called object-oriented programming. For example, capabilities (called "packages") that simulate subsidence or lakes or streams, can easily be turned on and off and the execution time and storage requirements of those packages go away entirely. If a programmer wants to change something in MODFLOW, the clean organization makes it easy. Indeed, this kind of innovation is exactly what was anticipated when MODFLOW was designed. Importantly, the modularity of MODFLOW makes it possible for different Packages to be written that are intended to address the same simulation goal in different ways. This allows differences of opinion about how system processes function to be tested. Such testing is an important part of multi-modeling, or alternative hypothesis testing. Models like MODFLOW make this kind of testing more definitive and controlled. This results because other aspects of the program remain the same. Tests become more definitive because they become less prone to being influenced unknowingly by other numerical and programming differences.


Groundwater flow equation

The governing
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function. The function is often thought of as an "unknown" to be sol ...
for a confined aquifer used in MODFLOW is: :\frac \left K_ \frac \right+ \frac \left K_ \frac \right+ \frac \left K_ \frac \right+ W = S_ \frac where *K_, K_ and K_ are the values of
hydraulic conductivity Hydraulic conductivity, symbolically represented as (unit: m/s), is a property of porous materials, soils and rocks, that describes the ease with which a fluid (usually water) can move through the pore space, or fractures network. It depends on th ...
along the ''x'', ''y'', and ''z'' coordinate axes (L/T) *h is the potentiometric
head A head is the part of an organism which usually includes the ears, brain, forehead, cheeks, chin, eyes, nose, and mouth, each of which aid in various sensory functions such as sight, hearing, smell, and taste. Some very simple animals may ...
(L) *W is a
volumetric flux In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2). Volumetric flux has dimensions of volume/(time*area). The density of a particular property in a fluid's volume, multiplied with the volumetri ...
per unit volume representing sources and/or sinks of water, where ''negative'' values are extractions, and ''positive'' values are injections (T−1) *S_ is the
specific storage In the field of hydrogeology, ''storage properties'' are physical properties that characterize the capacity of an aquifer to release groundwater. These properties are storativity (S), specific storage (Ss) and specific yield (Sy). According to '' ...
of the porous material (L−1); and *t\, is time (T)


Finite difference

The
finite difference A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for t ...
form of the partial differential in a discretized aquifer domain (represented using rows, columns and layers) is: :\begin & \mathit_\left(h^m_-h^m_\right) + \mathit_\left(h^m_-h^m_\right) + \\ & \mathit_\left(h^m_-h^m_\right) + \mathit_\left(h^m_-h^m_\right) + \\ & \mathit_\left(h^m_-h^m_\right) + \mathit_\left(h^m_-h^m_\right) + \\ & P_\,h^m_ + Q_ = \mathit_\left(\Delta r_j \Delta c_i \Delta v_k\right) \frac \end where :h^m_\, is the
hydraulic head Hydraulic head or piezometric head is a specific measurement of liquid pressure above a vertical datum., 410 pages. See pp. 43–44., 650 pages. See p. 22. It is usually measured as a liquid surface elevation, expressed in units of length, ...
at cell ''i'',''j'',''k'' at time step ''m'' :''CV'', ''CR'' and ''CC'' are the hydraulic conductances, or branch conductances between node ''i'',''j'',''k'' and a neighboring node :P_\, is the sum of coefficients of head from source and sink terms :Q_\, is the sum of constants from source and sink terms, where Q_<0.0\, is flow out of the groundwater system (such as pumping) and Q_>0.0\, is flow in (such as injection) :\mathit_\, is the
specific storage In the field of hydrogeology, ''storage properties'' are physical properties that characterize the capacity of an aquifer to release groundwater. These properties are storativity (S), specific storage (Ss) and specific yield (Sy). According to '' ...
:\Delta r_j\Delta c_i\Delta v_k\, are the dimensions of cell ''i'',''j'',''k'', which, when multiplied, represent the volume of the cell; and :t^m\, is the time at time step ''m'' This equation is formulated into a system of equations to be solved as: :\begin &\mathit_ h^m_ + \mathit_ h^m_ + \mathit_ h^m_ \\ &+ \left( - \mathit_ - \mathit_ - \mathit_ - \mathit_ - \mathit_ - \mathit_ + \mathit_\right) h^m_ \\ &+ \mathit_ h^m_ + \mathit_ h^m_ + \mathit_ h^m_ = \mathit_ \end where :\begin \mathit_ &= P_ - \frac \\ \mathit_ &= -Q_ - \mathit_\Delta r_j \Delta c_i \Delta v_k \frac \end or in matrix form as: :A\mathbf=\mathbf where :''A'' is a matrix of the coefficients of head for all active nodes in the grid :\mathbf is a vector of head values at the end of time step m for all nodes in the grid; and :\mathbf is a vector of the constant terms, ''RHS'', for all nodes of the grid.


Limitations

* The water must have a constant
density Density (volumetric mass density or specific mass) is the substance's mass per unit of volume. The symbol most often used for density is ''ρ'' (the lower case Greek letter rho), although the Latin letter ''D'' can also be used. Mathematical ...
,
dynamic viscosity The viscosity of a fluid is a measure of its resistance to deformation at a given rate. For liquids, it corresponds to the informal concept of "thickness": for example, syrup has a higher viscosity than water. Viscosity quantifies the inter ...
(and consequently
temperature Temperature is a physical quantity that expresses quantitatively the perceptions of hotness and coldness. Temperature is measured with a thermometer. Thermometers are calibrated in various temperature scales that historically have relied o ...
) throughout the modelling domain
SEAWAT
is a modified version of MODFLOW which is designed for density-dependent groundwater flow and transport) * The principal components of
anisotropy Anisotropy () is the property of a material which allows it to change or assume different properties in different directions, as opposed to isotropy. It can be defined as a difference, when measured along different axes, in a material's physic ...
of the
hydraulic conductivity Hydraulic conductivity, symbolically represented as (unit: m/s), is a property of porous materials, soils and rocks, that describes the ease with which a fluid (usually water) can move through the pore space, or fractures network. It depends on th ...
used in MODFLOW is displayed on the right. This
tensor In mathematics, a tensor is an algebraic object that describes a multilinear relationship between sets of algebraic objects related to a vector space. Tensors may map between different objects such as vectors, scalars, and even other tenso ...
does not allow non-
orthogonal In mathematics, orthogonality is the generalization of the geometric notion of ''perpendicularity''. By extension, orthogonality is also used to refer to the separation of specific features of a system. The term also has specialized meanings in ...
anisotropies, as could be expected from flow in
fractures Fracture is the separation of an object or material into two or more pieces under the action of stress. The fracture of a solid usually occurs due to the development of certain displacement discontinuity surfaces within the solid. If a displa ...
. Horizontal anisotropy for an entire layer can be represented by the coefficient "TRPY" (Data Item 3 Page 153).


Versions


"Modular Model"

The USGS throughout the 1970s had developed several hundred models, written in different dialects of FORTRAN. At the time, it was common practice to rewrite a new model to fit the need of a new groundwater scenario. The concept for MODFLOW was originally designed in 1981 to provide a common ''modular'' groundwater model, which could be compiled on multiple platforms without major (or any) modification, and can read and write common formats. Different aspects of the groundwater system would be handled using the modules, similar to the idea of a " component stereo system". The original name of the code was "The USGS Modular Three-Dimensional Finite-Difference Ground-Water Flow Model", or informally as "The Modular Model." The name MODFLOW was coined several years after the initial code development, which started in 1981. The first version of MODFLOW was published on December 28, 1983, and was coded entirely in FORTRAN 66. The source code for this version is listed in USGS Open File Report 83-875 referred to above.


MODFLOW-88

This version of MODFLOW was rewritten in FORTRAN 77, and was originally released on July 24, 1987. The current version o
MODFLOW-88
is 2.6, released on September 20, 1996. ''MODPATH'', was initially developed in 1989 to post-process the steady-state MODFLOW-88 data to determine three-dimensional
pathline Streamlines, streaklines and pathlines are field lines in a fluid flow. They differ only when the flow changes with time, that is, when the flow is not steady. Considering a velocity vector field in three-dimensional space in the framework of ...
s of particles. This innovation has been indispensable for the fields of
contaminant Contamination is the presence of a constituent, impurity, or some other undesirable element that spoils, corrupts, infects, makes unfit, or makes inferior a material, physical body, natural environment, workplace, etc. Types of contamination Wi ...
hydrogeology Hydrogeology (''hydro-'' meaning water, and ''-geology'' meaning the study of the Earth) is the area of geology that deals with the distribution and movement of groundwater in the soil and rocks of the Earth's crust (commonly in aquif ...
. It is still used as a post-processor in recent versions of MODFLOW. A separate program, ''MODFLOWP'', was developed in 1992 to estimate various ''parameters'' used in MODFLOW. This program was eventually built into MODFLOW-2000.


MODFLOW-96

MODFLOW-96 (version 3.0) was originally released on December 3, 1996, and is a cleaned-up and revised continuation of MODFLOW-88. There are three final releases of MODFLOW-96:
MODFLOW-96
(version 3.3, May 2, 2000)

(version 3.3h, July 10, 2000), with HYDMOD package

(version 3.2, Oct 9, 1997), MODFLOW-96 with parameter-estimation Several graphical interfaces were first developed using the MODFLOW-96 code.


MODFLOW-2000

MODFLOW-2000 (version 1.0; version numbering was reset) was released on July 20, 2000, which merged MODFLOWP and HYDMOD codes into the main program and has integrated observation, sensitivity analysis, parameter estimation, and uncertainty evaluation capabilities. Many new packages and enhancements were also included, including new solvers, stream and saturated flow packages. The internal design concepts also changed from previous versions, such that ''packages'', ''processes'' and ''modules'' are distinct. This version was coded in a mixture of FORTRAN 77, Fortran 90, and one solver was programmed in C. MODFLOW-2000 can also be compiled for
parallel computing Parallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time. There are several different fo ...
, which can allow multiple
processor Processor may refer to: Computing Hardware * Processor (computing) **Central processing unit (CPU), the hardware within a computer that executes a program *** Microprocessor, a central processing unit contained on a single integrated circuit (I ...
s to be used to increase model complexity and/or reduce simulation time. The parallelization capability is designed to support the sensitivity analysis, parameter estimation, and uncertainty analysis capabilities of MODFLOW-2000. The final version o
MODFLOW-2000
(or ''MF2K'') is version 1.19.01, released on March 25, 2010. There are four related or branched codes based on MODFLOW-2000:
MF2K-GWM or GWM-2000
(version 1.1.4, May 31, 2011, branched from mf2k 1.17.2), with groundwater management capability using optimization

(version 1.00, May 19, 2006, based on mf2k 1.15.03), with Farm Process

(version 1.9.8, October 28, 2008, based on MF2K 1.17.02), groundwater flow and solute-transport model
SEAWAT
(version 4.00.05, October 19, 2012), variable-density flow and transport processes

(version 1.01, July 5, 2006), variably saturated flow


MODFLOW-2005

MODFLOW-2005 differs from MODFLOW-2000 in that the sensitivity analysis, parameter estimation, and uncertainty evaluation capabilities are removed. Thus, the support for these capabilities now falls to "clip on" codes that are supported externally to the MODFLOW support effort. In addition, the code was reorganized to support multiple models within one MODFLOW run, as needed for th
LGR
(Local Grid Refinement) capability. MODFLOW-2005 is written primarily in Fortran 90 and C, with C being used for one solver. The current version o

is version 1.12.00, released on February 3, 2017. Related or branched codes include:

(version 1.8.00, February 23, 2011), conduit flow process to simulate turbulent or laminar groundwater flow conditions
MODFLOW-LGR
(version 2.0, September 19, 2013), local grid refinement

(version 1.4.2, March 25, 2013), groundwater management capability using optimization

(version 1.0.00, October 28, 2009), estimate dynamically integrated supply-and-demand components of irrigated agriculture as part of the simulation of surface-water and ground-water flow
MODFLOW-NWT
version 1.1.3, August 1, 2017), Newton formulation for solving problems involving drying and rewetting nonlinearities of the unconfined groundwater-flow equation.
MODFLOW-OWHM
(version 1.00.12, October 1, 2016), The One-Water Hydrologic Flow Model (MODFLOW-OWHM, MF-OWHM or One-Water), developed cooperatively between the USGS and the U.S. Bureau of Reclamation, is a fusion of multiple versions of MODFLOW-2005 (NWT, LGR, FMP, SWR, SWI) into ONE version, contains upgrades and new features and allows the simulation of head-dependent flows, flow-dependent flows, and deformation dependent flows that collectively affect conjunctive use of water resources.
MODFLOW-USG
All version of MODFLOW listed above are constructed on what is called a structured grid. That is, the grid is composed of rectilinear blocks. The only exception is the LGR capability, which allows locally refined grids to be inserted into the structure of a "parent" grid. The local area is again composed of rectilinear blocks, but the blocks are smaller. Experimentation with a much more flexible grid structure resulted in the release o
MODFLOW-USG
(version 1.3.00, December 1, 2015), designed to be adapted to a wide range of grid variations using
unstructured grid An unstructured grid or irregular grid is a tessellation of a part of the Euclidean plane or Euclidean space by simple shapes, such as triangles or tetrahedra, in an irregular pattern. Grids of this type may be used in finite element analysis w ...
s. MODFLOW-USG has similar capabilities as MODFLOW 6, which provides grid capabilities with and intermediate level of flexibility.


MODFLOW 6

MODFLOW 6 (MF6), first released in 2017, is the sixth core version of MODFLOW to be released by the USGS. This release is a rewrite of MODFLOW following an object-oriented programming paradigm in Fortran, and provides a platform that includes the capabilities from several previous MODFLOW-2005 versions, including MODFLOW-NWT, MODFLOW-USG, and MODFLOW-LGR. MODFLOW 6 supports structured or unstructured grids, has full support for the Newton-Raphson formulation, and has a unique Water Mover Package that allows flows to be routed between the advanced packages, including the Streamflow Routing, Lake, Multi-Aquifer Well, and Unsaturated Zone Flow Packages. MODFLOW 6 also contains a Groundwater Transport (GWT) model that simulates transient three-dimensional solute transport on structured or unstructured grids and through the advanced flow and mover packages. An Application Programming Interface (API) is also available for MODFLOW 6, which allows the program to be coupled with other models or controlled with popular scripting languages, such as Python. While there are a few features lacking in the current release that are supported in MODFLOW-2005, most of the popular capabilities in previous MODFLOW versions are available in MODFLOW 6. The current version is 6.2.2, released July 30, 2021.


Packages

The names in this table are the labels used to turn MODFLOW capabilities on and off via a key input file. Most capabilities have many alternatives or can be omitted, but the ones related to the BASIC Package are always required. Many of the capabilities introduced are supported in later versions, though the grid change enabled with MODFLOW-USG and MODFLOW 6 meant that such backward compatibility was rather selective.


Graphical user interfaces

There are several graphical interfaces to MODFLOW, which often include the compiled MODFLOW code with modifications. These programs aid the input of data for creating MODFLOW models.


Non-commercial interfaces

Non-commercial MODFLOW versions are free, however, their licensing usually limit the use to non-profit educational or research purposes.
ModelMuse
is a grid-independent graphical user interface from the USGS for MODFLOW 6, MODPATH, SUTRA, and PHAST version 1.51. There are no license restrictions. The source code is included.
FloPy
is a Python package for creating, running, and post-processing MODFLOW-based models.

– Made by the USGS: it is updated often to match the current USGS MODFLOW development. It supports MODFLOW-96, MODFLOW-2000, MODFLOW-2005, MODPATH, ZONEBUDGET, GWT, MT3DMS, SEAWAT, and GWM. Source code for MODFLOW-GUI is included. It depends o
Argus ONE
a commercial interface for constructing generic models. There are no license restrictions beyond those of Argus ONE.
PMWIN
– "Processing MODFLOW" (for
Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
) – powerful freeware for MODFLOW processing and visualization, provided alongside an instructional book; also available in
Traditional Chinese A tradition is a belief or behavior (folk custom) passed down within a group or society with symbolic meaning or special significance with origins in the past. A component of cultural expressions and folklore, common examples include holidays or ...
. The license for this version is limited to non-commercial use.
mflab
- mflab is a
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementation ...
interface to MODFLOW. The user builds and analyzes models by writing a set of MATLAB scripts. This results in flexible and efficient workflows, allowing a great deal of automation.
iMOD
- Free and open source interface developed b
Deltares
iMOD contains an accelerated version of MODFLOW with fast, flexible and consistent sub-domain modeling techniques. Facilitating large, high resolution MODFLOW modeling and geo-editing of the subsurface
FREEWAT
is a free and open source, QGIS-integrated modelling platform integrating MODFLOW (MODFLOW versions integrated are MODFLOW-2005 and MODFLOW-OWHM) and the following MODFLOW-related simulation codes
MT3D-USGSSEAWATMODPATHUCODE-2014
FREEWAT has been developed in the framework of the H2020 FREEWAT project (FREE and open source software tools for WATer resource management), financed by the EU Commission under the call WATER INNOVATION: BOOSTING ITS VALUE FOR EUROPE. The source code is released under

along with a complete set of User Manuals and tutorials.


Commercial programs

Commercial MODFLOW programs are typically used by governments and
consultant A consultant (from la, consultare "to deliberate") is a professional (also known as ''expert'', ''specialist'', see variations of meaning below) who provides advice and other purposeful activities in an area of specialization. Consulting servic ...
s for practical applications of MODFLOW to real-world groundwater problems. Professional versions of MODFLOW are generally priced at a minimum of around $1000 and typically range upward to US$7000. This is a list of commercial programs for MODFLOW:
Argus ONE
*
GMS GMS may refer to: Education * Gates Millennium Scholars Program, higher education scholarship program in the United States * Glen Mills Schools, in Thornbury Township, Delaware County, Pennsylvania, United States * Governor Morehead School, in Ra ...
– Groundwater Modeling System
Groundwater Vistas

Leapfrog Hydro

Processing Modflow
*
Visual MODFLOW Visual MODFLOW (VMOD) is a graphical interface (GUI) for the open source groundwater modeling engine MODFLOW. VMOD was developed by Waterloo Hydrogeologic and first released in 1994, the first commercially available GUI for MODFLOW. In May 2012 ...
All current versions of these programs run only on Microsoft Windows, however previous versions of GMS (up to Version 3.1) were compiled for several
Unix Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and ot ...
platforms.


Former graphical interfaces

* Graphic Groundwater – Windows-based interface * ModelCad – A Windows-based interface, developed by Geraghty and Miller, Inc.
ModIME
– A
DOS DOS is shorthand for the MS-DOS and IBM PC DOS family of operating systems. DOS may also refer to: Computing * Data over signalling (DoS), multiplexing data onto a signalling channel * Denial-of-service attack (DoS), an attack on a communicat ...
-based interface by S.S. Papadopulos & Associates, Inc.


See also

*
FEFLOW FEFLOW (Finite Element subsurface FLOW system) is a computer program for simulating groundwater flow, mass transfer and heat transfer in porous media and fractured media. The program uses finite element analysis to solve the groundwater flow eq ...
* HydroGeoSphere *
Hydrological optimization Hydrological optimization applies mathematical optimization techniques (such as dynamic programming, linear programming, integer programming, or quadratic programming) to water-related problems. These problems may be for surface water, groundwate ...
* MIKE SHE *
MT3D MT3D is a family of finite-difference groundwater mass transport modeling software, often used with MODFLOW. The first generation, MT3D, was developed by Chunmiao Zheng in 1990, and most recently released by the U.S. Geological Survey The Uni ...


References

{{reflist, 30em


External links


MODFLOW and related programs
official website


MODFLOW Users Group
on
Google Groups Google Groups is a service from Google that provides discussion groups for people sharing common interests. The Groups service also provides a gateway to Usenet newsgroups via a shared user interface. Google Groups became operational in February ...
Hydrology models Hydrogeology software United States Geological Survey Geology software for Linux Public-domain software Free science software