You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/grid_identification.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Run the identification process for a single day
8
8
Shell/bash command
9
9
******************
10
10
11
-
Bash command will allow to process one grid, it will apply a filter and an identification.
11
+
Bash command will allow you to process one grid, it will apply a filter and an identification.
12
12
13
13
14
14
.. code-block:: bash
@@ -18,14 +18,14 @@ Bash command will allow to process one grid, it will apply a filter and an ident
18
18
out_directory -v DEBUG
19
19
20
20
21
-
Filter could be modify with options *--cut_wavelength* and *--filter_order*. You could also defined height between two isolines with *--isoline_step*, which could
21
+
Filter could be modified with options *--cut_wavelength* and *--filter_order*. You could also define height between two isolines with *--isoline_step*, which could
22
22
improve speed profile quality and detect accurately tiny eddies. You could also use *--fit_errmax* to manage acceptable shape of eddies.
23
23
24
24
An eddy identification will produce two files in the output directory, one for anticyclonic eddies and the other one for cyclonic.
25
25
26
-
In regional area which are away from the equator, current could be deduce from height, juste write *None None* inplace of *ugos vgos*
26
+
In regional areas which are away from the Equator, current could be deduced from height, just write *None None* in place of *ugos vgos*
27
27
28
-
In case of **datacube**, you need to specify index for each layer (time, depth, ...) wiht *--indexs* option like:
28
+
In case of **datacube**, you need to specify index for each layer (time, depth, ...) with *--indexs* option like:
29
29
30
30
.. code-block:: bash
31
31
@@ -40,7 +40,7 @@ In case of **datacube**, you need to specify index for each layer (time, depth,
40
40
Python code
41
41
***********
42
42
43
-
If we want customize eddies identification, python module is here.
43
+
If we want to customize eddies identification, the Python module is here.
0 commit comments