From 9a607d3d92945545606680abb8c1a16e8ddc4ea6 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 16 Feb 2021 12:20:09 -0600
Subject: [PATCH] minor

---
 modules/amv/intercompare.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py
index 0fe471f8..ec564ce8 100644
--- a/modules/amv/intercompare.py
+++ b/modules/amv/intercompare.py
@@ -1061,10 +1061,6 @@ def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fc
 
     fcst_num_levels = fcst_spd.shape[0]
 
-    SatwindBestFitPress = undef
-    SatwindBestFitU = undef
-    SatwindBestFitV = undef
-
     PressDiff = 150.                      # pressure above and below AMV to look for fit
     TopPress = 50.                        # highest level to allow search
 
-- 
GitLab