inp_dscenario_outfall - 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 demand scenario, defined on cat_dscenario | |
| node_id | varchar(16) | Id of node | |
| elev | numeric(12, 3) | Elevation of the element | |
| ymax | numeric(12, 3) | Max depth of the element | |
| outfall_type | varchar(16) | Outfall type, defined on inp_typevalue as inp_typevalue_outfall | [NORMAL, FREE, FIXED] |
| stage | numeric(12, 4) | Elevation of fixed stage outfall | |
| curve_id | varchar(16) | Id of curve, defined on inp_curve | |
| timser_id | varchar(16) | Id of timeseries, defined on inp_timeseries | |
| gate | varchar(3) | YES or NO depending on whether a flap gate is present that prevents reverse flow | [YES, NO] |