Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
kvalobs:kvoss:system:qc2:user [2011-11-21 11:28:51] alexanderb changing -> modification |
kvalobs:kvoss:system:qc2:user [2022-05-31 09:29:32] (current) |
====== Qc2 User Guide ====== | ====== Qc2 User Guide ====== |
| |
**This documentation is mostly for the development version of kvqc2d as of 2011-11-18.** | **This documentation is mostly for the development version 1.3.1 of kvqc2d as of 2011-12-02.** |
| |
===== Configuration ===== | ===== Configuration ===== |
==== Flags and Flag Modification ==== | ==== Flags and Flag Modification ==== |
| |
For the development version, the specification of [[kvalobs:kvalobs-flagg|flags]] and flag modifications has been changed and extended. | For the development version, the specification of [[kvalobs:kvalobs:kvalobs-flagg|flags]] and flag modifications has been changed and extended. |
One part of this is flag **matching**, the other flag **modification**. | One part of this is flag **matching**, the other flag **modification**. |
| |
<code> | <code> |
# set ftime=1 unconditionally; if fmis=3, set fmis=1; if fmis=0 or 2, set fmis=4 | # set ftime=1 unconditionally; if fmis=3, set fmis=1; if fmis=0 or 2, set fmis=4 |
update_flagchange = ___.___1___.___.;___.__3____.___.->___.__1____.___.;___.__[02]____.___.->___.__4____.___. | update_flagchange = ..._...1..._..._;..._..3_..._..._->..._..1_..._..._;..._..[02]_..._..._->..._..4_..._..._ |
| |
# if fmis=1, set fmis=3; if fmis=4, set fs=9 | # if fmis=1, set fmis=3; if fmis=4, set fs=9 |
missing_flagchange = fmis=1->fmis=3;fmis=4->fs=9 | missing_flagchange = fmis=1->fmis=3;fmis=4->fs=9 |
| |
| # set fs=8 and fmis=2 |
| highstart_flagchange = fs=8,fmis=2 |
</code> | </code> |
| |
The first and last observation times for which an algorithm shall run is specified with: | The first and last observation times for which an algorithm shall run is specified with: |
* either ''Start_YYYY'', ''Start_MM'', ''Start_DD'', ''Start_hh'', ''Start_mm'', ''Start_ss'' and ''End_YYYY'', ''End_MM'', ''End_DD'', ''End_hh'', ''End_mm'', ''End_ss'' | * either ''Start_YYYY'', ''Start_MM'', ''Start_DD'', ''Start_hh'', ''Start_mm'', ''Start_ss'' and ''End_YYYY'', ''End_MM'', ''End_DD'', ''End_hh'', ''End_mm'', ''End_ss'' |
* or with ''Last_NDays = //d//'' which takes the present time (not the scheduled time!) and sets seconds and minutes to 0 to obtain the end time; then, ''//d//'' days are subtracted to obtain the start time | * or with ''Last_NDays = //d//'' which takes the present time (not the scheduled time!) and sets seconds and minutes to 0 to obtain the end time; then, ''//d//'' days are subtracted to obtain the start time. It is also possible to set ''Start_hh'' and ''Start_mm'' here, for example for data expected at 06:00. |
| |
==== Algorithm Choice and Configuration ==== | ==== Algorithm Choice and Configuration ==== |
The following algorithms are known, and links are given the their respective descriptions. | The following algorithms are known, and links are given the their respective descriptions. |
| |
* ''DipTest'' checks for double jumps in the data, see [[kvoss:system:qc2:requirements:algorithms:diptest03|description]] | * ''DipTest'' checks for double jumps in the data, see [[kvalobs:kvoss:system:qc2:requirements:algorithms:diptest03|description]] |
* ''SingleLinear'' checks for single missing values FIXME | * ''SingleLinear'' checks for single missing values, see [[kvalobs:kvoss:system:qc2:requirements:algorithms:singlelinear|description]] |
* ''Redistribute'' redistributes accumulated precipitation based on neighbor station data, see [[kvoss:system:qc2:requirements:algorithms:rarr_24|description]] | * ''Redistribute'' redistributes accumulated precipitation based on neighbor station data, see [[kvalobs:kvoss:system:qc2:requirements:algorithms:rarr_24|description]] |
* ''Plumatic'' checks 1-minute data from //vippepluviometer//, see [[kvoss:system:qc2:requirements:algorithms:plumatic|description]] | * ''Plumatic'' checks 1-minute data from //vippepluviometer//, see [[kvalobs:kvoss:system:qc2:requirements:algorithms:plumatic|description]] |
| |
===== Links ===== | ===== Links ===== |
* [[.user:version|Version Details]] | * [[.user:version|Version Details]] |
| |
* [[kvoss:system:qc2|QC2 System Root Page]] | * [[kvalobs:kvoss:system:qc2|QC2 System Root Page]] |