reservoir_model: Model reservoirs

Description Usage Arguments Value

View source: R/reservoir_model.R

Description

This function models runoff concentration through the reservoir network in the contributing basins of a reservoir from res_max

Usage

1
2
reservoir_model(ID = 31440, start = as.Date("2004-02-24"),
  end = as.Date("2004-02-28"), distGauges = 30)

Arguments

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

Value

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


SophiaDobko/assimReservoirs documentation built on June 4, 2020, 3:58 p.m.