This is an old revision of the document!


QC1-3

There are three different checks

  1. Step check;
  2. Freeze check;
  3. Dip check.

Only meteorological parameters with continuous observation values is controlled.

Comparison between the present values and the previous one results in an error flag when the difference equals or exceeds the parameter specific threshold.

This is both a Step-Up and Step-Down Check.
This is a subroutine in Kvalobs check category QC1-3 that is to be found in a metadata table named: algorithms.
kvQabase (in real time use as a daemon) is running this STEP_CHECK.
This algorithm supports only the time resolution between 1 and 60 minutes.
Checking if the (absolute value) difference between the present value ($X[0]) and the previous value ($X[1]) exceeds threshold values.
Operating with 2 sets of threshold values, one (high) put fs-flag to 2 and the other (max) to 8, if threshold values are exceeded.

See the source code in:
See the threshold values in:

The treshold value is the time period with equal values, not each single observation.
This implies that this check accepts missing observations in this time period.

Checking if a Freeze Situation is detected and exceeding HIGH / MAX treshold value. If so, flag is given the value 3 / 8.
This is a subroutine in Kvalobs check category QC1-3 that is to be found in a metadata table named: algorithms.
kvQabase (in real time use as a daemon) is running this FREEZE_CHECK.
This algorithm supports time resolution between 1 minute and max threshold value specified for the parameter.
Error flags is attributed when the observation value is equal throughout the timeperiod specified for the parameter.
Operating with 2 threshold values, one (high) put fs-flag to 3 and the other (max) to 8, if threshold values are exceeded.

See the source code in:

This is the general check:
https://gitlab.met.no/obs/kvalobs/kvoss_intern/blob/master/kvmeta/algorithms/FREEZE_CHECK.pl

This is an exception check for relative humidity ( the parameter UU ) because fog situations tend to have the same value for relative humidity for a long time.
https://gitlab.met.no/obs/kvalobs/kvoss_intern/blob/master/kvmeta/algorithms/FREEZE_CHECK_UU.pl

See the threshold values in:

Only meteorological parameters with continuous observation values is controlled.

The error flag is attributed when the difference between the present values and the previous one plus the difference between the present values and the next one exceeds the parameter specific threshold.

This is a check for both dip and peak.
This is a subroutine in Kvalobs check category QC1-3 that is to be found in a metadata table named: algorithms.
kvQabase (in real time use as a daemon) is running this DIP_CHECK.
This algorithm supports only the time resolution between 1 and 60 minutes.
Checking if the (absolute value) difference between the present value ($X[0]) and the previous value ($X[1]) exceeds threshold values.
Operating with 2 sets of threshold values, one (high) put fs-flag to 2 and the other (max) to 8, if threshold values are exceeded.

To avoid setting a flag when the value comes frome/to a new level where it remains this check has an extra control.

See the source code in:

This is the general check:
https://gitlab.met.no/obs/kvalobs/kvoss_intern/blob/master/kvmeta/algorithms/DIP_CHECK.pl

This is an exception for TA where dew point gives us the possibility toe see whether the development of the values for TA relative to UU is as expecteed.
https://gitlab.met.no/obs/kvalobs/kvoss_intern/blob/master/kvmeta/algorithms/DIP_CHECK_TA.pl

This is an exception for UU where dew point gives us the possibility toe see whether the development of the values for TA relative to UU is as expecteed.
https://gitlab.met.no/obs/kvalobs/kvoss_intern/blob/master/kvmeta/algorithms/DIP_CHECK_UU.pl

See the threshold values in:
  1. Whenever a wind speed value is controlled, the latest prior value available observed during the previous 10 minutes is considered for step comparison. If the difference between the present and the prior value exceedes 13 m/s (scaleable) the now value is flagged.
  2. Whenever a wind speed value is controlled, all prior values available observed during the previous 48 hours is considered for frozen value comparison.
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • kvalobs/kvalobs/qc13.1560501133.txt.gz
  • Last modified: 2022-05-31 09:23:18
  • (external edit)