SatVapPresSlope {EcoHydRology} | R Documentation |
Calculates the slope of the Saturation Vapor Pressure vs T (kPa/K)
SatVapPresSlope(temp_C)
temp_C |
Air temperature in degrees C |
Josephine Archibald
Dingman, S. Lawrence. 2002. Physical Hydrology. Waveland Press Inc.
## The function is currently defined as function (temp_C) { (2508.3/(temp_C + 237.3)^2) * exp(17.3 * temp_C/(temp_C + 237.3)) }