hum_absolute: Absolute humidity

hum_absoluteR Documentation

Absolute humidity

Description

Calculates absolute humidity from vapor pressure and temperature.

Usage

hum_absolute(...)

## S3 method for class 'numeric'
hum_absolute(p_vapor, t_pot, ...)

## S3 method for class 'weather_station'
hum_absolute(weather_station, height, ...)

Arguments

...

Additional parameters passed to later functions.

p_vapor

Vapor presure in hPa.

t_pot

Potential air temperature in Kelvin.

weather_station

Object of class weather_station.

height

Height of measurement. "lower" or "upper".

Value

Absolute humidity in kg/m^3.


jonasViehweger/energyBudget documentation built on June 27, 2022, 2:56 a.m.