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

snapshot...

parent 177306b4
No related branches found
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): ...@@ -380,7 +380,6 @@ def get_temp_prof_s_intrp(nom_time, amv_lons, amv_lats):
gfs_press = gfs_xr_left['pressure levels'].values 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 = 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, :, :] temp_prof_s = temp_prof[0, :, :]
return temp_prof_s, gfs_press return temp_prof_s, gfs_press
......
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