Description Usage Arguments Value Examples
View source: R/pet_priestley_taylor.r
This function takes a dataframe object as input and computes PET using Makkink's method.
1 | pet_priestley_taylor(indat)
|
indat |
= dataframe containing the input variables |
A vector containing the daily Potential EvapoTranspiration (mm/day)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | pet_priestley_taylor(indat)
Where the dataframe "indat" contains the following variables:
tmin = Temperature min (degrees Celsius)
tmax = Temperature max (degrees Celsius)
only one of the following variables (vp OR rh OR dp) are to be passed
vp = Vapour pressure (hPa)
rh = Relative humidity (%)
dp = Dewpoint (degrees Celsius)
rs = radiation (MJ/m^2)
Also rquired is the latitude and longitude (for land sea mask)
lat = Latitude (degrees)
lons = Longitude (degrees)
Missing values should be converted to NA
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.