Skip to content

Commit

Permalink
Update land.py
Browse files Browse the repository at this point in the history
store total_porosity for model saving
  • Loading branch information
Dobson committed Jun 19, 2023
1 parent a9f532a commit 4910e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wsimod/nodes/land.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ def __init__(self,
self.percolation_coefficient = percolation_coefficient
self.et0_coefficient = et0_coefficient
self.ihacres_p = ihacres_p
self.total_porosity = total_porosity

#Parameters to determine how to calculate the temperature of outflowing water
#TODO what should these params be?
Expand Down

0 comments on commit 4910e77

Please sign in to comment.