Evapotranspiration calculated from flux tower data #608
Benjamin-Maglio
started this conversation in
Environmental
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A couple of functions based on Penman-Monteith calculation for evapotranspiration from flux tower data. There are other methods depending on what data is available at the site. This method is adapted from [Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration - Guidelines for computing crop water requirements. FAO Irrigation and drainage Paper 56.].
Latent heat (LE) and Air temperature (TA) are fed as arrays from the flux data.
month_days is a list created from the AmeriFlux (AF) timestamps to account for the number of days in each month, though this may be approximated.
Much of this may need to be adapted depending on the formatting of the monthly flux data.
Beta Was this translation helpful? Give feedback.
All reactions