-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use dewpoint function in wetbulb #1
Comments
I made a few refactoring changes in the branch refactor, including this. |
At the risk of being a wet bulb, this duplicates functionality that is available in https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.wet_bulb_temperature.html https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.dewpoint.html It would be better to use well tested functions from |
Also |
The code is now using the wet_bulb_temperture, dewpoint, and relative_humidity_from_specific_humidity functions from metpy. |
The start of wetbulb function is the same as the dewpoint function. Use the function instead of replicating the code.
The text was updated successfully, but these errors were encountered: