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
When the eddy dictionary only identifies an eddy for a particular timestep it removes a dimension.
The data should always look like: array([[0],[1]])
however, if the eddy is only identified in one time step it produces: array([0]).
This produces issues and exceptions when saving the data into NetCDF or hdf5 formats, as well as when handling the data.
The text was updated successfully, but these errors were encountered:
When the eddy dictionary only identifies an eddy for a particular timestep it removes a dimension.
The data should always look like:
array([[0],[1]])
however, if the eddy is only identified in one time step it produces:
array([0])
.This produces issues and exceptions when saving the data into NetCDF or hdf5 formats, as well as when handling the data.
The text was updated successfully, but these errors were encountered: