- 积分
- 68230
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-7-23
- 最后登录
- 1970-1-1
|
So as we start to see 1Hz soundings in the wild, we start to see issues with our calculations and the fact that sometimes pressure, as directly reported, is not necessarily monotonically decreasing. For instance, see this sample sounding. There are a couple of spots where the pressure bounces up for a single point by 0.1 hPa. This is not significant, but it does cause things like scipy.integrate.odeint to get angry when integrating with pressure as the independent variable--thus causing cape_cin to bomb out on these soundings. For these soundings, a med_filt is enough to solve the problem, but I'm not sure that works as a general solution. I'm not really sure what a good general solution is. |
|