-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_washoff
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Specifies the rate at which pollutants are washed off from different land uses during rain events.
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| landus_id | character varying(16) | Id of land use, defined on inp_landuses | |
| poll_id | character varying(16) | Id of pollutant, defined on inp_pollutant | |
| funcw_type | character varying(18) | Washoff function type, defined on inp_typevalue as inp_value_washoff | [EMC, EXP, RC] |
| c1 | numeric(12,4) | Washoff function coefficient | |
| c2 | numeric(12,4) | Washoff function coefficient | |
| sweepeffic | numeric(12,4) | Street sweeping removal efficiency | |
| bmpeffic | numeric(12,4) | BMP removal efficiency |


