From 9910832ad996cece53cdff6f06bb423c550a684f Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Tue, 13 Oct 2020 17:12:56 -0500 Subject: [PATCH] snapshot.. --- modules/aeolus/aeolus_amv.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index b30c26c5..27e6058a 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -102,10 +102,10 @@ class CarrStereo(AMVFiles): def __init__(self, files_path, file_time_span, band='14'): super().__init__(files_path, file_time_span, 'tdw_qc_GOES*'+'ch_'+band+'.nc', band) - # self.elem_name = 'Element' - # self.line_name = 'Line' - # self.lon_name = 'Lon' - # self.lat_name = 'Lat' + self.elem_name = 'Element' + self.line_name = 'Line' + self.lon_name = 'Lon' + self.lat_name = 'Lat' self.out_params = ['Lon', 'Lat', 'Element', 'Line', 'V_3D_u', 'V_3D_v', 'H_3D', 'pres', 'Fcst_Spd', 'Fcst_Dir', 'SatZen', 'InversionFlag', 'CloudPhase', 'CloudType'] -- GitLab