Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:flag:analysis [2010-01-17 17:49:13] paule |
kvalobs:kvoss:system:qc2:flag:analysis [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
Note: a number of Qc2 useinfo changes are coded in lib/ | Note: a number of Qc2 useinfo changes are coded in lib/ | ||
- | ===== Exisiting | + | ===== Existing |
A general guide to setting values in Qc2 Control Flags is described in the following set of slides from Lars. The current algorithms and proposals for new algorithms are based on this: | A general guide to setting values in Qc2 Control Flags is described in the following set of slides from Lars. The current algorithms and proposals for new algorithms are based on this: | ||
Line 9: | Line 9: | ||
* [[https:// | * [[https:// | ||
- | ==== Redistirbution | + | ==== Redistribution |
^Controlflag Setting: |fd=7 | | ^Controlflag Setting: |fd=7 | | ||
Line 79: | Line 79: | ||
* ftime is not yet included in the requirements for useinfo(3). This needs to be done | * ftime is not yet included in the requirements for useinfo(3). This needs to be done | ||
- | * In this particular example fhqc=7 " | + | * In this particular example fhqc=7 " |
* Currently for the operational configuration the condition set is "DO NOT OVERWRITE A VALUE ALREADY CORRECTED BY HQC". For development/ | * Currently for the operational configuration the condition set is "DO NOT OVERWRITE A VALUE ALREADY CORRECTED BY HQC". For development/ | ||
Line 86: | Line 86: | ||
* Reasons for " | * Reasons for " | ||
+ | |||
+ | * Reasons for " | ||
**Scheduling** | **Scheduling** | ||
Line 119: | Line 121: | ||
- Is there need to preserve the results of both Qc1-4 and Qc2-SpaceCheck | - Is there need to preserve the results of both Qc1-4 and Qc2-SpaceCheck | ||
- Do we need to include logic to compare the results of Qc1-4 and Qc2-SpaceCheck before making final flag settings? | - Do we need to include logic to compare the results of Qc1-4 and Qc2-SpaceCheck before making final flag settings? | ||
+ | |||
+ | ==== Assessment of Variability ==== | ||
+ | |||
+ | Another type of Space Check is to determine the variabilty in the nearest neighbour field. If the variability is high then spatial algorithms are either not applied or the confidence parameters are lowered to mark any given result or check (e.g. use ftime=2 rather than ftime=1). | ||
+ | |||
+ | ==== Comparison with other fields ==== | ||
+ | |||
+ | Future Qc2 checks will involve comparison with radar, satellite data etc. How will this eventuality be flagged? For weather analysis fw is available (although possibly now proposed for other uses as well) and for climatological controls (e.g. comparison with expected monthly statistics) fclim is available. | ||
==== Correction generated by Time (and/or Space) Interpolation ==== | ==== Correction generated by Time (and/or Space) Interpolation ==== | ||
Line 128: | Line 138: | ||
General assumption is that only actually replace a missing value (be it a single point or a set of points) if there is good confidence in the corrected estimates, e.g. the time interpolation and spatial interpolation agree. | General assumption is that only actually replace a missing value (be it a single point or a set of points) if there is good confidence in the corrected estimates, e.g. the time interpolation and spatial interpolation agree. | ||
+ | ftime=2 and ftime=3 are also available for use as defined in the kvalobs original specification. | ||
- | ==== Temporal Discontinuity Check / Dip Tests and Similar | + | ==== Outlier detection |
- | :!: FIXME more to come FIXME :!: | + | The Space Check and Time Interpolation methods may also identify outliers, e.g. Dip test. The existing specification for controlinfo(3), |
+ | |||
+ | ==== Other Algorithms ==== | ||
+ | |||
+ | TBD | ||
==== General use of fw to log Qc2 corrections ==== | ==== General use of fw to log Qc2 corrections ==== | ||
Line 222: | Line 237: | ||
</ | </ | ||
+ | ===== Some empirical tests ===== | ||
+ | Generate a sample Qc2 controlinfo value and observe what codes the above generates for useinfo. (Please suggest additional test cases) | ||
+ | |||
+ | ^Qc2 Flag or Specific Algorithm ^Controlinfo ^Resulting useinfo ^ | ||
+ | |RR24 Redistribution |[1000001000007000] |[5896900000000000]| | ||
+ | |RR24 Redistribution |[1140001000007000] |[5896900000000001]| | ||
+ | |ftime from TAN TAX interpolation |[1000600100000000] |[5033700000000001]| | ||
+ | |ftime |[1000600200000000] |[5033700000000001]| | ||
+ | |ftime |[1000600300000000] |[5033700000000001]| | ||
+ | |fnum |[1100700000000000] |[7000000000000001]| | ||
+ | |fnum |[1100800000000000] |[7000000000000001]| | ||
+ | |fnum |[1100900000000000] |[7000000000000001]| | ||
+ | |fnum |[1100A00000000000] |[7000000000000001]| | ||
+ | |fclim |[1111000000010000] |[5000000000000000]| | ||
+ | |fclim |[1111000000020000] |[5010500000000001]| | ||
+ | |fclim |[1111000000030000] |[5033500000000001]| | ||
+ | |fw |[1111000010000000] |[5000000000000000]| | ||
+ | |fw |[1111000020000000] |[5010500000000001]| | ||
+ | |fw |[1111000030000000] |[5033500000000001]| | ||
+ | |fw |[1111000040000000] |[5000000000000001]| | ||
+ | |fw |[1111000050000000] |[5000000000000001]| | ||
+ | |fw |[1111000080000000] |[5000000000000001]| | ||
+ | |control (no Qc2) |[1111000000000000] |[5000000000000000]| | ||
+ | |control (no Qc2) |[1111000000000000] |[5000000000000000]| | ||
+ | |control (no Qc2) |[1000001000000000] |[9899900000000000]| | ||
+ | |||
+ | Furthermore, | ||
Line 228: | Line 270: | ||
===== Open Issues ===== | ===== Open Issues ===== | ||
- | - Shall src/ | + | - Shall src/ |
- Use fw to record general information on Qc2 controls or keep reserved for weather analysis? See Slide 3 of [[https:// | - Use fw to record general information on Qc2 controls or keep reserved for weather analysis? See Slide 3 of [[https:// | ||
+ | - Given this overview of Qc2 control flagging is the specification for the corresponding useinfo in place ... what still needs to be done? | ||
- | |||
- | |||
- | |||
- | N.B. [[https:// |