AirTemperature: AirTemperature

Description Usage Arguments Details Value Author(s) Examples

Description

Calculates the ambient air temperature

Usage

1
AirTemperature(RT, P, Q, E = 0, probe = "HARCO")

Arguments

RT

A numeric representing the recovery temperature in deg. C

P

A numeric representing the ambient pressure in hPa

Q

A numeric representing the dynamic pressure in hPa

E

An optional numeric representing the water vapor pressure in hPa

probe

An identifier for type of temperature probe. Default is 'HARCO'. Other options are 'ROSE' for heated Rosemount 102, 'HARCOB' for element-B of HARCO, and 'UNHEATED' for unheated Rosemount 102AL.

Details

Finds the air temperature from measurements of recovery temperature and ambient and dynamic pressure, with optional correction for humidity

Value

The ambient air temperature in deg.C

Author(s)

William Cooper

Examples

1
2
AT <- AirTemperature (10., 700., 50.)
AT <- AirTemperature (RAFdata$RTH1, RAFdata$PSXC, RAFdata$QCXC)

WilliamCooper/Ranadu documentation built on July 10, 2019, 12:40 a.m.