From 825642a78e270d6cffe3e33daeda413642d16577 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 4 Jan 2022 09:05:15 -0600
Subject: [PATCH] snapshot...

---
 modules/amv/caliop_clavrx_amv.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py
index 01ec8afe..e0bddbfb 100644
--- a/modules/amv/caliop_clavrx_amv.py
+++ b/modules/amv/caliop_clavrx_amv.py
@@ -111,7 +111,10 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_path, calipso_clavrx_file, amv_f
     return match_dict
 
 
-def create_file_new(match_dct, filename, amv_params=['pressure', 'wind_speed', 'wind_direction'],
+def create_file_new(match_dct, filename,
+                    amv_params=['lat', 'lon', 'time', 'wind_speed', 'wind_direction', 'pressure', 'temperature',
+                                'local_zenith_angle', 'DQF', 'seconds_between_images', 'target_box_size',
+                                'lag_size', 'nested_tracking_flag', 'target_type', 'band_id'],
                     caliop_clavrx_params=get_parameters_caliop_clavrx()):
     num_aparams = 7
     num_aprofs = 0
-- 
GitLab