Skip to content
Snippets Groups Projects
Commit 9910832a authored by rink's avatar rink
Browse files

snapshot..

parent ac075919
Branches
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment