diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py index bfd1aeab20ec11257eda41afb33d69f337d8404f..41ceb6003c103eff4d61cdc6185d802173e2116d 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -380,9 +380,8 @@ def get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats): gfs_press = gfs_xr_left['pressure levels'].values temp_prof = get_time_interpolated_vert_profile([gfs_xr_left, gfs_xr_rght], [nom_time_left, nom_time_rght], 'temperature', nom_time, amv_lons, amv_lats) - temp_prof_s = temp_prof[0, :, :] - return temp_prof_s, gfs_press + return temp_prof, gfs_press def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', out_file=None):