-
Notifications
You must be signed in to change notification settings - Fork 11
inp_loadings
advase edited this page Sep 8, 2022
·
1 revision
Specifies the pollutant buildup that exists on each subcatchment at the start of a simulation.
Column name | Data type | Description |
---|---|---|
poll_id | character varying(16) | Id of polutant, defined on inp_pollutant |
subc_id | character varying(16) | Id of subcatchment, defined on inp_subcatchment |
ibuildup | numeric(12,4) | Initial buildup of pollutant |
hydrology_id | integer | Id of hydrology |