-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
56 lines (56 loc) · 2.05 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"attributes": {
"monthly-o18": {
"description": "Monthly O18 concentrations in micro-mol O18 per mole (ppm) reported on the 2008A SIO manometric mole fraction scale. This is the standard version of the data most often sought.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"monthly-o18-seasonal-adjustment": {
"description": "Same data after a seasonal adjustment to remove the quasi-regular seasonal cycle. The adjustment involves subtracting from the data a 4-harmonic fit with a linear gain factor.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"monthly-o18-smoothed": {
"description": "Smoothed version of the data generated from a stiff cubic spline function plus 4-harmonic functions with linear gain.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"monthly-o18-smoothed-seasonal-adjustment": {
"description": "Same smoothed version with the seasonal cycle removed.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"sample-date-excel": {
"description": "M$Excel spreadsheet date format.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"sample-date-fractional": {
"description": "Decimal year and fractional year.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"sample-datetime": {
"description": "The monthly values have been adjusted to 24:00 hours on the 15th of each month.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
}
},
"description": "Monthly average O18 concentrations (ppm) derived from flask air samples.",
"meta-category": "climate",
"name": "scrippsco2-o18-monthly",
"required": [
"sample-datetime",
"sample-date-excel",
"sample-date-fractional"
],
"uuid": "86bd588b-cd0c-486a-8ea0-17fd95312fa0",
"version": 2
}