inp_dscenario_inflows_poll - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies external hydrographs and pollutographs that enter the drainage system at specific nodes.
Fields:
Column name | Data type | Description | Domain values |
---|---|---|---|
dscenario_id | int4 | Id of descenario | |
node_id | varchar(50) | If of node | |
poll_id | varchar(16) | Id of polutant, defined on inp_pollutant | |
timser_id | varchar(16) | Id of timeseries, defined on inp_timeseries | |
form_type | varchar(18) | CONCEN if pollutant inflow is described as a concentration, MASS if it is described as a mass flow rate | [CONCEN, MASS] |
mfactor | numeric(12, 4) | factor that converts the inflow’s mass flow rate units into the project’s mass units per second | |
sfactor | numeric(12, 4) | Scaling factor that multiplies the recorded time series values | |
base | numeric(12, 4) | Constant baseline value added to the time series value | |
pattern_id | varchar(16) | Id of pattern, defined on inp_pattern |