trackeddy.tracking.analyseddyzt¶
-
trackeddy.tracking.analyseddyzt(data, x, y, t0, t1, tstep, levels, areamap='', mask='', physics='', eddycenter='masscenter', preferences=None, checkgauss=True, areaparms=None, maskopt='contour', mode='gaussian', filters=None, timeanalysis='closest', destdir='', saveformat='nc', diagnostics=False, plotdata=False, pprint=False, debug=False)¶ Identify each eddy using closed contours.
Function to identify each eddy using closed contours, moving in time and contour levels.
- Parameters
- args:
- data: array
Sea Surface Height in cm.
- x: array|list
Longitude of data field.
- y: array|list
Latitude of data field.
- levels: array|list
Discrete levels where the code will find the closed contours.
- areamap: list
Section of interest [lon0,lon1,lat0,lat1].
- mask: np.mask
Continent mask.