-
Notifications
You must be signed in to change notification settings - Fork 18
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
Question in eddy dicts #13
Comments
Hello @qjuanr, Thanks for using the trackeddy. I will need to check the code to come up with a variable user manual (It may take me a couple of days to put it together).
At line 342 the area first index is the area of the contour, the second index is by default the area of a circle with the Rossby radius of deformation, and the third index is the area of the fitted gaussian. trackeddy/trackeddy/tracking.py Line 342 in de8624a
trackeddy/trackeddy/geometryfunc.py Lines 418 to 431 in de8624a
I hope this is clearer. Something important to mention, which has led to confusion before with this algorithm is that it do not track eddies in time, i.e. there is no tracking over time of the identified eddies. |
Thank you for the response! I am a little confused about the note you mentioned at the end of your reply. Does you mean that Trackeddy algorithm only recognize eddies and reconstruct KE field , but do not track eddies in time? It's true that I didn't see obvious mention of eddy tracking in your paper, but after executing the code, the data items in the eddy dictionaries have a time dimension. What am I to make of that? |
Hello @qjuanr, your interpretation is correct, although the dictionaries have a time dimension, meaning that technically a tracking algorithm could be implemented as a post-processing step. Trackeddy does not have a method implemented yet. In fact, the TrackEddy algorithm was used to recognise eddies and reconstruct their kinetic energy imprint. |
Hello!
|
Hello, please note that that function does not track on time, it does not create a path or trajectory for the identified eddies. This function only allows to identify eddies at different snapshots in time. The output will contain the time of detection, which could be used to construct a track as a post-processing step, but this functionality is not implemented in TrackEddy. |
Hello, Prof !
I am new in eddy detection and I have some questions about eddy
dicts.
1.The key of '2dgaussianfit' & ’area‘ both have three rows. What does each column mean?
2.The key of 'majoraxis' has two rows. What does each column mean?
If possible ,could you please release a variable user manual? Thanks for your reply!
positive_eddies=analyseddyzt(ssha[:,:,:],lon,lat,0,31,1,levels,preferences=preferences ,areamap=areamap,areaparms=checkarea,filters=filters ,maskopt='contour',diagnostics=False,pprint=True)
The text was updated successfully, but these errors were encountered: