Skip to content

Commit

Permalink
1 oversight and 1 spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Aug 27, 2024
1 parent a52a7f3 commit 12021ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions autotest/test_gwe_drycell_cnd0.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
rhow = 1000.0
cpw = 4183.0
lhv = 2454.0
cps=760.0
rhos=1500.0


# Head input
left_hd = 15.0
Expand Down Expand Up @@ -291,8 +294,8 @@ def build_models(idx, test):
heat_capacity_water=cpw,
density_water=rhow,
latent_heat_vaporization=lhv,
cps=760.0,
rhos=1500.0,
heat_capacity_solid=cps,
density_solid=rhos,
pname="EST-2",
filename=f"{gwename1}.est",
)
Expand Down
2 changes: 1 addition & 1 deletion autotest/test_gwe_lke_conduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def build_models(idx, test):
heat_capacity_water=Cpw,
density_water=rhow,
latent_heat_vaporization=lhv,
heat_capcity_solid=Cps,
heat_capacity_solid=Cps,
density_solid=rhos,
pname="MST-1",
filename=f"{gwename}.mst",
Expand Down

0 comments on commit 12021ea

Please sign in to comment.