From d108181cbcc755e3b1da680d46e3972def1edc95 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 7 Feb 2022 11:12:47 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index fb174362..d443922d 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -2355,7 +2355,6 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output num_elems = len(cc) num_lines = len(ll) nav = get_navigation(satellite, domain) - lons_2d, lats_2d, x_rad, y_rad = get_lon_lat_2d_mesh(nav, ll, cc, offset=int(8 / res_fac)) ancil_data_dct, _, _ = make_for_full_domain_predict(h5f, name_list= ['solar_zenith_angle', 'sensor_zenith_angle', 'cld_height_acha', 'cld_geo_thick'], @@ -2442,9 +2441,6 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output preds_2d_dct[flvl] = fd_preds.reshape((num_lines, num_elems)) probs_2d_dct[flvl] = fd_probs.reshape((num_lines, num_elems)) - # write_icing_file_nc4(clvrx_str_time, output_dir, preds_2d_dct, probs_2d_dct, - # x_rad, y_rad, lons_2d, lats_2d, cc, ll, satellite=satellite, domain=domain) - dto, _ = get_time_tuple_utc(ts) dto_0 = dto - datetime.timedelta(minutes=30) dto_1 = dto + datetime.timedelta(minutes=30) -- GitLab