kvqc2 Version: 1.0.9

This version fixes the communication bug with kvServiced and delivery of data to the datawarehouse see https://kvoss.bugs.met.no/show_bug.cgi?id=1298; (note kvqc2_1.0.8 was an intermediate version installed to solve this bug but was not effective).

https://svn.met.no/viewvc/kvoss/kvqc2d/branches/kvqc2-1.0.9/

Algorithms in this release:

AlgoCode Name Description
10 SingleLinear_v32 Replaces a single missing value with a linear interpolated value. If a corresponding max or min paramids are also specified then checks that the correction lies within the available max … min range, if the interpolated values falls outside this range then the algorithm sets the corrected value to the nearest of max or min. Run for any paramid and optional max, min specified in the configuration file. New version updated with respect to a revised specification

Example Configuration Files

SingleLinear_v32

*NB* Different/simpler checks applied to the neighbours (CF version 1.0.5)

# AlgCode 10 corresponds to https://svn.met.no/kvoss/kvQc2/branches/kvqc2-1.0.1/src/algorithms/SingleLinear.cc
# Performs simple linear interpolation for a single point replacement.
# If the result is outside an available max min range, the nearest of the
# max or min values are used.
AlgoCode=10
# Time to run the algorithm
RunAtHour=16
RunAtMinute=47
# Check data from the last three days
Last_NDays=40

#[Specific Data Type and Paramters ids etc.]
ParamId=211
MaxParamId=215   # Optional
MinParamId=213   # Optional
# Only write back the result if not previously controlled
W_fhqc=0

#Flag to set if value is corrected
S_ftime=1
change_fmis=3->1
change_fmis=0->4
change_fmis=2->4

#If there is already a 1 in place then we do not want run the algorithm again!
U_2=0

Spatial Interpolation

No algorithms in this release perform any spatial interpolation hence the InterpCode configuration parameter, if set, has no effect.

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/kvoss/system/qc2/user/version/kvqc2-1.0.9.txt
  • Last modified: 2022-05-31 09:29:32
  • (external edit)