ClimVarParam: Subfunction for obtaining climatological values of sill,...

View source: R/ClimVarParam.R

ClimVarParamR Documentation

Subfunction for obtaining climatological values of sill, range, and nugget of spherical variogram model for RAINLINK.

Description

Subfunction for obtaining climatological values of sill, range, and nugget of spherical variogram model. This is based on a climatological variogram based on 30-year automatic rain gauge data sets from The Netherlands. Spherical variograms have been modelled as function of the day number and duration in Van de Beek et al. (2012). They use durations of 1 - 24 h. In this function the relationships can be extrapolated to, e.g. 15-min, data.

Usage

ClimVarParam(DateStr, TimeScaleHours, TimeZone)

Arguments

DateStr

The end date of the chosen daily period.

TimeScaleHours

Rainfall aggregation interval in hours.

TimeZone

Time zone of data (e.g. "UTC").

Value

Data frame with values of sill, range and nugget.

Author(s)

Aart Overeem & Hidde Leijnse

References

”ManualRAINLINK.pdf”

Overeem, A., Leijnse, H., and Uijlenhoet, R., 2016: Retrieval algorithm for rainfall mapping from microwave links in a cellular communication network, Atmospheric Measurement Techniques, 9, 2425-2444, https://doi.org/10.5194/amt-9-2425-2016.

Van de Beek, C. Z., Leijnse, H., Torfs, P. J. J. F., and Uijlenhoet, R., 2012: Seasonal semi-variance of Dutch rainfall at hourly to daily scales, Adv. Water Resour., 45, 76-85, doi:10.1016/j.advwatres.2012.03.023.

Examples

ClimVarParam(DateStr="20110911",TimeScaleHours=0.25,TimeZone="UTC")

overeem11/RAINLINK documentation built on July 8, 2023, 5:53 a.m.