convertDPtoRH: Converts dew point temperature and ambient temperature to RH

View source: R/utils.R

convertDPtoRHR Documentation

Converts dew point temperature and ambient temperature to RH

Description

This is an internal CRHMr function and should normally not need to be called directly. Note that it does NO data checking.

Usage

convertDPtoRH(t, td)

Arguments

t

Required. Air temperature in ^\circC.

td

Required. Dew point temperature in ^\circC.

Value

Returns the RH as a percentage.

Author(s)

Kevin Shook

References

Lawrence, M. 2005. The relationship between relative humidity and the dewpoint temperature in moist air. American Meteorological Society: 225-233. http://andrew.rsmas.miami.edu/bmcnoldy/Humidity.htm

Examples

convertDPtoRH(10, 9)

CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.