From 4724f7529aa9520a0fe6a4a01ebf437dfc29d201 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 27 Oct 2020 16:35:01 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index d50258c8..e3809f47 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -541,8 +541,9 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
     a_d = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan)
     if chan == 'mie':
         a_d = time_dict_to_cld_layers(a_d)
-        # a_d = time_dict_to_nd_2(a_d)
-    a_d = time_dict_to_nd(a_d)
+        a_d = time_dict_to_nd_2(a_d)
+    else:
+        a_d = time_dict_to_nd(a_d)
 
     amv_files = None
     if amv_source == 'CARR':
-- 
GitLab