Ouranosinc / xclim

Library of derived climate variables, ie climate indicators, based on xarray.
https://xclim.readthedocs.io/en/stable/
Apache License 2.0
322 stars 56 forks source link

New indices from thermodynamic variables: Dew point, Wet bulb temperature, etc #1452

Open SarahG-579462 opened 1 year ago

SarahG-579462 commented 1 year ago

Addressing a Problem?

The social medias are talking lots about wet bulb temperature as a metric for survivability. Might be interesting to add it, and other thermodynamic variables, such as dew point, to xclim.

Potential Solution

Indicators for:

Additional context

No response

Contribution

Code of Conduct

aulemahal commented 1 year ago

Conversions like this are already implemented in MetPy which is well maintained. I don't think re-coding them is worth it. However, once upon a time, I did a proof-of-concept (#726) to see if we could make indicators from MetPy's function. Turn's out that it did work, but with some issues. I know they have done a lot of work since, especially to better integrate with xarray and dask. The wrapping idea could be revisited!

SarahG-579462 commented 1 year ago

Cool - thanks for pointing me towards that package.

huard commented 1 year ago

I'd add air density to the wish list. It comes up in wind power computations.