E3 {EmiStatR} | R Documentation |
Dataset: An example of combined sewer overflow (CSO) input for Nocher-Route structure (CSO chamber, CSOC).
Description
This dataset is an example of input data for the CSOC at Nocher-Route, Grand-Duchy of Luxembourg.
Usage
data("E3")
Format
A list of 18 elements. This object contains the first structure (CSOC) to simulate.
id
:numeric, identification number [-];
ns
:character, name of the structure [-];
nm
:character, name of the municipality [-];
nc
:character, name of the catchment [-];
numc
:numeric, number of the catchment [-];
use
:character, use of the soil [-];
Atotal
:numeric, total area [ha];
Aimp
:numeric, impervious area [ha];
tfS
:numeric, time flow structure [time step];
pe
:numeric, population equivalent [PE];
V
:numeric, volume [m3];
lev2vol
:list of 2, lev and vol, defining the curve lev (level [m]) to vol (volume [m3]);
lev.ini
:numeric, initial level in the CSOC [m];
Qd
:numeric, maximum throttled outflow [l/s];
Dd
:numeric, orifice diameter [m];
Cd
:numeric, orifice coefficient [-];
Cimp
:numeric, coefficient for impervious area [-];
Cper
:numeric, coefficient for pervious area [-].
Examples
data("E3")
str(E3)