save_wgen_to_zip: Save weather generator output to zip of csv files

View source: R/save_wgen_to_zip.R

save_wgen_to_zipR Documentation

Save weather generator output to zip of csv files

Description

Save weather generator output to zip of csv files

Usage

save_wgen_to_zip(x)

Arguments

x

list of results from gen_month_arma_trend()

Value

absolute path to zip file

Examples

clim.mon <- get_maurer_mon(lat=42, lon=-72)
x <- gen_month_arma_trend(x.reg.yr=clim.mon, x.loc.mon=clim.mon, n.iter=10, n.year=50, temp.factors=seq(0, 5), prcp.factors=seq(-0.5, 0.5, by=0.5))
save_wgen_to_zip(x)

walkerjeffd/weathergen documentation built on July 26, 2022, 7:20 a.m.