From db5a80f91a5d2abd89f5ac512face2bafc0a22a1 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 9 Jun 2021 15:16:11 -0500
Subject: [PATCH] minor

---
 modules/aeolus/aeolus_amv.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 574243de..2d7ab7a3 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -1493,6 +1493,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
 
     keys = list(aeolus_dict.keys())
 
+    cnt = 0
     last_f_idx = -1
     param_nd = None
     dataset = None
@@ -1531,6 +1532,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
             param_nd = np.stack(data, axis=0)
             match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd)
 
+            cnt += 1
+
     for ds in dataset_s:
         ds.close()
 
-- 
GitLab