powered by
Calculates the slope of the Saturation Vapor Pressure vs T (kPa/K)
SatVapPresSlope(temp_C)
Air temperature in degrees C
Dingman, S. Lawrence. 2002. Physical Hydrology. Waveland Press Inc.
# NOT RUN { ## 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)) } # }
Run the code above in your browser using DataLab