inp_loadings - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies the pollutant buildup that exists on each subcatchment at the start of a simulation.
Fields:
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 |