hum_evap_heat: Enthalpy of vaporization

hum_evap_heatR Documentation

Enthalpy of vaporization

Description

Calculates heat of evaporation for water from air temperature.

Usage

hum_evap_heat(...)

## S3 method for class 'numeric'
hum_evap_heat(t, ...)

## S3 method for class 'weather_station'
hum_evap_heat(weather_station, height = "lower", ...)

Arguments

...

Additional parameters passed to later functions.

t

Air temperature in °C.

weather_station

Object of class weather_station.

height

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

Value

Enthalpy of vaporization in J/kg.


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.