3. Toth Problem
A classic conceptual model of groundwater flow in small drainage basins is described by (Toth, 1963). Using a mathematical model of cross-sectional groundwater flow in response to an imposed sinusoidally varying water table, Toth postulated the presence of local, intermediate, and regional groundwater flow systems. In his classic paper, Toth showed the different types of flow patterns resulting from different water table configurations, domain sizes, and aquifer properties. This MODFLOW 6 example is intended to approximate the Toth flow system shown in Figure 2i of (Toth, 1963).
3.1. Example Description
Model parameters for the example are summarized in Table 3.1. Confined groundwater flow is simulated within a cross section that is 20,000 ft in the x direction and 10,000 ft in the z direction. This model domain is discretized into 200 columns, 1 row, and 100 layers. The discretization is 200 ft in the row direction and 50 ft in the layer direction for all cells. A single steady-stress period with a total length of 1 day is simulated.
Parameter |
Value |
---|---|
Length in the x direction (\(ft\)) |
20000.0 |
Length in the z direction (\(ft\)) |
10000.0 |
Number of periods |
1 |
Number of layers |
200 |
Number of rows |
1 |
Number of columns |
100 |
Bottom of model domain (\(ft\)) |
0.0 |
Cell size in x direction (\(ft\)) |
200.0 |
Cell size in z direction (\(ft\)) |
50.0 |
Hydraulic conductivity (\(ft/d\)) |
1.0 |
A constant and isotropic hydraulic conductivity of 1.0 \(ft/d\) was specified in all cells. An initial head equal to the domain top of 10,000 \(ft\) was specified in all model cells. Constant head boundary cells were specified for all cells in model layer 1. The head values assigned for the constant-head cells were calculated from a linearly increasing sine function as reported by (Toth, 1963). The equation used to assign the constant heads is
where \(z_t\) is the head assigned at the top of the model, \(z_0\) is a constant representing the depth to the aquifer bottom, \(x\) is the horizontal distance, \(\alpha\) is the average slope of the land surface, \(a\) is the amplitude of the sine curve, and \(b\) is the frequency of the sine curve, defined as \(2 \pi / \lambda\), where \(\lambda\) is the sine wave period. For the Toth variation tested here, \(z_0\) is 10,000 \(ft\), \(\alpha\) is calculated using an average slope of 0.05, \(a\) is 200 \(ft\), and \(b\) is calculated using a period of 5000.
3.2. Example Results
Simulated results for this variant of the Toth problem are shown in Figure 3.1. Head contours are shown as blue lines. Contours of the stream function, calculated by accumulating lateral flows in each vertical column of cells, are shown as colored contours. The head value prescribed to the top model layer is shown as a black sinusoidally varying line varying between elevations of 10,000 and 11,000 ft.

Figure 3.1 Simulation results for the classic (Toth, 1963) problem. Simulated contours of head are shown in blue. Contours of the stream function are shown as colored contours. The black line ranging in elevation between 10,000 and 11,000 ft represents the prescribed head value assigned to the top of the model.
3.3. References Cited
Toth, J. (1963). A theoretical analysis of groundwater flow in small drainage basins. Journal of Geophysical Research, 68(16), 4795–4812. https://doi.org/10.1029/JZ068i016p04795
3.4. Jupyter Notebook
The Jupyter notebook used to create the MODFLOW 6 input files for this example and post-process the results is: