Skip to content

Reported Bug # 2 : Eddy dictionary #3

Description

@josuemtzmo

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions