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

snaphot...

parent 8f7f96e8
Branches
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_ds, calipso_clavrx_file, amv_fil ...@@ -131,7 +131,7 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_ds, calipso_clavrx_file, amv_fil
lats = amv_lats[in_box] lats = amv_lats[in_box]
lons = lons[s_idxs] lons = lons[s_idxs]
lats = lats[s_idxs] lats = lats[s_idxs]
temp_prof = get_vert_profile_s(gfs_ds, ['temperature'], lons, lats, method='nearest') temp_prof = get_vert_profile_s(gfs_xr, ['temperature'], lons, lats, method='nearest')
temp_prof = temp_prof.values temp_prof = temp_prof.values
temp_prof_s = temp_prof[0, :, :] temp_prof_s = temp_prof[0, :, :]
temp_prof_s = temp_prof_s[:, ::-1] temp_prof_s = temp_prof_s[:, ::-1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment