dew_point: Calculate dewpoint temperature

Description Usage Arguments Details Value References

View source: R/dew_point.R

Description

Calculate dewpoint temperature

Usage

1
2
3
4
5
6
7
8
9
dew_point(
  ea = NULL,
  rh = NULL,
  tmax = NULL,
  tmin = NULL,
  tmu = NULL,
  sh = NULL,
  pres = NULL
)

Arguments

ea

Vapor pressure (mb)

rh

Relative humidity (%)

tmax

Maximum temperature (deg C)

tmin

Minimum temperature (deg C)

tmu

Average temperature (deg C)

sh

Specific humidity (kg/kg)

pres

Surface pressure (mb)

Details

This function was adapted from a python function provided by the The Parallel System for Integrating Impact Models and Sectors (pSIMS). https://github.com/RDCEP/psims

Value

Dewpoint temperature (deg C)

References

Elliott, J., D. Kelly, J. Chryssanthacopoulos, M. Glotter, Kanika Jhunjhnuwala, N. Best, M. Wilde, and I. Foster, (2014). The Parallel System for Integrating Impact Models and Sectors (pSIMS). Environmental Modeling and Software. http://dx.doi.org/10.1016/j.envsoft.2014.04.008


ldemaz/rcropmod documentation built on Feb. 29, 2020, 10:17 p.m.