From 2a1d20074af7af8baa722d6cd6faf784d8072cfe Mon Sep 17 00:00:00 2001 From: emorway-usgs Date: Mon, 8 Jul 2024 07:43:59 -0700 Subject: [PATCH] update a new autotest to keep inline with refactor of gweest input --- autotest/test_gwe_drycell_cnd3.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autotest/test_gwe_drycell_cnd3.py b/autotest/test_gwe_drycell_cnd3.py index 0a72cedb324..67d0b922145 100644 --- a/autotest/test_gwe_drycell_cnd3.py +++ b/autotest/test_gwe_drycell_cnd3.py @@ -341,9 +341,11 @@ def add_gwe_model(sim, gwename): gwe, save_flows=True, porosity=prsity, + heat_capacity_water=cpw, + density_water=rhow, + latent_heat_vaporization=lhv, cps=cps, rhos=rhos, - packagedata=[cpw, rhow, lhv], pname="EST", filename="{}.est".format(gwename), )