Skip to content
Snippets Groups Projects
Commit ba7caec5 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 1c16e5d2
No related branches found
No related tags found
No related merge requests found
......@@ -921,7 +921,6 @@ def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fc
return bf_data
imin = imin[0][0]
imin = kk[0][imin]
# Use a parabolic fit to find the best-fit pressure.
# p2 - Minimized model pressure at level imin (hPa)
......@@ -1072,7 +1071,6 @@ def best_fit_altitude(amv_spd, amv_dir, amv_alt, amv_lat, amv_lon, fcst_spd, fcs
return bf_tup
imin = imin[0][0]
imin = kk[0][imin]
a2 = fcst_alt[imin]
v2 = vec_diff[imin]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment