Modflow - NWT: GMS 8.2 Tutorial
Modflow - NWT: GMS 8.2 Tutorial
Modflow - NWT: GMS 8.2 Tutorial
Objectives
Compare the enhanced ability to handle cell drying and rewetting of MODFLOW-NWT to MODFLOW
2000.
1 Contents ...............................................................................................................................2
2 Introduction.........................................................................................................................2
2.1 Outline..........................................................................................................................2
3 Description of Problem.......................................................................................................3
4 Getting Started ....................................................................................................................4
5 Read in the MODFLOW 2000 Model ...............................................................................4
6 Switch to MODFLOW-NWT.............................................................................................4
7 Save the MODFLOW-NWT LPF Project.........................................................................4
8 Run the Model .....................................................................................................................5
9 Switch to the UPW and NWT Packages ...........................................................................5
10 Save the MODFLOW-NWT UPW Project.......................................................................5
11 Run the Model and Compare Solutions ............................................................................5
12 Switch Back to MODFLOW-NWT LPF Model ...............................................................6
13 Increase Pumping to Create a Dry Well ...........................................................................6
14 Run the Model .....................................................................................................................7
15 HDRY...................................................................................................................................8
16 Switch Back to UPW Package..........................................................................................10
17 Specify PHIRAMP ............................................................................................................10
18 Save the MODFLOW-NWT UPW Dry Cell Project .....................................................10
19 Run the Model ...................................................................................................................10
20 Examine the Well ..............................................................................................................11
21 Save and Run the Model...................................................................................................12
22 Reduced Pumping Rates...................................................................................................12
23 Conclusion .........................................................................................................................12
2 Introduction
MODFLOW-NWT uses a Newton method which can handle cell drying and rewetting
situations better than previous versions of MODFLOW. For some model scenarios, using
MODFLOW-NWT can help to achieve convergence. GMS includes an interface to
MODFLOW-NWT and the UPW and NWT packages included with it.
This tutorial builds on the MODFLOW - Grid Approach tutorial. You should complete
that tutorial before this one. The purpose of this tutorial is not to teach you all about
MODFLOW-NWT, but simply to demonstrate the MODFLOW-NWT interface in GMS.
2.1 Outline
This is what you will do:
2. Switch to MODFLOW-NWT but keep using the LPF and PCG packages and
compare the results.
3. Switch to the UPW and NWT packages and compare the results.
4. Switch back to MODFLOW 2000 and increase the pumping rate causing a well
to go dry.
3 Description of Problem
The problem we will be solving in this tutorial is the same as the one in the MODFLOW -
Grid Approach tutorial and is shown in Figure 1. This problem is a modified version of
the sample problem described near the end of the MODFLOW Reference Manual. Three
aquifers will be simulated using three layers in the computational grid. The grid covers a
square region measuring 75000 ft by 75000 ft. The grid consists of 15 rows and 15
columns, each cell measuring 5000 ft by 5000 ft in plan view. For simplicity, the
elevation of the top and bottom of each layer is flat. The hydraulic conductivity values
shown are for the horizontal direction. For the vertical direction, vertical anisotropy
(KH/KV) factors of 10, 5 and 5 are used for layers 1, 2 and 3 respectively.
Flow into the system is due to infiltration from precipitation and will be defined as
recharge in the input. Flow out of the system is due to buried drain tubes, discharging
wells (not shown on the diagram), and a lake which is represented by a constant head
boundary on the left. Starting heads are set equal to zero, and a steady state solution is
computed.
Unconfined
Confined
Confined
4 Getting Started
Let’s get started.
1. If necessary, launch GMS. If GMS is already running, select the File | New
command to ensure that the program settings are restored to their default state.
You should see a MODFLOW model with color contours of the head solution.
6 Switch to MODFLOW-NWT
We'll switch the model to use MODFLOW-NWT.
Under MODFLOW version, notice the model is currently set to use MODFLOW 2000.
Notice the flow package is set to LPF and the solver is set to SIP1. We will leave these
unchanged for now.
2. Once MODFLOW has finished, select the Close button to close the window and
return to GMS.
GMS reads the solution and contours the head data set. Notice the head contours are
exactly the same as they were before. Because we're still using the LPF and SIP1
packages, switching to MODFLOW-NWT hasn't changed anything.
Notice the Solver automatically switches to Newton (NWT). These two packages go
together and if one is used the other must be used also.
2. Once MODFLOW has finished, select the Close button to close the window and
return to GMS.
GMS reads the solution and contours the head data set. Notice the head contours are
slightly different. The UPW and NWT packages give almost the same answer as the LPF
and SIP1 packages when there are no cell wetting and drying conditions.
3. Compare the solution generated with the LPF package and the one generated
with the UPW package by clicking back and forth on the two solutions in the
Project Explorer.
Figure 2. Switch between the LPF and UPW solutions in the Project Explorer to
compare the results.
3. On the recent file list at the bottom of the File menu, click on nwt_lpf.gpr.
1. In the Mini Grid toolbar, click on the up arrow to change the view to layer 2.
2. With the Select Cell tool , right-click on the well cell in the upper left and
select the Sources/Sinks command from the drop down menu. This is the cell
pictured in the figure below with IJK coordinates of (4,6,2).
4. Click OK.
3. Once MODFLOW has finished, select the Close button to close the window and
return to GMS.
GMS reads the solution and contours the head data set. Notice the cell with the well has
gone dry. A triangle symbol appears in the cell to indicate the cell is dry.
15 HDRY
The LPF package will assign a key value, the HDRY value, to any cells which go dry.
Let's look at the HDRY value.
2. Click the More LPF Options button in the upper right of the dialog.
4. Right-click on the Heads data set in the Project Explorer under the nwt_lpf
(MODFLOW) solution and select the View Values command from the drop-down
menu.
5. Scroll down to row 51 and notice the -888 value for that cell. Also notice the 0 in
the Active column.
The 0 in the Active column indicates that the cell is inactive and GMS doesn't display
contours for it. It basically means there is no data for that cell.
17 Specify PHIRAMP
MODFLOW-NWT has a unique feature that will reduce the pumping rate in cells as the
head drops below a user-specified percentage of cell thickness. "Negative pumping rates
specified in the Well Package are reduced to zero when the groundwater head drops to
the cell bottom using a cubic formula and its derivative. This option is only available for
unconfined (convertible) layers." (MODFLOW-NWT p. 14). The user-specified
percentage of cell thickness is the variable PHIRAMP in the WEL package.
2. Near the bottom of the dialog turn on the Specify PHIRAMP check box.
We will leave the value at the default of 0.25. When the head in the cell drops below 25%
of the cell thickness the pumping rate will be reduced by MODFLOW-NWT.
2. Save the project with the name nwt_upw.gpr. Select Yes when prompted to
replace the existing file.
2. Once MODFLOW has finished, select the Close button to close the window and
return to GMS.
GMS reads the solution and contours the head data set. Notice the solution varies greatly
from the one generated using the LPF package. The heads in the UPW solution are much
lower because, with the LPF package, as soon as the cell went dry the pumping stopped
but in the UPW package the pumping continued but at a reduced rate (as we'll see).
1. With the Select Cell tool , click on the well cell (the cell with all the drawdown
at IJK (4,6,2)).
2. Right-click on the well cell and select Properties from the drop-down menu.
Notice the Top elevation of this cell is -45 and the Bottom elevation of this cell is -120, so
the head is just above the bottom elevation.
3. Click OK.
4. In the Mini Grid toolbar, click on the down arrow to change the view to layer 1.
5. Click on the cell in layer 1 directly above the well in layer 2 (the cell with IJK
(4,6,1)).
Notice the head in the cell is about -93 according to the GMS Edit Window. Although the
head in the cell above the well is below the bottom of the first layer, the cell is still
contoured and is showing the dry cell symbol. Why?
By default the UPW package does not assign the HDRY value to cells that go dry. If we
want it to, we must turn on the IPHDRY variable.
9. Click OK twice.
3. Once MODFLOW has finished, select the Close button to close the window and
return to GMS.
GMS reads the solution and contours the head data set. Notice that the dry cell symbol
now appears in the cell above the well.
2. If prompted to pick your viewer, click OK to accept the default or pick another
one of your choice.
3. In Notepad (or your alternative viewer), search for the word "reduced".
23 Conclusion
This concludes the tutorial. Here are the things that you should have learned in this
tutorial:
• MODFLOW-NWT can be used with either the LPF or UPW flow packages. The
UPW package typically produces very similar results to the LPF package if there
is no cell drying or rewetting taking place.
• The UPW package does not assign the HDRY value to dry cells unless you turn
on the IPHDRY option.
• MODFLOW-NWT will reduce the pumping rate in a well as the water table
approaches the bottom of the cell.