Skip to content

tornado index grid #3525

Answered by DanielAdriaansen
decadeneo asked this question in Q&A
Discussion options

You must be logged in to vote

My guess is that significant_tornado is designed to work on a vertical profile (vector) of data rather than a 3D grid. Many of MetPy's functions are like this. You will need to loop over all x-y points and call the function for each grid cell. You can see an example of how I did this on a 3D grid of model data here: #2259, using MetPy's precipitable_water function, which also only works on profiles of data and not grids.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@decadeneo
Comment options

Answer selected by decadeneo
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