misp-objects/objects/scrippsco2-co2-monthly/definition.json

56 lines
2.1 KiB
JSON

{
"attributes": {
"monthly-co2": {
"description": "Monthly CO2 concentrations in micro-mol CO2 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-co2-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-co2-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-co2-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 CO2 concentrations (ppm) derived from flask air samples.",
"meta-category": "climate",
"name": "scrippsco2-co2-monthly",
"required": [
"sample-datetime",
"sample-date-excel",
"sample-date-fractional"
],
"uuid": "3350fc46-7120-4fb1-b5b3-c931465c9b2a",
"version": 2
}