Skip to content

Commit 7749785

Browse files
committed
update argument usage
1 parent c3382f7 commit 7749785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autotest/test_gwe_drycell_cnd3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ def add_gwe_model(sim, gwename):
342342
heat_capacity_water=cpw,
343343
density_water=rhow,
344344
latent_heat_vaporization=lhv,
345-
cps=cps,
346-
rhos=rhos,
345+
heat_capacity_solid=cps,
346+
density_solid=rhos,
347347
pname="EST",
348348
filename="{}.est".format(gwename),
349349
)

0 commit comments

Comments
 (0)