function_estar(01/25/01)

CRHM Platform

estar(t)

Calculates the Saturation Vapour Pressure.

Units

  • kPa

Inputs

  • t (°C) - air temperature.

Returns

if (t >= 0.0)

return (0.611 * exp(17.27*t / (t + 237.3)))

else

return (0.611 * exp(21.88*t / (t + 265.5)))