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:
46
46
# Set SLA contour spacing (cm)
47
47
CONTOUR_PARAMETER_SLA :
48
48
MAX_SLA : 100.
49
- INTERVAL : 1
50
- # ~ INTERVAL: 4
49
+ INTERVAL : 0.5
51
50
52
51
# 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%)
54
53
55
54
# Filtering
56
55
SMOOTHING : Yes
@@ -82,13 +81,17 @@ EVOLVE_AREA_MAX: 500 # max change in area
82
81
# - speed-based contour points
83
82
# - shape test values
84
83
# - 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
+
87
88
TRACK_ARRAY_VARIABLES :
88
- NB_SAMPLES : 10
89
+ NB_SAMPLES : 50
89
90
VARIABLES :
90
- - contour_lon
91
- - contour_lat
91
+ - contour_lon_e
92
+ - contour_lat_e
93
+ - contour_lon_s
94
+ - contour_lat_s
92
95
93
96
# 'RectBivariate' is faster
94
97
INTERP_METHOD : ' RectBivariate'
You can’t perform that action at this time.
0 commit comments