-
Notifications
You must be signed in to change notification settings - Fork 11
ud_inp_outfall
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Identifies each outfall node of the drainage system and the corresponding water stage elevation.
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] |