-
Notifications
You must be signed in to change notification settings - Fork 9
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.
# R code
unixtime <- 1652268942
tpos <- 20
tneg <- -20
res <- range_check_climatology( points, temp_obs, unixtime, tpos, tneg)
Copyright © 2019-2023 Norwegian Meteorological Institute