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
Have encountered a strange issue with missing rectangular areas in output correlations based on FES2014 data:
As far as I can tell, this seems to only affect FES2014, despite outputs from all models looking theoretically identical and not containing any obvious differences in value ranges, dtypes or nodata. Best theory is that it's something to do with xr.corr (although other correlation funcs encounter the same problem), or some coordinate dtype issue with multiindexes?
Can reproduce by running the following geometry with `tide_model = "FES2014":
Have encountered a strange issue with missing rectangular areas in output correlations based on FES2014 data:
As far as I can tell, this seems to only affect FES2014, despite outputs from all models looking theoretically identical and not containing any obvious differences in value ranges, dtypes or nodata. Best theory is that it's something to do with
xr.corr
(although other correlation funcs encounter the same problem), or some coordinate dtype issue with multiindexes?Can reproduce by running the following geometry with `tide_model = "FES2014":
The text was updated successfully, but these errors were encountered: