Description Usage Arguments Value Author(s) Examples
calculate the water Vapour Pressure Deficit
1 | calcVPD(Ts, Pa, H2O)
|
Ts |
Surface temperature (deg Centrigrade) |
Pa |
Atmospheric pressure (Pa) |
H2O |
water Vapour Pressure (ppt) |
water Vapour Pressure Deficit in kPa
Thomas Wutzler, Oscar Perez Priego
1 2 3 4 | Ts <- 10
Pa <- 970*100 #hPa -> Pa
H2O <- 8 #ppt
calcVPD( Ts, Pa, H2O )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.