Skip to content

What parameters should I provide when calculating showalter_index? #2712

Answered by dopplershift
ShareRingNS asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, this got lost in the pile.

showalter_index, because it uses parcel_profile to calculate an appropriate parcel profile for you, is only able to operate on a single atmospheric profile at a time. You need to pass in the full profile of the atmosphere (or at least the surface up to 500 hPa).

If you have a grid of data, you'll need to iterate manually over the profiles within the grid and pass them one at a time. This is of course not great in Python and will incur a large performance penalty, but that's the only right now. We plan to address this limitation in the medium term with our performance-focused work.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dopplershift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants