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

snapshot...

parent 31317476
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ def get_temp_prof_s(gfs_ds, nom_time, amv_lons, amv_lats):
return temp_prof_s, gfs_press
def get_temp_prof_s_intrp(gfs_ds, nom_time, amv_lons, amv_lats):
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)
......
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