dWaSSIC: Parallel wrap of WaSSI-C model

Description Usage Arguments Details Value Examples

Description

FUNCTION_DESCRIPTION

Usage

1
2
3
4
5
dWaSSIC(sim.dates, warmup = 3, mcores = 1, par.sacsma = NULL,
  par.petHamon = NULL, par.routing = NULL, hru.info = NULL,
  clim.prcp = NULL, clim.tavg = NULL, hru.lai = NULL,
  hru.lc.lai = NULL, huc.lc.ratio = NULL, WUE.coefs = NULL,
  ET.coefs = NULL)

Arguments

sim.dates

list of all dates

warmup

years for warming up WaSSI-C model

mcores

how many cores using for simulation

WUE.coefs

the input parameters of WUE

ET.coefs

the input parameter of ET

Details

For details see Haith and Shoemaker (1987)

Value

outputs potential evapotranspiration (mm day-1)

Examples

1
2
3
4
5
6
7
## Not run: 
distHydroSim(sim.dates = sim_dates,
             hru.par = hru_par, hru.info = hru_info, hru.elevband = NULL,
             clim.prcp = stcroix$prcp.grid, clim.tavg = stcroix$tavg.grid,
             snow.flag = 0, progress.bar = TRUE)

## End(Not run)

ln1267/dWaSSI documentation built on Dec. 3, 2019, 4:39 a.m.