File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
Tracking
3
3
========
4
4
5
+ Requirements
6
+ ************
7
+
8
+ Before to run tracking, you will need to run identification on every time step of the period(Period of your study).
9
+
10
+ **Advice ** : Before to run tracking, display some identification file allow to learn a lot
5
11
6
12
Default method
7
13
**************
8
14
9
15
To run a tracking just create an yaml file with minimal specification (*FILES_PATTERN * and *SAVE_DIR *).
16
+ You will run tracking separately between Cyclonic eddies and Anticyclonic eddies.
10
17
11
- Example of yaml
18
+ Example of conf. yaml
12
19
13
20
.. code-block :: yaml
14
21
15
22
PATHS :
16
23
# Files produces with EddyIdentification
17
- FILES_PATTERN : MY/IDENTIFICATION_PATH /Anticyclonic*.nc
24
+ FILES_PATTERN : MY_IDENTIFICATION_PATH /Anticyclonic*.nc
18
25
SAVE_DIR : MY_OUTPUT_PATH
19
26
20
27
# Number of timestep for missing detection
@@ -39,8 +46,8 @@ It will produce 4 files by run:
39
46
40
47
- A file of correspondances which will contains all the information to merge all identifications file
41
48
- A file which will contains all the observations which are alone
42
- - A file which will contains all the short track which are shorter than TRACK_DURATION_MIN
43
- - A file which will contains all the long track which are longer than TRACK_DURATION_MIN
49
+ - A file which will contains all the short track which are shorter than ** TRACK_DURATION_MIN **
50
+ - A file which will contains all the long track which are longer than ** TRACK_DURATION_MIN **
44
51
45
52
46
53
Choose a tracker
You can’t perform that action at this time.
0 commit comments