Skip to content

Commit

Permalink
add specific storage to panday soil type
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Dec 1, 2023
1 parent bbe8b4c commit c2f87d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pedon/soilmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ class Panday:
sr: float = field(init=False, repr=True)
gamma: float = field(init=False, repr=False) # 1 - 1 / beta
sy: float = field(init=False, repr=False)
ss: float = field(default=1e-6, repr=False)

def __post_init__(self):
self.sr = self.theta_r / self.theta_s # theta_r / theta_s
Expand Down

0 comments on commit c2f87d7

Please sign in to comment.