Skip to content

Climatology range check

Cristian Lussana edited this page May 11, 2022 · 2 revisions

This check is currently implemented only for temperature.

Flag if observation values are outside a user-defined range around climatological temperature values. For an observation, the climatology depends on the location and the time.

Example

# R code
unixtime <- 1652268942
tpos <- 20
tneg <- -20
res <- range_check_climatology( points, temp_obs, unixtime, tpos, tneg)