Description Usage Arguments Value
View source: R/reservoir_model.R
This function models runoff concentration through the reservoir network in the contributing basins of a reservoir from res_max
1 2 | reservoir_model(ID = 31440, start = as.Date("2004-02-24"),
end = as.Date("2004-02-28"), distGauges = 30)
|
ID |
ID of the reservoir for which the contributing basins shall be modelled |
start |
date at which model run shall start, default: as.Date("2000-01-10") |
end |
date at which model run shall end, default: as.Date("2000-01-15") |
distGauges |
distance in km around the contributing basins to look for meteorological stations, defaults to 30 |
table with vol_0 (volume at the beginning of the timestep t), q_in_m3 (inflow in m3), q_out_m3 (outflow in m3) and vol_1 (volume at the end of the timestep) for each reservoir and for each subbasin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.