gen_month_arma: Generate monthly climate timeseries using ARMA model

Description Usage Arguments Examples

Description

Generate monthly climate timeseries using ARMA model

Usage

1
gen_month_arma(x.reg.yr, x.loc.mon, n.iter, n.year)

Arguments

x.reg.yr

data.frame with regional average annual climate timeseries (YEAR, PRCP, TMAX, TMIN, TAVG)

x.loc.mon

data.frame with annual climate timeseries at selected location (YEAR, MONTH, PRCP, TMAX, TMIN, TAVG)

n.iter

number of iterations for arima simulation

n.year

number of years for arima simulation

Examples

1
gen_month_arma(x.reg.yr=clim.reg.yr, x.loc.mon=clim.loc.mon, n.iter=50, n.year=nrow(clim.reg.yr))

HydrosystemsGroup/Weather-Generator documentation built on May 8, 2019, 8:34 a.m.