This is an old revision of the document!


Temporal interpolation for "one-point" gaps in hourly temperature

  1. Locate a single missing value
  2. Check if data available immediately before and after the interval
  3. If available generates first estimate from linear interpolation
  4. Checks for the Max and Min temperature for the missing value from the measurements registered in the hour afterwards
  5. Provide an estimate T1 for the missing value as the average of 0.5*(MaxT + MinT)
  6. Update the correcte dvalue following the rules below:

If an existing corrected value exists and it was generated by HQC

  • do not update, leave correction from HQC

If an existing corrected value exists and not from HQC:

  • check if existing value: MaxT >= existing corrected >= MinT
  • if FALSE update corrected with T1

If no corrected value exists:

  • update corrected value with T1

It shall be possible to run the algorithm for

CONTROLINFO AND/OR USEINFO

TYPEID, PARAMIDS, OTHER METADATA

SPECIFICATION OF CONTROLFLAGS TO BE SET FOR EXPECTED RESULTS OF THE ALGORITHM, I.E. CONSIDER BOTH POSITIVE AND NEGATIVE RESULTS

EXPECTIONS OF THE USEINFO FLAGS CORRESPONDING TO CONTROLINFO FLAG SETTINGS

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/requirements/algorithms/mist.1260126992.txt.gz
  • Last modified: 2022-05-31 09:23:18
  • (external edit)