From 3101838c6976a1c33ae653b7c2c72571759fde21 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 16 Jan 2024 08:20:59 -0500 Subject: [PATCH] docs(examples): fix language re: supported MF6 models (#2060) --- .docs/Notebooks/mf6_simple_model_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/Notebooks/mf6_simple_model_example.py b/.docs/Notebooks/mf6_simple_model_example.py index 6c7da6deb4..5a4ca037ef 100644 --- a/.docs/Notebooks/mf6_simple_model_example.py +++ b/.docs/Notebooks/mf6_simple_model_example.py @@ -65,7 +65,7 @@ # One big difference between MODFLOW 6 and previous MODFLOW versions is that MODFLOW 6 is based on the concept of a simulation. A simulation consists of the following: # # * Temporal discretization (TDIS) -# * One or more models (GWF is the only model supported at present) +# * One or more models (e.g. GWF, GWT) # * Zero or more exchanges (instructions for how models are coupled) # * Solutions #