Skip to content

Commit 336c583

Browse files
committed
update a new autotest to keep inline with refactor of gweest input
1 parent c5e8574 commit 336c583

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autotest/test_gwe_drycell_cnd3.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,11 @@ def add_gwe_model(sim, gwename):
341341
gwe,
342342
save_flows=True,
343343
porosity=prsity,
344+
heat_capacity_water=cpw,
345+
density_water=rhow,
346+
latent_heat_vaporization=lhv,
344347
cps=cps,
345348
rhos=rhos,
346-
packagedata=[cpw, rhow, lhv],
347349
pname="EST",
348350
filename="{}.est".format(gwename),
349351
)

0 commit comments

Comments
 (0)