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

snapshot...

parent dcb2454a
Branches
No related tags found
No related merge requests found
......@@ -209,7 +209,6 @@ def get_vert_profile_s(xr_dataset, fld_name_s, lons, lats, method='linear'):
if lon360: # convert -180,+180 to 0,360
lons = np.where(lons < 0, lons + 360, lons)
fld_s = []
for fld_name in fld_name_s:
fld = xr_dataset[fld_name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment