ud_inp_inflows - 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 |
|---|---|---|---|
| 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 |