-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_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 |
|---|---|---|---|
| order_id | integer | Id | |
| node_id | character varying(50) | Id of node | |
| timser_id | character varying(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 | character varying(16) | Id of pattern, defined on inp_pattern |


