Skip to content
Snippets Groups Projects
Commit db7be815 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 177306b4
Branches
No related tags found
No related merge requests found
......@@ -380,7 +380,6 @@ 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 = temp_prof.values
temp_prof_s = temp_prof[0, :, :]
return temp_prof_s, gfs_press
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment