sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
219 stars 112 forks source link

EBWD probs in STP box are nan #12

Closed wblumberg closed 10 years ago

wblumberg commented 10 years ago

The "based on EBWD:" probability is often a nan even when SPC soundings shows it should be something different.

keltonhalbert commented 10 years ago

This has to do with when there is no effective inflow layer. It just needs a check to set it to the minimum probability if EBWD is RMISSD or ma.masked.

wblumberg commented 10 years ago

This has been fixed. We should still watch out for it anyways.