GMS:MODFLOW-USG: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(→Unsupported Features: Defined and linked info about the .GSF file) |
(Added Input/Output Files - May be missing or have non-USG files) |
||
Line 20: | Line 20: | ||
#*GNC Package | #*GNC Package | ||
#Older versions of GMS cannot read MODFLOW-USG files written by any non-GMS software. This is because there was no standard way to define the unstructured grid geometry. GMS writes a *.VTU ([http://www.vtk.org/VTK/img/file-formats.pdf Visualization Toolkit] Unstructured Grid) file with the MODFLOW files to define the grid geometry. In GMS 10.1 and later versions a model that was created outside of GMS can be imported as long as there is either a *.VTU file or a *.GSF ([http://www.pesthomepage.org/getfiles.php?file=gwutil_c.pdf Grid Specification File]) present to define the grid geometry. | #Older versions of GMS cannot read MODFLOW-USG files written by any non-GMS software. This is because there was no standard way to define the unstructured grid geometry. GMS writes a *.VTU ([http://www.vtk.org/VTK/img/file-formats.pdf Visualization Toolkit] Unstructured Grid) file with the MODFLOW files to define the grid geometry. In GMS 10.1 and later versions a model that was created outside of GMS can be imported as long as there is either a *.VTU file or a *.GSF ([http://www.pesthomepage.org/getfiles.php?file=gwutil_c.pdf Grid Specification File]) present to define the grid geometry. | ||
==MODFLOW-USG Files== | |||
Here are tables of some of the available Input and Output files for MODFLOW-USG. | |||
* For more information on these files see the 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 | |||
|- | |||
|SMS||Sparse Matrix Solver | |||
|- | |||
|} | |||
{| class="wikitable" | |||
|+'''Input Flow Package Files''' | |||
!width="40" align="center"|Name | |||
!width="250" align="center"|Description | |||
|- | |||
|BCF||Block-Centered Flow | |||
|- | |||
|LPF||Layer Property 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 | |||
|- | |||
|EVT||Evapotranspiration | |||
|- | |||
|GAG||Gage | |||
|- | |||
|GHB||General Head Boundary | |||
|- | |||
|GNC||Ghost Node Correction | |||
|- | |||
|HFB||Horizontal Flow Barrier | |||
|- | |||
|LAK||Lake | |||
|- | |||
|RCH||Recharge | |||
|- | |||
|RIV||River | |||
|- | |||
|SFR||Streamflow-Routing | |||
|- | |||
|STR||Stream-Routing | |||
|- | |||
|SUB||Subsidence | |||
|- | |||
|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 | |||
|- | |||
|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 | |||
|- | |||
|VTU||Visualization Toolkit Unstructured Grid | |||
|- | |||
|} | |||
{| 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 | |||
|- | |||
|} | |||
==See also== | ==See also== |