Skip to content
Snippets Groups Projects
Commit 7e134e2e authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Rename segment to `list_eddies`

parent a565924a
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,12 @@ import util_eddies
import bisect
import argparse
def calculate_radii_rossby(segment, e_overestim, handlers, array_d_init):
def calculate_radii_rossby(list_eddies, e_overestim, handlers, array_d_init):
radii = 0 # in m
rossby = 0
days_modifier = 0
for n in segment:
for n in list_eddies:
current_eddy = report_graph.node_to_date_eddy(n, e_overestim)
i_SHPC = get_SHPC(array_d_init, current_eddy['date_index'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment