From 64e7147e454bea5acdc941c05a0fa5793238de5f Mon Sep 17 00:00:00 2001 From: jdhughes-usgs Date: Thu, 19 Dec 2024 13:29:30 -0600 Subject: [PATCH] Update ex-gwf-csub-p04.py (#243) Remove boundname from csub theta observations. Addresses https://github.com/MODFLOW-USGS/modflow6/issues/1447 --- scripts/ex-gwf-csub-p04.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ex-gwf-csub-p04.py b/scripts/ex-gwf-csub-p04.py index 8ad5bad8..4bc0b5a2 100644 --- a/scripts/ex-gwf-csub-p04.py +++ b/scripts/ex-gwf-csub-p04.py @@ -301,7 +301,7 @@ def build_models(): ("pc4", "preconstress-cell", (3, 8, 9)), ("sk1l2", "ske-cell", (1, 8, 9)), ("sk2l4", "ske-cell", (3, 11, 6)), - ("t1l2", "theta", "02_09_10"), + ("t1l2", "theta", (1, 8, 9)), ("w1qie", "elastic-csub", "02_09_10"), ("w1qii", "inelastic-csub", "02_09_10"), ("w1qaq", "coarse-csub", (1, 8, 9)),