Table of Contents

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

Description of Method

  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:
If an existing corrected value exists and not from HQC:
If no corrected value exists:

Quality Control Level

Run Parameters

It shall be possible to run the algorithm for

Characteristics of the data to which the method is applied

CONTROLINFO AND/OR USEINFO

TYPEID, PARAMIDS, OTHER METADATA

Note: The MinT and MaxT data are located in the paramids 213 and 215 respectively, as the regular kvalobs variables TAN and TAX.

Flag Settings

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

Follow the standard defined in the original kvalobs specification.

controlinfo(7), ftime

ftime=0Ikke kontrollert
QC2d-2ftime=1Interpolert/korrigert med godt resultat
QC2d-2ftime=2Interpolert/korrigert med usikkert resultat
QC2d-2ftime=3Forsøkt interpolert/korrigert. Metode uegnet.

and add to cfailed that the method appiled was TAN, TAX average.

NB if the TAN TAX method is used (i.e. the correct information is available) and no HQC is overwritten, the result will always be ftime=1.

EXPECTIONS OF THE USEINFO FLAGS CORRESPONDING TO CONTROLINFO FLAG SETTINGS

Dependencies