From 51005c6c1d9add1271ae40cedc63b14323ec9077 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 8 Dec 2020 10:35:43 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 52db775a..f3b4ad73 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -198,8 +198,8 @@ class CarrStereo(AMVFiles):
 def get_amvs(amv_files, timestamp, filepath=None):
     if filepath is None:
         filepath, ftime, f_idx = amv_files.get_file(timestamp)
-    # amv_params = amv_files.get_parameters()
-    amv_params = ['lon', 'lat', 'pressure', 'wind_speed', 'wind_direction']
+    amv_params = amv_files.get_parameters()
+    amv_params = [amv_files.lat_name, amv_files.lon_name] + amv_params
     ds = Dataset(filepath)
 
     param_s = []
-- 
GitLab