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

tracking over long timeseries #251

Open
fedeborile opened this issue Oct 2, 2024 · 1 comment
Open

tracking over long timeseries #251

fedeborile opened this issue Oct 2, 2024 · 1 comment

Comments

@fedeborile
Copy link

Hi @AntSimi,
I would be very grateful if you could help me. I have performed eddy detection in the Mediterranean Sea using 36 years of daily reanalysis data from the CMEMS dataset. I am now attempting to conduct eddy tracking, but it seems the timeseries is too long. When running the following command:

EddyTracking ./tracking_ACY.yaml -v DEBUG

I encountered the following error message:

Exception: Several timesteps in grid dataset [ 86400 15811200]

I suspect that it is not possible to compute tracking on such a long timeseries. My question is: is there a way to compute tracking over shorter consecutive periods and then merge the outputs?
Thank you very much for your time and assistance.

@AntSimi
Copy link
Owner

AntSimi commented Oct 3, 2024

Hi Federica, take look at your timeserie, it seems that some daily identification are missing.

>>> 15811200 / 86400
183.0

I guess there is 183 daily missing identification .

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

No branches or pull requests

2 participants