diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py index b26d8363871392ac8bead035ca11c7b8034b0a5f..de9432573107cab1430de90eecef4c1a42cd52be 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -404,18 +404,6 @@ def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', ou amv_lons = amvs_nd[:, amv_lon_idx] amv_lats = amvs_nd[:, amv_lat_idx] - # gfs_fname, _, _ = gfs_ds.get_file(nom_time, window=180.0) - # if gfs_fname is None: - # return None - # print(gfs_fname) - # gfs_xr = xr.open_dataset(gfs_fname) - # gfs_press = gfs_xr['pressure levels'] - # gfs_press = gfs_press.values - # - # temp_prof = get_vert_profile_s(gfs_xr, ['temperature'], amv_lons, amv_lats, method='nearest') - # temp_prof = temp_prof.values - # temp_prof_s = temp_prof[0, :, :] - temp_prof_s, gfs_press = get_temp_prof_s(gfs_ds, nom_time, amv_lons, amv_lats) alt_f = []