ud_inp_outfall - Giswater/giswater_dbmodel GitHub Wiki
Description:
Identifies each outfall node of the drainage system and the corresponding water stage elevation.
Fields:
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| node_id | character varying(16) | Id of node | |
| outfall_type | character varying(16) | Outfall type, defined on inp_typevalue as inp_typevalue_outfall | [FIXED, FREE, NORMAL, TIDAL, TIMESERIES] |
| stage | numeric(12,4) | Elevation of fixed stage outfall | |
| curve_id | character varying(16) | Id of curve, defined on inp_curve | |
| timser_id | character varying(16) | Id of timeseries, defined on inp_timeseries | |
| gate | character varying(3) | YES or NO depending on whether a flap gate is present that prevents reverse flow | [YES, NO] |