wmo_time_consistency: WMO Time Consistency Test for Pressure, Temperature and Dew...

Description Usage Arguments Details Author(s) References Examples

View source: R/era-clim.R

Description

Applicable to a series of sub-daily air pressure (p, mslp), air temperature (ta) or dew point temperature (td) observations with at least some time intervals between observations less or equal to twelve hours. Flags the records where the observations exceed the WMO suggested tolerances for the temperatures and pressure tendency as function of time period between consecutive reports.

Usage

1
wmo_time_consistency(series, meta = NULL, outpath = getwd())

Arguments

series

A character string giving the path of the input file, or a 7-column matrix with following columns: variable code, year, month, day, hour, minute, value.

meta

A character vector with 6 elements: station ID, latitude, longitude, altitude, variable code, units. If series is a path, meta is ignored.

outpath

Character string giving the path for the QC results. By default this is the working directory.

Details

Input:

The WMO time consistency test:

Output:

Author(s)

Clara Ventura, Yuri Brugnara

References

WMO, 1993: Chapter 6 - Quality Control Procedures. Guide on the Global Data-processing System, World Meteorological Organization, Geneva, No. 305, VI.1-VI.27, ISBN 92-63-13305-0.

Examples

1
wmo_time_consistency(series = Bern$p, meta = Meta$p[which(Meta$p$id=="Bern"),])

C3S-Data-Rescue-Lot1-WP3/C3S-QC documentation built on Jan. 15, 2020, 10:36 p.m.