sharppy / SHARPpy

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

PWV calculation #108

Closed wblumberg closed 7 years ago

wblumberg commented 7 years ago

Something small that shouldn't affect too many users, but needs to be fixed...changing the parameter ptop in params.precip_water() to a pressure level above the minimum pressure in the sounding forces the program to extrapolate to ptop, effectively biasing the PW calculation. Need to include some code to prevent this from happening in the future.

tsupinie commented 7 years ago

@wblumberg, have you fixed this or do you need me to? It looks like a 2-line fix.

tsupinie commented 7 years ago

I've pushed a small fix to both the master and andover branches for this.