rain.adapt: Rainfall Adaptor

rain.adaptR Documentation

Rainfall Adaptor

Description

Apply a corrective procedure to daily rainfall series to enforce actual caracteristics.

Usage

rain.adapt(x, a, ser)

Arguments

x

Observed series

a

Univariate series to modify (simulated series)

ser

Series identification number

Details

The no-rain frequency consequentally the total rainfall depth of the observed series are enforced on the synthetic series

Value

Corrected series

Author(s)

Salvatore Grimaldi

References

Grimaldi S., F. Napolitano, L. Ubertini, 'A procedure to use linear parametric models for daily rainfall series simulation'

Examples

##   rain=lpm(series.rainfall[,1],1,1,1,120,120)
##   rain.adapt(series.rainfall[,1],rain$sim[[1]],1)
##-- ==>  Apply rain adaptor to a simulated series with a ARMA(1,1) model


LPM documentation built on March 28, 2022, 1:06 a.m.

Related to rain.adapt in LPM...