PET_PM | R Documentation |
PET_PM
Potential Evapotranspiration with Pennmann-Monteith equation.
PET_PM
PET_PM(
Wind,
Temp,
RH,
RadNet,
Press,
WindHeight = 10,
Veg_height = 0.12,
albedo = 0.23,
Res_surf = 70,
Elevation = NULL
)
Wind |
Windspeed [m s-1] |
Temp |
Air temperature, [C] |
RH |
Relative Humidity [-] 0~1. |
RadNet |
Net Solar Radiation [w m-2] |
Press |
Pressure [kPa] |
WindHeight |
Height that wind was measured [m] |
Veg_height |
Height of vegetation [m] |
albedo |
Albedo [-] |
Res_surf |
Aerodynamic surface resistance [s m-1] |
Elevation |
Elevation [m] |
PET at [mm m-2 s-1] or [kg m-2 s-1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.