Skip to content

Commit

Permalink
update argument usage
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Dec 2, 2024
1 parent f94130a commit 3bc1e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/test_gwe_drycell_cnd3.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ def add_gwe_model(sim, gwename):
heat_capacity_water=cpw,
density_water=rhow,
latent_heat_vaporization=lhv,
cps=cps,
rhos=rhos,
heat_capacity_solid=cps,
density_solid=rhos,
pname="EST",
filename="{}.est".format(gwename),
)
Expand Down

0 comments on commit 3bc1e7c

Please sign in to comment.