-
Notifications
You must be signed in to change notification settings - Fork 33
inp_dscenario_inflows
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 |
|---|---|---|---|
| dscenario_id | int4 | Id of descenario | |
| node_id | varchar(50) | Id of node | |
| order_id | int4 | Id | |
| timser_id | varchar(16) | Id of timeseries, defined on inp_timeseries | |
| 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 |


