From 4dd894eb5e3dddafc97894f1ab4b0b6e581b3a1a Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 27 Oct 2020 02:44:24 -0500
Subject: [PATCH] snapshot...

---
 modules/aeolus/aeolus_amv.py | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 4ec4cab4..22c84294 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -525,17 +525,6 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
         dist[i_a:i_b] = haversine_np(plon, plat, param_nd[0, :], param_nd[1, :])
         i_a += namvs
 
-        # prof_s = aeolus_dct.get(key)
-        # prof = prof_s[0]
-        # prf_hht[i_c:i_d] = prof[:, 3]
-        # prf_hhb[i_c:i_d] = prof[:, 4]
-        # prf_azm[i_c:i_d] = prof[:, 5]
-        # prf_spd[i_c:i_d] = prof[:, 6]
-        # i_c += nlevs
-        #
-        # prf_lat[idx::] = prof[0, 0]
-        # prf_lon[idx::] = prof[0, 1]
-
     num_amvs_per_prof[:] = num_amvs
     num_levs_per_prof[:] = num_levs
     prof_time[:] = times
-- 
GitLab