humidity.wet-bulb-temperature-celsius

Function to calculate wet bulb temperature (in ° C) given temperature in ° C and relative-humidity percentage (0…100)

C

TODO: write docs

magic-numbers

The magic numbers (empirical constants) from the derived expression. It bothers me that all these formulae depend on ‘empirical constants’, and that there is no commonality between the empirical constants of different formulae.

wet-bulb-temperature-celsius-fn

(wet-bulb-temperature-celsius-fn & {:keys [temperature-celsius relative-humidity]})

Returns wet bulb temperature (in ° C) given this temperature in ° C and relative-humidity percentage (0…100)