GMS:MODFLOW-NWT: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
(21 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{MODFLOW Links}} | ||
{{hide in print|Starting at GMS version 8.2, GMS supports MODFLOW-NWT.}}MODFLOW-NWT is a version of MODFLOW based on MODFLOW-2005 that provides a different formulation of the groundwater flow equation designed to solve models that are non-linear due to unconfined cells or non-linear boundary conditions. | |||
{{hide in print|Starting at GMS version 8.2, GMS supports MODFLOW-NWT.}} MODFLOW-NWT is a version of MODFLOW based on [[GMS:MODFLOW-2005|MODFLOW-2005]] that provides a different formulation of the groundwater flow equation designed to solve models that are non-linear due to unconfined cells or non-linear boundary conditions. | |||
== Choosing MODFLOW Version == | == Choosing MODFLOW Version == | ||
Line 10: | Line 11: | ||
== Changes to MODFLOW 2005 == | == Changes to MODFLOW 2005 == | ||
Source code differences between MODFLOW 2005 and MODFLOW-NWT. | |||
: | |||
# '''UPW Package''' | |||
#* The [[GMS:UPW Package|Upstream Weighting package]] (UPW) is the flow package used with MODFLOW-NWT. The UPW package is only used with the [[GMS:NWT Package|NWT Solver package]]. | |||
# '''NWT Solver''' | |||
#* MODFLOW-NWT contains the [[GMS:NWT Package|NWT solver package]]. The NWT solver must be used when using the [[GMS:UPW Package|UPW flow package]]. | |||
# '''WEL Package''' | |||
#* The WEL package was modified to add an option to decrease the pumping rate as the head drops below a user-specified percentage of cell thickness. The new option is called PHIRAMP. | |||
# '''SFR Package''' | |||
#* The SFR package is modified to avoid removing water from dry cells and to calculate derivatives for the Newton formulation. | |||
# '''UZF Package''' | |||
#* The UZF package is modified to avoid removing water from dry cells and to calculate derivatives for the Newton formulation. | |||
# '''Other Packages''' | |||
#* Poor input values for other packages can result in convergence failure. For example, an EVT extinction depth below the cell bottom elevation can result water being improperly removed from a dry cell. | |||
==MODFLOW-NWT Files== | |||
Here are tables of some of the available input and output files for MODFLOW-NWT. '''''Note:''''' MODFLOW will produce the LMT and HFF files even if transport is turned off. | |||
* For more information on these files see the [http://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/index.html? manual] | |||
{| class="wikitable" | |||
|+'''Required Input Files''' | |||
!width="40" align="center"|Name | |||
!width="250" align="center"|Description | |||
|- | |||
|MFN||MODFLOW Name File | |||
|- | |||
|GLO||Global Listing File | |||
|- | |||
|DIS||Discretization File | |||
|- | |||
|OC||Process Output Control Option File | |||
|- | |||
|BA6||Basic Package Global Options File | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Solver Package File''' | |||
!width="40" align="center"|Name | |||
!width="250" align="center"|Description | |||
|- | |||
|DE4||Direct | |||
|- | |||
|GMG||Geometric Multi-Grid | |||
|- | |||
|LMG||Link Algebraic Multi-Grid | |||
|- | |||
|NWT||Newton | |||
|- | |||
|PCG||Preconditioned Conjugate-Gradient | |||
|- | |||
|SIP||Strongly Implicit Procedure | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Input Flow Package Files''' | |||
!width="40" align="center"|Name | |||
!width="250" align="center"|Description | |||
|- | |||
|BCF||Evapotranspiration Segments | |||
|- | |||
|HUF||Evapotranspiration | |||
|- | |||
|LPF||Layer Property Flow | |||
|- | |||
|UPW||Unsaturated-Zone Flow | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Optional Package Files''' | |||
!width="40" align="center"|Name | |||
!width="250" align="center"|Description | |||
|- | |||
|ASP||PEST Advanced Spacial Parameterization | |||
|- | |||
|CHD||Time-Variant Specified-Head | |||
|- | |||
|DRN||Drain | |||
|- | |||
|DRT||Drain Return | |||
|- | |||
|EVT||Evapotranspiration | |||
|- | |||
|ETS||Evapotranspiration Segments | |||
|- | |||
|GAG||Gage | |||
|- | |||
|GHB||General Head Boundary | |||
|- | |||
|HFB||Horizontal Flow Barrier | |||
|- | |||
|LAK||Lake | |||
|- | |||
|RCH||Recharge | |||
|- | |||
|RIV||River | |||
|- | |||
|SFR||Streamflow-Routing | |||
|- | |||
|STR||Stream-Routing | |||
|- | |||
|SUB||Subsidence | |||
|- | |||
|SWI||Seawater Intrusion | |||
|- | |||
|UZF||Unsaturated-Zone Flow | |||
|- | |||
|WEL||Process Well | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Observation Input Files''' | |||
!width="40" align="center"|Name | |||
!width="250" align="center"|Description | |||
|- | |||
|OBS||Main Observation Process Input | |||
|- | |||
|DROB||Drain Observation | |||
|- | |||
|CHOB||Constant-Head Flow Observation Input | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Output Files''' | |||
!align="center" width="50"|Name | |||
!width="350"|Description | |||
|- | |||
|MFS||MODFLOW Super File | |||
|- | |||
|MFW||GMS MODFLOW World File | |||
|- | |||
|MFR||GMS MODFLOW Result Index File | |||
|- | |||
|PRJ||Projection | |||
|- | |||
|CSV||Cell Summary Comma Separated Value Excel | |||
|- | |||
|HFF||Head and Flow File Link to MT3DMS | |||
|- | |||
|H5||Hierarchal Data Format (HDF5) Array & List Data | |||
|- | |||
|LMT||Link Modular Transport (MT3DMS) | |||
|- | |||
|M2P||MODFLOW Pest | |||
|- | |||
|PARAM||Parameter Information | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Output Results Files''' | |||
!align="center" width="50"|Name | |||
!width="350"|Description | |||
|- | |||
|CCF||Cell-to-Cell Aquifer Flow | |||
|- | |||
|CCF2||Cell-to-Cell Stream Reach Outflow | |||
|- | |||
|DRW||Drawdown | |||
|- | |||
|GLO||Global Listing | |||
|- | |||
|HED||Head Output | |||
|- | |||
|OUT||Output | |||
|- | |||
{| class="wikitable" | |||
|+'''Output Package Files''' | |||
!align="center" width="50"|Name | |||
!width="350"|Description | |||
|- | |||
|MNW||Multi-Node Well | |||
|- | |||
|MNW2||Multi-Node Well Version 2 | |||
|- | |||
|MNWI||Multi-Node Well Information | |||
|- | |||
|SWIBUD||Seawater Intrusion Package Budget | |||
|- | |||
|SWIZETA||Sewater Intrusion Package Zeta Surface | |||
|- | |||
{| class="wikitable" | |||
|+'''Output Data Exchange Files''' | |||
!align="center" width="50"|Name | |||
!width="350"|Description | |||
|- | |||
|_W||Weighted Residuals | |||
|- | |||
|_WW||Weighted Equivalents & Weighted Observation | |||
|- | |||
|_WS||Weighted Residuals and Simulated Equivalents | |||
|- | |||
|_R||Unweighted Residuals | |||
|- | |||
|_OS||Observed Values and Simulated Equivalents | |||
|- | |||
|_B||Data Exchange File | |||
|- | |||
|_NM||Weighted Residuals and Probability Plotting | |||
|- | |||
|} | |||
==External Links== | |||
: | *[http://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/index.html? MODFLOW-NWT Online Guide] | ||
: | {{Navbox GMS}} | ||
: | [[Category:MODFLOW]] | ||
[[Category:MODFLOW Dialogs]] |