You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
high_vals=xr.where(ds>threshold, 1, 0) # set all temps over threshold = 1; others to 0summed_vals=high_vals.sum(dim='time')
# replace any 0 values with nansummed_vals=summed_vals.where(summed_vals>0)
ie plotting funs etc
The text was updated successfully, but these errors were encountered: