Skip to content

Commit

Permalink
update a new autotest to keep inline with refactor of gweest input
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Aug 14, 2024
1 parent 5804eab commit f69c800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autotest/test_gwe_drycell_cnd3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit f69c800

Please sign in to comment.