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:requirements:algorithms:plumatic [2011-12-09 09:59:50] alexanderb Fixed syntax errors. |
kvalobs:kvoss:system:qc2:requirements:algorithms:plumatic [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== QC2h-1: Plumatic Controls ====== | ====== QC2h-1: Plumatic Controls ====== | ||
- | * {{: | + | * {{kvalobs: |
- | * [[: | + | * [[kvalobs: |
+ | See also the [[https:// | ||
==== Procedure ==== | ==== Procedure ==== | ||
- | The algorithm first checks prioritet 2, 3, and 4 from the [[kvoss: | + | The algorithm first checks prioritet 2, 3, and 4 from the [[kvalobs:kvoss: |
After that, the sliding aggregation check is performed, excluding any periods with data matching **discarded_*flags**. | After that, the sliding aggregation check is performed, excluding any periods with data matching **discarded_*flags**. | ||
==== Configuration ==== | ==== Configuration ==== | ||
- | Beyond the standard configuration options detailed in the [[kvoss: | + | Beyond the standard configuration options detailed in the [[kvalobs:kvoss: |
the following options are available for Plumatic. | the following options are available for Plumatic. | ||
^ Option ^ Default ^ Description ^ | ^ Option ^ Default ^ Description ^ | ||
- | | highsingle_flagchange | fs=8,fmis=2 | flags to set if a "high single" | + | | highsingle_flagchange | fs=8,fmis=2 | flags to set if a "high single" |
- | | highstart_flagchange | + | | highstart_flagchange |
- | | interruptedrain_flagchange | fs=8,fmis=2 | flags to set if a "rain interruption" | + | | interruptedrain_flagchange | fs=8,fmis=2 | flags to set if a "rain interruption" |
- | | aggregation_flagchange | fr=9 | flags to set if a sliding aggregation exceeds a threshold (prioritet 1 in the [[kvoss: | + | | aggregation_flagchange | fr=9 | flags to set if a sliding aggregation exceeds a threshold (prioritet 1 in the [[kvalobs:kvoss: |
| discarded_cflags | %%fr=9|fs=8|fmis=2%% | specify which rows shall be regarded as " | | discarded_cflags | %%fr=9|fs=8|fmis=2%% | specify which rows shall be regarded as " | ||
| discarded_uflags | no constraint | ::: | | | discarded_uflags | no constraint | ::: | | ||
Line 27: | Line 28: | ||
This parameter contains a resolution in mm-per-tipping, | This parameter contains a resolution in mm-per-tipping, | ||
stations = 0.1: | stations = 0.1: | ||
- | This list should not be written manually, but using the script **stinfosys-vipp-pluviometer.pl** which extracts the station list from stinfosys. | + | This list should not be written manually, but using the script **stinfosys-vipp-pluviometer.pl** which extracts the station list from stinfosys. |
+ | |||
+ | < | ||
+ | SELECT si.stationid, | ||
+ | WHERE em.description LIKE ' | ||
+ | AND paramid = 105 | ||
+ | AND em.modelname = eq.modelname AND si.equipmentid = eq.equipmentid | ||
+ | AND ((si.totime IS NULL AND si.fromtime <= now()) | ||
+ | OR (si.totime IS NOT NULL AND now() BETWEEN si.fromtime AND em.totime)) | ||
+ | ORDER BY si.stationid | ||
+ | </ | ||
=== Option sliding_alarms === | === Option sliding_alarms === |