ud_inp_washoff - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies the rate at which pollutants are washed off from different land uses during rain events.
Fields:
| 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 |