Code Structure¶
The code was divided in 4 sections to make simpler its use.
Python Source Code¶
The python source code is Located in the folder trackeddy. This folder contains all the utilities used to analize and decompose an eddy field or a 2D gaussian field.
- datastruct.py
- geometryfunc.py
- physics.py
- printfunc.py
- savedata.py
- tracking.py
Tests¶
Examples¶
Fortran Source Code¶
Warning
The Fortran Source Code is under development.