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

snapshot...

parent a71604bf
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,6 @@ def get_vert_profile(xr_dataset, fld_name, lons, lats, method='linear'):
if lon360: # convert -180/+180 to 0,360
lons = np.where(lons < 0, lons + 360, lons)
fld = xr_dataset[fld_name]
fld = fld.assign_coords(fakeDim2=lon_coords, fakeDim1=lat_coords, fakeDim0=plevs)
......
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