-
Notifications
You must be signed in to change notification settings - Fork 33
ws_inp_source
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Defines locations of water quality sources.
| Column name | Data type | Description | Example |
|---|---|---|---|
| node_id | character varying(16) | Id of node | |
| sourc_type | character varying(18) | Type of source, defined on inp_typevalue as inp_typevalue_source | CONCEN, MASS, FLOWPACED, SETPOINT |
| quality | numeric(12,6) | Baseline source strength | |
| pattern_id | character varying(16) | Id of pattern, defined on inp_pattern |


