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

Polish

parent 1b098844
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@ def calculate_radii_rossby(list_eddies, e_overestim, handlers, array_d_init):
# get the radius and the rossby number:
shapeRec = handlers[i_SHPC]["readers"]["extremum"].shapeRecord(ishape)
f = 2 * Omega * math.sin(math.radians(shapeRec.shape.points[0][1]))
V_max = shapeRec.record[4] # in m/s
V_max = shapeRec.record.speed # in m/s
radius = handlers[i_SHPC]["readers"]["max_speed_contour"]\
.record(ishape)['r_eq_area'] * 1000 # in m
.record(ishape).r_eq_area * 1000 # in m
if abs(V_max) < 100:
avg_Rossby += V_max / (f * radius)
......
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