reservoir_sim() returns simulation results from a reservoir analysis
1 2 3 4  | reservoirSim(beg.y = 2020, beg.m = 1, K, K_dead, pool_flood = 0,
  pool_cons = 0.7, pool_buff = 0.3, buffer = 1, Q, T_dom, T_irr, T_eco,
  evap.m, f_elev, f_vol, f_sarea, S_fr = 0.8, cycle = FALSE,
  C_alloc = 0.8, priority = c("T_eco", "T_dom", "T_irr"))
 | 
beg.y | 
 First year of the simulation period [dimless]  | 
beg.m | 
 First month of the simulation period [dimless]  | 
K,  | 
 Reservoir design storage capacity [MCM]  | 
K_dead,  | 
 top of inactive storage volume [MCM]  | 
pool_flood | 
 relative size of flood protection pool  | 
pool_cons | 
 relative size of conservation pool  | 
pool_buff | 
 relative size of buffer pool  | 
buffer | 
 reservoir storage buffer coefficient [dimless]  | 
Q,  | 
 Monthly inflows to reservoir [MCM/month]  | 
T_dom,  | 
 Domestic target release [MCM]  | 
T_irr,  | 
 Irrigation target release [MCM]  | 
T_eco,  | 
 Environmental target release [MCM]  | 
evap.m | 
 per area evaporation from reservoir [MCM/month]  | 
f_elev | 
 evalation as f(volume) [approxfun obj]  | 
f_vol | 
 volume as f(elevation) [approxfun obj]  | 
f_sarea | 
 s.area as f(volume) [approxfun obj]  | 
S_fr | 
 initial fill ratio at the first month [dimless]  | 
cycle | 
 time-series double cycling [T/F]  | 
C_alloc | 
 allocation coefficient [dimless]  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.