-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_inflows_pol_x_node
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Specifies external hydrographs and pollutographs that enter the drainage system at specific nodes.
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| poll_id | character varying(16) | Id of polutant, defined on inp_pollutant | |
| node_id | character varying(50) | Id of node | |
| timser_id | character varying(16) | Id of timeseries, defined on inp_timeseries | |
| form_type | character varying(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 | character varying(16) | Id of pattern, defined on inp_pattern |


