-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_dwf
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Specifies dry weather flow and its quality entering the drainage system at specific nodes.
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | integer | ||
| node_id | character varying(50) | Id of node | |
| value | numeric(12,7) | Value of dwf | |
| pat1 | character varying(16) | Id of pattern, defined on inp_pattern | |
| pat2 | character varying(16) | Id of pattern, defined on inp_pattern | |
| pat3 | character varying(16) | Id of pattern, defined on inp_pattern | |
| pat4 | character varying(16) | Id of pattern, defined on inp_pattern | |
| dwfscenario_id | integer | Id of dwf scenario, defined on cat_dwf_scenario |


