Skip to content

Commit 4b643b9

Browse files
author
adelepoulle
committed
Update yaml file
1 parent b23a271 commit 4b643b9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

share/eddy_identification.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ CONTOUR_PARAMETER:
4646
# Set SLA contour spacing (cm)
4747
CONTOUR_PARAMETER_SLA:
4848
MAX_SLA: 100.
49-
INTERVAL: 1
50-
#~ INTERVAL: 4
49+
INTERVAL: 0.5
5150

5251
# Shape error (see Kurian et al 2011)
53-
SHAPE_ERROR: 65. # % (Mason et al 2014 use 55%)
52+
SHAPE_ERROR: 55. # % (Mason et al 2014 use 55%)
5453

5554
# Filtering
5655
SMOOTHING: Yes
@@ -82,13 +81,17 @@ EVOLVE_AREA_MAX: 500 # max change in area
8281
# - speed-based contour points
8382
# - shape test values
8483
# - profiles of swirl velocity from effective contour inwards
85-
# Useful for working with ARGO data
86-
TRACK_EXTRA_VARIABLES: No
84+
TRACK_EXTRA_VARIABLES:
85+
- shape_error
86+
- shape_error_s
87+
8788
TRACK_ARRAY_VARIABLES:
88-
NB_SAMPLES: 10
89+
NB_SAMPLES: 50
8990
VARIABLES:
90-
- contour_lon
91-
- contour_lat
91+
- contour_lon_e
92+
- contour_lat_e
93+
- contour_lon_s
94+
- contour_lat_s
9295

9396
# 'RectBivariate' is faster
9497
INTERP_METHOD: 'RectBivariate'

0 commit comments

Comments
 (0)