From 11f16a60813a67c00cfc063251c156f24507dfda Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 2 Nov 2020 13:19:00 -0600 Subject: [PATCH] snapshot... --- modules/amv/intercompare.py | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py index 1cda6083..a4f0a111 100644 --- a/modules/amv/intercompare.py +++ b/modules/amv/intercompare.py @@ -14,37 +14,7 @@ import time from scipy.interpolate import interp1d from util.util import minimize_quadratic - -goes16_directory = '/arcdata/goes/grb/goes16' # /year/date/abi/L1b/RadC -goes_date_format = '%Y%j%H' -dir_fmt = '%Y_%m_%d_%j' - -gfs_directory = '/apollo/cloud/Ancil_Data/clavrx_ancil_data/dynamic/gfs/' -gfs_date_format = '%y%m%d' - -h4_to_h5_path = home_dir + '/h4toh5convert' - -data_dir = '/data1/rink' -converted_file_dir = data_dir + '/gfs_h5' -CACHE_GFS = True - -goes_cache_dir = data_dir + '/goes16' -CACHE_GOES = True - -fmt = '%Y%j%H' - -matchup_dict_glbl = None - -geoloc_2km = None -geoloc_1km = None -geoloc_hkm = None - -TRIPLET = False -CONV3D = False - -H08_lat_range = [-78, 78] -H08_lon_range = [62, 218] - +#-- AMV intercompare stuff ------------------------------------------ class MyGenericException(Exception): def __init__(self, message): @@ -71,9 +41,6 @@ amv_qif_idx = amv_hdr_list.index('qif') amv_centers_list = ['EUM', 'BRZ', 'JMA', 'KMA', 'NOA', 'NWC'] -# AMV inter-compare stuff -------------------------------------------------------- - - def get_amv_nd(filename): header = None data = [] -- GitLab