Ticket #12 (task)
Opened 6 years ago
Last modified 6 years ago
Decide order of QAQC tests
Status: closed (fixed)
| Reported by: | cbc | Assigned to: | haines |
|---|---|---|---|
| Priority: | minor | Milestone: | 2006 SECOORA documentation contract |
| Component: | qaqc | Version: | 3.0 |
| Keywords: | CDL | Cc: | |
e.g., order of tests performed (required and/or recommended)
Change History
07/12/06 14:48:49: Modified by cbc
- status changed from new to closed.
- resolution set to fixed.
07/12/06 14:49:08: Modified by cbc
- cc deleted.

Reference our our sprint notes:
Aggregrate QC Flag Hierarchy
If data_availability or sensor_range, tests not performed, then aggregrate is 0 (quality not evaluated).
Else if fail data_availability, then aggregrate is -9 (missing value) and no more checks need to be performed.
Else if fail sensor_range, then aggregrate is 1 (bad) and no more checks need to be performed.
Else if gross_range, climatological_range, and rate_of_change tests not performed, then aggregrate is 0 (quality not evaluated).
Else if inclusively fail gross_range or climatological_range or rate_of_change, then aggregrate is 2 (questionable/suspect).
Else if (gross_range and climatological_range) or (gross_range and rate_of_change) or (climatological_range and rate_of_change) not performed, then aggregrate is 2 (questionable/suspect).
Else if (gross_range and climatological_range) or (gross_range and rate_of_change) or (climatological_range and rate_of_change) pass, then aggregrate is 3 (good).
Else if gross_range and rate_of_change