Skip to content

Modelling evapotranspiration #28

Answered by mvremec
ychopard asked this question in Q&A
Discussion options

You must be logged in to vote

Hi ychopard!
Adding climate data to the model to calculate evapotranspiration is possible but is not yet supported in Phydrus (there is room for improvements here and you are welcome to collaborate).
For now, you can use external libraries to estimate evapotranspiration and then use the Ritchie (1972) formula to calculate evaporation (rSoil) and transpiration (rRoot) separately:
rRoot = ET * (1 - e**(-kLAI))
rSoil = ET * e**(-k
LAI)

There are a couple of Python libraries you can use:

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by raoulcollenteur
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fidaulmustafa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #5 on March 09, 2021 18:36.