cap_design
Calculates the RRV measures for multiple design candidates.
# S3 method for base
cap_design(area,params,w,plot)
An object from class of 'createArea'
A list of list(s), which each sub-list can contains an object from either of classes 'createDemandSite'
or 'createReservoir'
and a vector of scale factors multiplied to the set design parameters. For reservoirs the scale factor will be multiplied to the capacity for the and for demand site, it will be multiplied to the demand time series
(optional) A vector of weights of sustainability indices summing 1 with length of equal with the number of demand site objects built-in 'params'
argument or equal with number of demand sites supplied by the reservoirs built-in 'params'
. If missing the weights will be assumed equall
(optional) logical: plot the resault or not. The default is TRUE
A matrix of RRV and sustainability index proposed by Hashemitto et al. (1982) and Loucks (1997).
Hashimoto, T., Stedinger, J. R., & Loucks, D. P. (1982). Reliability, resiliency, and vulnerability criteria for water resource system performance evaluation. Water resources research, 18(1), 14-20. Loucks, D. P. (1997). Quantifying trends in system sustainability. Hydrological Sciences Journal, 42(4), 513-530.