View source: R/actual_evap_day.R
actual_evap_day | R Documentation |
Calculate daily actual evaporation
actual_evap_day(vtime, vlatent_heat, vtemperature = 20)
vtime |
data frame column or vector containing |
vlatent_heat |
data frame column or vector containing daily latent heat flux (W.m-2.day-1) |
vtemperature |
data frame column or vector containing daily average tempeature (Celcius) |
The calculation is based on the description in "A short course in Cloud Physics" (Rogers and Yau, 1989)
Data frame containing dates (daily) and evaporation (mm/day)
ETa <- actual_evap_day(vtime = de_tha_d$time,
vlatent_heat =de_tha_d$latent_heat,
vtemperature = de_tha_d$temperature)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.