You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interpolator for vertical wind assumes index=0 is the min elevation but this isn't always true (e.g. ERA has index=-1 as min elevation). Raises lots of warnings. I don't think this is actually a bug because the actual interp function should work with either sorting, but warnings are scary.
Interpolator for vertical wind assumes index=0 is the min elevation but this isn't always true (e.g. ERA has index=-1 as min elevation). Raises lots of warnings. I don't think this is actually a bug because the actual interp function should work with either sorting, but warnings are scary.
sup3r/sup3r/utilities/interpolation.py
Line 214 in 7ea63c8
sup3r/sup3r/utilities/interpolation.py
Line 274 in 7ea63c8
The text was updated successfully, but these errors were encountered: