HydroTools.heat_index
— Functionheat_index(Tair::T, RH::T) where {T<:Real}
Calculate the heat index given the air temperature Tair
(in degrees Celsius) and the relative humidity RH
(in percent).
Arguments
Tair::T
: Air temperature in degrees Celsius.RH::T
: Relative humidity in percent.
Returns
HI::Float64
: Heat index in degrees Celsius.
Examples
julia> heat_index(30, 50)
31.049081444444305