OrdinaryKriging: Subfunction for ordinary kriging interpolation of point...

View source: R/OrdinaryKriging.R

OrdinaryKrigingR Documentation

Subfunction for ordinary kriging interpolation of point values using spherical variogram model with predefined parameters sill, range, and nugget.

Description

Subfunction for ordinary kriging interpolation of point values using spherical variogram model with predefined parameters sill, range, and nugget.

Usage

OrdinaryKriging(nmax, Nugget, rain.grid, Rainlink, Range, Sill)

Arguments

nmax

The number of nearest observations that should be used for a kriging prediction or simulation, where nearest is defined in terms of the space of the spatial locations.

Nugget

Nugget of spherical variogram model (mm).

rain.grid

Interpolation grid in a Cartesian coordinate system.

Rainlink

Coordinates of links in a Cartesian coordinate system and rainfall intensity (latitude in km, longitude in km, intensity in mm h^{-1}).

Range

Range of spherical variogram model (km).

Sill

Sill of spherical variogram model (mm^2).

Value

Interpolated field of rainfall intensities.

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.

Examples

OrdinaryKriging(nmax=50,Nugget=0.37,rain.grid=rain.grid,Rainlink=Rainlink,
Range=18.7,Sill=3.7)

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