wbt.Stull: Calculation of wet bulb temperature, following Stull's...

View source: R/wbt.Stull.R

wbt.StullR Documentation

Calculation of wet bulb temperature, following Stull's method.

Description

Calculation of wet bulb temperature from temperature and relative humidity.

Usage

wbt.Stull(tas, hurs)

Arguments

tas

vector of air temperature in degC.

hurs

vector of relative humidity in %.

Details

Formulation from Stull 2011, Journal of Applied Meteorology and Climatology.

Value

Wet bulb temperature in degC.

Author(s)

A.Casanueva (15.08.2016).

Examples

## Not run:  
# load the meteorological variables for example data in Salamanca:
data("data_obs") 
wbt <- wbt.Stull(data_obs$tasmean, hurs=data_obs$hurs)

## End(Not run)


anacv/HeatStress documentation built on Aug. 9, 2022, 2:36 p.m.