-
Notifications
You must be signed in to change notification settings - Fork 11
inp_buildup
advase edited this page Sep 8, 2022
·
1 revision
Specifies the rate at which pollutants build up over different land uses between rain events.
Column name | Data type | Description | Example |
---|---|---|---|
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 | |
funcb_type | character varying(18) | Buildup function type, defined on inp_typevalue as inp_value_buildup | [POW, EXP, SAT, EXT] |
c1 | numeric(12,4) | Maximum possible buildup | |
c2 | numeric(12,4) | Scaling factor | |
c3 | numeric(12,4) | Name of a Time Series that contains buildup rates | |
perunit | character varying(10) | Buildup unit | [AREA,CURBLENGTH] |