impossible_values: Gross Errors Test for Cloud Cover and Relative Humidity.

Description Usage Arguments Details Author(s) Examples

View source: R/era-clim.R

Description

Applicable to a series (daily or sub-daily) of relative humidity (rh) in percent or to a series of cloud cover (n) in percent or oktas.

Usage

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

Arguments

series

A character string giving the path of the SEF file, or a five or seven-column (daily or subdaily) data frame with the series.

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:

Output:

Author(s)

Clara Ventura, Yuri Brugnara

Examples

1
2
impossible_values(series = Rosario$n, meta = Meta$n)
impossible_values(series = Rosario$rh, meta = Meta$rh)

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