File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff 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
5655SMOOTHING : 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+
8788TRACK_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
9497INTERP_METHOD : ' RectBivariate'
You can’t perform that action at this time.
0 commit comments