Skip to content
cristianlussana edited this page Apr 17, 2019 · 23 revisions

Data Quality Control of in-situ observations. TITAN has been tested or it is currently under test for:

variable name abbreviation command-line argument comment
air temperature T --variable T default
total precipitation amount RR --variable RR
relative humidity RH --variable RR
surface snow thickness SD --variable SD

Errors in meteorological data can be divided in (almost copied from Gandin, 1988):

  • Random errors: caused by many independent factors; distributed more or less symmetrically around zero; do not depend on the measured value. In addition, meteorological data may present random errors correlated in space. Random errors are due to the joint action of:
    • Observational errors: inherent in all data.
    • Representativeness errors: deviations caused by small-scale perturbations (also called micrometeorological error or representativity error or representation error). Their variance is significantly higher than that of observational errors.
  • Systematic errors: caused by scale shift of the instrument and an influence of some more or less persistent factor which is not accounted for (or accounted for imprecisely); distributed asymmetrically with respect to zero; often persistent in time. Correlated random errors often behave like systematic errors, however they are usually not persistent in time.
  • Rough errors (or large errors): caused by malfunctioning of measuring device and by mistakes during data processing, transmission and reception. Very large rough errors are usually referred as gross errors.

TITAN makes available to the user several tests aiming at detecting those observations that are most likely affected by: gross errors or rough errors; large systematic errors; large representativeness errors.

Good to know:

  • the tests are applied sequentially and each test gets its own code, which is assigned to the suspicious observations.
  • different test parameters (e.g., thresholds) can be specified for different data sources (or observation providers).

Command line

$>./titan.R input_file output_file [options]

The detailed description of the input/output is reported here

References

Gandin, L.S., 1988: Complex Quality Control of Meteorological Observations. Mon. Wea. Rev., 116, 1137–1156, https://doi.org/10.1175/1520-0493(1988)116<1137:CQCOMO>2.0.CO;2