Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.24k stars 413 forks source link

Add Entraining CAPE (ECAPE) #3187

Open dcamron opened 1 year ago

dcamron commented 1 year ago

What should we add?

Add calculation for CAPE with considerations for entrainment derived from profile. References below for examples, explanation, and an analytical implementation.

@citylikeamradio do you have any interest in incorporating your work on ecape into MetPy? Wonderful work! (also hello, sorry for the ping out of nowhere 😅)

Reference

citylikeamradio commented 1 year ago

I'd love to contribute this! I'll work towards a PR ~01 Oct.

AstroCGHA commented 8 months ago

Another recent ECAPE implementation by Amelia Urquhart can be used as an additional reference on adding ECAPE and its associated parcel path/profile to MetPy (currently subject to verification).