MODFLOW – PART 3 File formats, importing models, solvers, trouble-shooting.

Slides:



Advertisements
Similar presentations
Simulation of groundwater response to development: CENTRAL PASSAIC RIVER BASIN, NJ Fatoumata Barry 1,2, Duke Ophori 1, Jeffrey L. Hoffman 2 and Robert.
Advertisements

Groundwater Modeling - 1
Denise Sakai Troxell (2000) Handling Some of the Problems Encountered When Using Excel Solver for Microsoft Excel 2000.
Using Basic FormulasUsing Basic Formulas Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft Excel.
Groundwater Modeling 4: GW-3 Tips Groundwater Hydraulics Daene C. McKinney.
Ground-Water Flow and Solute Transport for the PHAST Simulator Ken Kipp and David Parkhurst.
© 2007 Pearson Education Chapter 14: Solving and Analyzing Optimization Models.
By Hrishikesh Gadre Session II Department of Mechanical Engineering Louisiana State University Engineering Equation Solver Tutorials.
(e.g., the Toth Problem) z x z x h = c x + z o Profile Models.
3D Simulations-- the vertical dimension. Representation of hydrogeologic units in MODFLOW88.
Transient Simulations require: Initial Conditions Storage Coefficient Time step.
Landscape Erosion Kirsten Meeker
Conceptual Model A descriptive representation of a groundwater system that incorporates an interpretation of the geological & hydrological conditions.
Conductance In general, conductance = KA/  L Also, leakance = K v /thickness resistance (an analytic element term) = thickness/K v.
Implicit Approximation. Implicit approximation can be solved using: Point iteration (G/S, SOR) Direct (matrix) solution Combination of matrix soln and.
Geothermal Application 1 Summer School Heat extraction from a sloped sandstone aquifer Vertical cross section of the model domain.
Direct and iterative sparse linear solvers applied to groundwater flow simulations Matrix Analysis and Applications October 2007.
ADVANCED MICROSOFT POWERPOINT Lesson 6 – Creating Tables and Charts
Groundwater Modeling – 2: Computer Implementation
MODFLOW – Introduction Organization & Main Packages
Spreadsheet-Based Decision Support Systems Chapter 22:
III. Ground-Water Management Problem Used for the Exercises.
Representing Groundwater in Management Models Julien Harou University College London 2010 International Congress on Environmental Modelling and Software.
Modflow, GWVistas MODular three-dimensional finite- difference ground-water FLOW model
Transport.chem.dat File  3 waters –Background, O 2 (solution 1) –Sewage effluent, NH 4 + and Cl - (solution 2) –Rain O 2 (solution 3)  NH 4 + oxidation.
Groundwater Modeling – 3 Transient Models Groundwater Hydraulics Daene C. McKinney.
Lecture 7 - Systems of Equations CVEN 302 June 17, 2002.
RIV61 RIVER PACKAGE The purpose of the River Package is to simulate the effects of flow between surface-water features and groundwater systems. For each.
© 2011 Autodesk Freely licensed for use by educational institutions. Reuse and changes require a note indicating that content has been modified from the.
General governing equation for steady-state, heterogeneous, anisotropic conditions 2D Laplace Eqn. --Homogeneous and isotropic aquifer without a sink/source.
Outline Numerical implementation Diagnosis of difficulties
Tutorial for XFDTD Written by Cynthia Furse University of Utah.
Thermal Analysis Appendix Six. Training Manual General Preprocessing Procedure March 29, 2005 Inventory # A6-2 Basics of Steady-State Heat Transfer.
Modflow Simulation on Savannah River GIS For Water Resources Term Project (CE 394) Seyoum Asemenaw.
Final Project I. Calibration Drawdown Prediction Particle Tracking
Types of Boundary Conditions 1.Specified head (including constant head) h = f (x,y,z,t) 2.Specified flux (including no flow)  h/  l = -q l /K l 3.Head-dependent.
Final Project I. Calibration II.Drawdown Prediction III.Particle Tracking IV.Presentation of Results.
Island Recharge Problem
Transient Simulations require: Initial Conditions Storage Coefficient Time step.
IX. Transient Forward Modeling. Ground-Water Management Issues Recall the ground-water management issues for the simple flow system considered in the.
Introduction to MODFLOW. Versions of MODFLOW MODFLOW MODFLOW-88 MODFLOW-96 MODFLOW-2000 MODFLOW-2005 This class will use the documentation for MODFLOW-2005.
CE EN 547 – BRIGHAM YOUNG UNIVERSITY. 1. Build conceptual model object 2. Build coverages 3. Define grid frame 4. Build grid 5. Initialize MODFLOW 6.
Groundwater Systems D Nagesh Kumar, IISc Water Resources Planning and Management: M8L3 Water Resources System Modeling.
Application of Arc Hydro Groundwater and MODFLOW Analyst Automated well permitting.
Implicit approximation can be solved using: Point iteration (G/S, SOR) Direct (matrix) solution Combination of matrix soln and iteration (used in MODFLOW)
ANSYS, Inc. Proprietary © 2004 ANSYS, Inc. Chapter 5 Distributed Memory Parallel Computing v9.0.
Well 30 Modeling. Model Grid and Setup Well 30 Well 31 Well 27 Well UC-H2.
General 3D equation used in MODFLOW Block centered grid xixi i-1 i i+1  x i-1/2  x i+1/2.
Building Transient MODFLOW Models
SIMULATION COMPONENT AND MODFLOW DATA MODEL. Simulation Component.
WORKING WITH REGIONAL MODELS The Conceptual Model Approach.
AUTOMATED PARAMETER ESTIMATION Model Parameterization, Inverse Modeling, PEST.
Groundwater Modeling Assignment #2. Parts A and B.
MULTI-STEPPING AND RESTARTING
USING OPTIONAL SUBSYSTEMS
LAYER-PROPERTY FLOW PACKAGE
Free vs. Forced Convection
Chapter 6 Calibration and Application Process
Deflated Conjugate Gradient Method
Deflated Conjugate Gradient Method
Dewatering Solutions using MODFLOW
Project 3 Hints.
In-Class Task Script CE En 547 Brigham Young University
Using WinQSB to solve Linear Programming Models
In-Class Task Script CE En 547 Brigham Young University
GWF BCF6 PACKAGE Computes the conductance components of the finite-difference equation which determine flow between adjacent cells. Computes the terms.
GLOBAL PROCESS DATA Name File: Contains the names of most input and output files and controls the parts of the model program that are active. Discretization.
Chapter 5 Sources and Sinks
In-Class Task Script CE En 547 Brigham Young University
2New Jersey Department of Environmental Protection
Presentation transcript:

MODFLOW – PART 3 File formats, importing models, solvers, trouble-shooting

 Inputs are set of text files  Each package has its own text file  NAM (name) file references other files MODFLOW Input Files

 Each MODFLOW package has a unique format

MODFLOW Input Files  Example RCH and DRN files

 GMS imports MODFLOW  88, 96, 2000, 2005, NWT  GMS exports MODFLOW  2000, 2005, NWT  Inputs saved to a directory with ProjectName_MODFLOW  Right-click on MODFLOW and select Open Containing Folder MODFLOW Input Files with GMS

 Model created outside of GMS  File | Open command and select the NAM file  MODFLOW 88 – open the BAS file Importing MODFLOW Simulations

 GMS stores MODFLOW inputs using text files and an HDF5 binary file  Allows for faster file i/o  Allows for compression of large data sets GMS MODFLOW with HDF5

 MODFLOW | Export Native MF2K text  Takes data stored in HDF5 file and puts it into the text files GMS Native MODFLOW Text

Importing Visual MODFLOW  From Visual MODFLOW  Run MODFLOW from Visual MODFLOW  Modify and rename the “*.mfi” file  Go to the directory where the simulation is saved on your computer  Copy the “*.mfi” file to “*.mfn”  Comment out WHS and NDC lines if necessary  Edit any paths that are referenced in the file  This is necessary if the Visual MODFLOW files were not created on the computer you are on  Open the *.mfn file in GMS

Importing Groundwater Vistas  From Groundwater Vistas  Open the simulation in Groundwater Vistas  Open the “*.gwv” file  Export the native MODFLOW files from Groundwater Vistas  Select “Model | MODFLOW (or MODFLOW 2000) | Create Datasets”  From GMS  Open the NAM file

Importing PMWIN and ModelMuse  From PMWIN  Select Models | MODFLOW (Flow Simulation) | Run  Prior to MODFLOW running the model inputs will be generated  From ModelMuse  Run MODFLOW  This will create NAM file and other input files  From GMS  Open the NAM file

 SIP - Strongly Implicit Procedure  SSOR - Slice successive over-relaxation  PCG2 - Pre-Conditioned Conjugate Gradient  PCGN – PCG with nonlinear controls  GMG - Geometric Multi- Grid  DE4 – Direct Solver  LMG/SAMG - Link-AMG MODFLOW Solvers

Basic Solver Options  Max number of iterations  Iteration stops at this point regardless of convergence  Convergence tolerance  Iteration stops if max head change is less than this amount  Acceleration parameter  Controls the amount of adjustment made to heads at each iteration  Options  =1.0 Default value. Head changes standard amount determined by solver  <1.0 Head change is reduced. Improves convergence but results in slower solution  >1.0 Converges faster but may be unstable

Solver Comparison  Using MODFLOW 2000  Run on Intel Core2 Quad CPU 2.4 GHz  Initial condition the same for all solvers  Starting heads = constant value OR  Starting heads = top of grid  HCLOSE =.001  RCLOSE =.001 (all solvers except SIP)

Solver Comparison Case #1  Woburn model  HUF package  8 layers  152,880 cells SIPPCG2SAMGGMG 980 sec*64 sec39 sec87 sec *had to reduce acc. param to 0.25 in order to converge

Solver Comparison Case #2  One layer model  Unconfined  96,000 cells Injection Wells Extraction Wells Head = 110 m Head = 90 m SIPPCG2SAMGGMG 5 sec*6 sec2.5 sec6 sec *had to reduce acc. param to 0.1 in order to converge, large flow budget error

Solver Comparison Case #3  Same as previous  Increased num cells to 216,000 Injection Wells Extraction Wells Head = 110 m Head = 90 m SIPPCG2SAMGGMG 16 sec * 15 sec6 sec13 sec *had to reduce acc. param to 0.05 in order to converge, large flow budget error

Solver Comparison Case #4  Same as previous  Changed to transient  4 stress periods, 10 time steps Injection Wells Extraction Wells Head = 110 m Head = 90 m SIPPCG2SAMGGMG 50 sec*120 sec55 sec110 sec *had to reduce acc. param to 0.05 in order to converge, large flow budget error

Solver Comparison Case #5  Two layer model  Unconfined  Steady state  600,000 cells SIPPCG2SAMGGMG 587 sec*56 sec29 sec40 sec *had to reduce acc. param to 0.05 in order to converge

Solver Comparison Summary Num. CellsNum. Layers Trans.SIP*PCG2SAMGGMG 152,8808No ,0001No ,0001No ,0001Yes 50* ,0002No *had to reduce acc. param in order to converge, some of the models had large flow budget error

Wetting and Drying  With MODFLOW solvers, if head drops below bottom of cell, the cell becomes dry and is “turned off”  Can occur during any portion (iteration) of solution process, not just at end of time step

 Head overshoot  Model parameters  Transient movement of water table What Causes Cell Drying?

Head Overshoot Initial Condition Starting head “Final” head Bottom elevation Solver guesses how much to adjust head downward Computed head Cell goes “dry”, and is turned off during remainder of simulation “Final” head Bottom elevation After One Iteration

Eliminating Head Overshoot Starting head Starting head is closer to final head Bottom elevation Improve Starting Head Estimates “Final” head Reduce Acceleration Parameter Starting head “Final” head Bottom elevation Iteration #1 Iteration #2 Iteration #3

Model Parameters  In many cases, cells are going dry due to:  Recharge too low  K too high  Etc.  Solution  Adjust parameters to better calibrate model

 Transient conditions will cause heads to fluctuate and cells to go dry  Particularly an issue for multi-layer models Transient Water Table

 New version of MODFLOW released in 2011  Designed to solve nonlinear problems due to unconfined conditions or nonlinear boundary conditions  Best solution for wetting and drying  UPW – Upstream-Weighting Package  Used in place of BCF, LPF, or HUF  Alternative formulation of groundwater-flow equation  NWT – Newton Solver Package  Solves asymmetric matrix MODFLOW-NWT

Trouble Shooting Models  Why won’t my model run?  Improper initial condition  Improper aquifer properties  Improper boundary conditions  Use Model Checker  Look in the LST (listing) file  *.out file for GMS MODFLOW simulations