water_balance | R Documentation |
Annual water balance variables for one site
water_balance(latitude, ppt, tmean, tmax, tmin, annual = TRUE)
latitude |
degrees |
ppt |
vector of length 12, mm |
tmean |
vector of length 12, degrees C |
tmax |
vector of length 12, degrees C |
tmin |
vector of length 12, degrees C |
annual |
should annual sums be returned? (default TRUE; if FALSE monthly values for each of the 5 variables will be returned) |
A named vector of hydrologic variables: PPT, PET, AET, CWD, RAR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.