From 45c831fcdb1f1f14bd5b8d6a2356828cf8ab3ce1 Mon Sep 17 00:00:00 2001 From: "Langevin, Christian D." Date: Wed, 18 Dec 2024 14:10:29 -0600 Subject: [PATCH 1/2] Add better description for Toth notebook. The latex description has more information. --- scripts/ex-gwf-toth.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/ex-gwf-toth.py b/scripts/ex-gwf-toth.py index dc66a55b..4c48f036 100644 --- a/scripts/ex-gwf-toth.py +++ b/scripts/ex-gwf-toth.py @@ -1,8 +1,15 @@ # ## Toth Model # -# This is the 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 +# for one of the cases shown in his paper. # -# One scenario is included. # ### Initial setup # From 958e9ed84084abecc5cf5a3c9b0364709a09f30a Mon Sep 17 00:00:00 2001 From: "Langevin, Christian D." Date: Wed, 18 Dec 2024 14:14:52 -0600 Subject: [PATCH 2/2] ruff --- scripts/ex-gwf-toth.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/ex-gwf-toth.py b/scripts/ex-gwf-toth.py index 4c48f036..715ca1e9 100644 --- a/scripts/ex-gwf-toth.py +++ b/scripts/ex-gwf-toth.py @@ -1,13 +1,13 @@ # ## Toth Model # -# 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 +# 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 # for one of the cases shown in his paper. #