diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index fb174362f437b87bd13f3b60573eebc8be7bb314..d443922d08a2e55a20f53c82d512740c6f5fd5af 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)