Skip to content

Commit

Permalink
Upgrading standard eurogoos and gtspp QC procedures
Browse files Browse the repository at this point in the history
Those now follow the 0.21 revision.
  • Loading branch information
castelao committed Mar 9, 2020
1 parent 9fcea5b commit c82cb98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 112 deletions.
56 changes: 6 additions & 50 deletions cotede/qc_cfg/eurogoos.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,8 @@
{"main": {
"valid_datetime": null,
"valid_position": null,
"location_at_sea": {
"bad_flag": 3
}
},
"TEMP": {
"global_range": {
"minval": -2.5,
"maxval": 40
},
"digit_roll_over": {
"threshold": 10
},
"gradient_depthconditional": {
"pressure_threshold": 500,
"shallow_max": 9.0,
"deep_max": 3.0
},
"spike_depthconditional": {
"pressure_threshold": 500,
"shallow_max": 6.0,
"deep_max": 2.0
},
"woa_normbias": {
"threshold": 6
}
},
"PSAL": {
"global_range": {
"minval": 2,
"maxval": 41
},
"digit_roll_over": {
"threshold": 5
},
"gradient_depthconditional": {
"pressure_threshold": 500,
"shallow_max": 1.5,
"deep_max": 0.5
},
"spike_depthconditional": {
"pressure_threshold": 500,
"shallow_max": 0.9,
"deep_max": 0.3
},
"woa_normbias": {
"threshold": 6
}
{
"revision": "0.21",
"inherit": "eurogoos_realtime",
"variables": {
"TEMP": {"woa_normbias": {"threshold": 6}},
"PSAL": {"woa_normbias": {"threshold": 6}}
}
}
68 changes: 6 additions & 62 deletions cotede/qc_cfg/gtspp.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,8 @@
{"main": {
"valid_datetime": null,
"valid_position": null,
"location_at_sea": {
"bad_flag": 3
}
},
"TEMP": {
"global_range": {
"minval": -2.0,
"maxval": 40
},
"gradient": {
"threshold": 10.0
},
"spike": {
"threshold": 2.0
},
"woa_normbias": {
"threshold": 3
},
"profile_envelop": [
["> 0", "<= 25", -2, 37],
["> 25", "<= 50", -2, 36],
["> 50", "<= 100", -2, 36],
["> 100", "<= 150", -2, 34],
["> 150", "<= 200", -2, 33],
["> 200", "<= 300", -2, 29],
["> 300", "<= 400", -2, 27],
["> 400", "<= 1100", -2, 27],
["> 1100", "<= 3000", -1.5, 18],
["> 3000", "<= 5500", -1.5, 7],
["> 5500", "<= 12000", -1.5, 4]
]
},
"PSAL": {
"global_range": {
"minval": 0,
"maxval": 41
},
"gradient": {
"threshold": 5.0
},
"spike": {
"threshold": 0.3
},
"woa_normbias": {
"threshold": 3
},
"profile_envelop": [
["> 0", "<= 25", 0, 41],
["> 25", "<= 50", 0, 41],
["> 50", "<= 100", 1, 41],
["> 100", "<= 150", 3, 41],
["> 150", "<= 200", 3, 41],
["> 200", "<= 300", 3, 41],
["> 300", "<= 400", 3, 41],
["> 400", "<= 1100", 10, 41],
["> 1100", "<= 3000", 22, 38],
["> 3000", "<= 5500", 33, 37],
["> 5500", "<= 12000", 33, 37]
]
{
"revision": "0.21",
"inherit": "gtspp_realtime",
"variables": {
"TEMP": {"woa_normbias": {"threshold": 3}},
"PSAL": {"woa_normbias": {"threshold": 3}}
}
}

0 comments on commit c82cb98

Please sign in to comment.