Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reported Bug # 2 : Eddy dictionary #3

Open
josuemtzmo opened this issue Mar 4, 2019 · 1 comment
Open

Reported Bug # 2 : Eddy dictionary #3

josuemtzmo opened this issue Mar 4, 2019 · 1 comment
Assignees

Comments

@josuemtzmo
Copy link
Owner

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.

@josuemtzmo
Copy link
Owner Author

Once this is solved, remove the additional conditions at
dict2nc() - savedata.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant