@@ -99,17 +99,8 @@ def parse_args(self, *args, **kwargs):
99
99
units = 'days since 1950-01-01 00:00:00' ,
100
100
calendar = 'proleptic_gregorian' ,
101
101
axis = 'T' ,
102
- longname = 'time of gridded file' ,
103
- description = 'date of this observation' ,
104
- )
105
- ),
106
- ocean_time = dict (
107
- attr_name = None ,
108
- nc_name = 'ocean_time' ,
109
- nc_type = 'float64' ,
110
- nc_dims = ('obs' ,),
111
- nc_attr = dict (
112
- units = 'ROMS ocean_time (seconds)' ,
102
+ longname = 'Time' ,
103
+ description = 'Date of this observation' ,
113
104
)
114
105
),
115
106
type_cyc = dict (
@@ -121,7 +112,7 @@ def parse_args(self, *args, **kwargs):
121
112
nc_attr = dict (
122
113
longname = 'cyclonic' ,
123
114
units = 'boolean' ,
124
- description = 'cyclonic -1; anti-cyclonic +1' ,
115
+ description = 'Cyclonic -1; anti-cyclonic +1' ,
125
116
)
126
117
),
127
118
segment_size = dict (
@@ -147,13 +138,15 @@ def parse_args(self, *args, **kwargs):
147
138
),
148
139
virtual = dict (
149
140
attr_name = None ,
150
- nc_name = 'virtual' ,
141
+ nc_name = 'observation_flag' ,
142
+ old_nc_name = ['virtual' ],
151
143
nc_type = 'byte' ,
152
144
nc_dims = ('obs' ,),
153
145
nc_attr = dict (
154
146
longname = 'virtual_position' ,
155
147
units = 'boolean' ,
156
- description = 'Virtual observation: 0 for real' ,
148
+ description = 'Flag indicating if the value is interpolated between two'
149
+ ' observations or not (0: observed, 1: interpolated)' ,
157
150
)
158
151
),
159
152
cost_association = dict (
@@ -176,7 +169,7 @@ def parse_args(self, *args, **kwargs):
176
169
nc_attr = dict (
177
170
units = 'degrees_east' ,
178
171
axis = 'X' ,
179
- description = 'observation longitude' ,
172
+ description = 'Observation longitude' ,
180
173
longname = 'longitude of measurement' ,
181
174
standard_name = 'longitude' ,
182
175
)
@@ -193,7 +186,7 @@ def parse_args(self, *args, **kwargs):
193
186
axis = 'Y' ,
194
187
longname = 'latitude of measurement' ,
195
188
standard_name = 'latitude' ,
196
- description = 'observation latitude' ,
189
+ description = 'Observation latitude' ,
197
190
)
198
191
),
199
192
lon_max = dict (
@@ -206,7 +199,7 @@ def parse_args(self, *args, **kwargs):
206
199
nc_attr = dict (
207
200
units = 'degrees_east' ,
208
201
axis = 'X' ,
209
- description = 'observation longitude' ,
202
+ description = 'Observation longitude' ,
210
203
longname = 'longitude of amplitude max' ,
211
204
standard_name = 'longitude' ,
212
205
)
@@ -221,7 +214,7 @@ def parse_args(self, *args, **kwargs):
221
214
nc_attr = dict (
222
215
units = 'degrees_north' ,
223
216
axis = 'Y' ,
224
- description = 'observation latitude' ,
217
+ description = 'Observation latitude' ,
225
218
longname = 'latitude of amplitude max' ,
226
219
standard_name = 'latitude' ,
227
220
)
@@ -237,7 +230,7 @@ def parse_args(self, *args, **kwargs):
237
230
nc_attr = dict (
238
231
longname = 'amplitude' ,
239
232
units = 'm' ,
240
- description = 'magnitude of the height difference between the extremum of ADT within '
233
+ description = 'Magnitude of the height difference between the extremum of ADT within '
241
234
'the eddy and the ADT around the contour defining the eddy perimeter' ,
242
235
)
243
236
),
@@ -252,8 +245,7 @@ def parse_args(self, *args, **kwargs):
252
245
nc_attr = dict (
253
246
longname = 'maximum circum-averaged speed' ,
254
247
units = 'm/s' ,
255
- description = 'average speed of the contour defining the '
256
- 'speed radius' ,
248
+ description = 'Average speed of the contour defining the radius scale “speed_radius”' ,
257
249
)
258
250
),
259
251
uavg_profile = dict (
@@ -266,7 +258,7 @@ def parse_args(self, *args, **kwargs):
266
258
nc_attr = dict (
267
259
longname = 'radial profile of uavg' ,
268
260
units = 'm/s' ,
269
- description = 'profile speed average values from effective contour inwards to smallest inner contour' ,
261
+ description = 'Speed average values from effective contour inwards to smallest inner contour' ,
270
262
)
271
263
),
272
264
i = dict (
@@ -276,7 +268,7 @@ def parse_args(self, *args, **kwargs):
276
268
nc_dims = ('obs' ,),
277
269
nc_attr = dict (
278
270
longname = 'longitude index in the grid of the detection' ,
279
- description = 'longitude index in the grid of the detection' ,
271
+ description = 'Longitude index in the grid of the detection' ,
280
272
)
281
273
),
282
274
j = dict (
@@ -286,7 +278,7 @@ def parse_args(self, *args, **kwargs):
286
278
nc_dims = ('obs' ,),
287
279
nc_attr = dict (
288
280
longname = 'latitude index in the grid of the detection' ,
289
- description = 'latitude index in the grid of the detection' ,
281
+ description = 'Latitude index in the grid of the detection' ,
290
282
)
291
283
),
292
284
eke = dict (
@@ -297,7 +289,7 @@ def parse_args(self, *args, **kwargs):
297
289
nc_attr = dict (
298
290
longname = 'sum EKE within contour Ceff' ,
299
291
units = 'm^2/s^2' ,
300
- description = 'sum of eddy kinetic energy within contour '
292
+ description = 'Sum of eddy kinetic energy within contour '
301
293
'defining the effective radius' ,
302
294
)
303
295
),
@@ -312,7 +304,7 @@ def parse_args(self, *args, **kwargs):
312
304
nc_attr = dict (
313
305
longname = 'effective radius scale' ,
314
306
units = 'm' ,
315
- description = 'radius of a circle whose area is equal to that enclosed by the effective contour' ,
307
+ description = 'Radius of a circle whose area is equal to that enclosed by the effective contour' ,
316
308
)
317
309
),
318
310
radius_s = dict (
@@ -326,7 +318,7 @@ def parse_args(self, *args, **kwargs):
326
318
nc_attr = dict (
327
319
longname = 'speed radius scale' ,
328
320
units = 'm' ,
329
- description = 'radius of a circle whose area is equal to that enclosed by the contour of maximum circum-average speed' ,
321
+ description = 'Radius of a circle whose area is equal to that enclosed by the contour of maximum circum-average speed' ,
330
322
)
331
323
),
332
324
track = dict (
@@ -337,7 +329,7 @@ def parse_args(self, *args, **kwargs):
337
329
nc_attr = dict (
338
330
longname = 'track number' ,
339
331
units = 'ordinal' ,
340
- description = 'eddy identification number' ,
332
+ description = 'Eddy identification number' ,
341
333
)
342
334
),
343
335
n = dict (
@@ -349,7 +341,7 @@ def parse_args(self, *args, **kwargs):
349
341
nc_attr = dict (
350
342
longname = 'observation number' ,
351
343
units = 'ordinal' ,
352
- description = 'observation sequence number, days from eddy start ' ,
344
+ description = 'Observation sequence number, days from eddy first detection ' ,
353
345
)
354
346
),
355
347
contour_lon_e = dict (
@@ -363,7 +355,7 @@ def parse_args(self, *args, **kwargs):
363
355
nc_dims = ('obs' , 'NbSample' ),
364
356
nc_attr = dict (
365
357
longname = 'effective contour longitudes' ,
366
- description = 'longitudes of effective contour' ,
358
+ description = 'Longitudes of effective contour' ,
367
359
units = 'degrees_east' ,
368
360
axis = 'X' ,
369
361
)
@@ -378,7 +370,7 @@ def parse_args(self, *args, **kwargs):
378
370
nc_dims = ('obs' , 'NbSample' ),
379
371
nc_attr = dict (
380
372
longname = 'effective contour latitudes' ,
381
- description = 'latitudes of effective contour' ,
373
+ description = 'Latitudes of effective contour' ,
382
374
units = 'degrees_east' ,
383
375
axis = 'X' ,
384
376
)
@@ -394,7 +386,7 @@ def parse_args(self, *args, **kwargs):
394
386
nc_dims = ('obs' , 'NbSample' ),
395
387
nc_attr = dict (
396
388
longname = 'speed contour longitudes' ,
397
- description = 'longitudes of speed contour' ,
389
+ description = 'Longitudes of speed contour' ,
398
390
units = 'degrees_east' ,
399
391
axis = 'X' ,
400
392
)
@@ -409,7 +401,7 @@ def parse_args(self, *args, **kwargs):
409
401
nc_dims = ('obs' , 'NbSample' ),
410
402
nc_attr = dict (
411
403
longname = 'speed contour latitudes' ,
412
- description = 'latitudes of speed contour' ,
404
+ description = 'Latitudes of speed contour' ,
413
405
units = 'degrees_east' ,
414
406
axis = 'X' ,
415
407
)
@@ -480,11 +472,14 @@ def parse_args(self, *args, **kwargs):
480
472
),
481
473
nb_contour_selected = dict (
482
474
attr_name = None ,
483
- nc_name = 'nb_contour_selected' ,
475
+ nc_name = 'num_contours' ,
476
+ old_nc_name = ['nb_contour_selected' ],
484
477
nc_type = 'u2' ,
485
478
nc_dims = ('obs' ,),
486
479
nc_attr = dict (
487
- units = '1' ,
480
+ longname = 'number of contour' ,
481
+ units = 'ordinal' ,
482
+ description = 'Number of contour selected for this eddy' ,
488
483
)
489
484
),
490
485
)
0 commit comments