From 8a1fb206c62331e2f2c259145748ce33007c0d3d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 22 Jun 2021 11:49:31 -0500 Subject: [PATCH] minor --- modules/aeolus/aeolus_amv.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 69f302be..75b7435f 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -1683,10 +1683,6 @@ def match_amvs_to_aeolus_fast(aeolus_dict, amv_files_path, amv_source='OPS', ban keys = list(aeolus_dict.keys()) - amv_lons = None - amv_lats = None - cc = None - ll = None last_f_idx = -1 for key in keys: -- GitLab