What went wrong?
>>> wet_bulb_temperature(1000 * units.hPa, 15 * units.degC, 20 * units.degC)
<Quantity(18.4582946, 'degree_Celsius')>
The metpy.calc.wet_bulb_temperature function does not automatically validate input physics?
Operating System
MacOS
Version
MetPy 1.6.3
Python Version
Python 3.10.16
Code to Reproduce
>>> wet_bulb_temperature(1000 * units.hPa, 15 * units.degC, 20 * units.degC)
<Quantity(18.4582946, 'degree_Celsius')>
Errors, Traceback, and Logs