Incrementally tracking long climate dataset #198
Closed
robertsmalcolm
started this conversation in
General
Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to incrementally track my dataset (I may eventually have 100's years of simulation). For this the obvious way seems to be to identify eddies over a time period (e.g. 1 year), track them to produce a tracked dataset, then identify eddies over the next year, and add them to the tracked dataset. Looking at the documentation I suspect py_eddy_tracker.tracking.Correspondances may be what I need, but I cannot figure out how to use it in this way, so any guidance would be great. We plan to do this for multiple eddy-rich climate models and compare to the AVISO observational dataset. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions