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

snapshot...

parent 0773edb2
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,7 @@ def get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats):
gfs_fname_left, nom_time_left, gfs_fname_rght, nom_time_rght = get_bounding_gfs_files(nom_time)
gfs_xr_left = xr.open_dataset(gfs_fname_left)
gfs_xr_rght = xr.open_dataset(gfs_fname_rght)
gfs_press = gfs_xr_left['pressure_values'].values
gfs_press = gfs_xr_left['pressure levels'].values
temp_prof = get_vert_profile_s([gfs_xr_left, gfs_xr_rght], [nom_time_left, nom_time_rght], ['temperature'], amv_lons, amv_lats, method='nearest')
temp_prof = temp_prof.values
......
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