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

snapshot...

parent 9993bf15
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ def get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats):
gfs_xr_rght = xr.open_dataset(gfs_fname_rght)
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'], amv_lons, amv_lats)
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, :, :]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment