-
Notifications
You must be signed in to change notification settings - Fork 33
inp_dscenario_lid_usage
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| dscenario_id | integer | Id of dscenario | |
| subc_id | character varying(16) | Id of subcatchment, defined on inp_subcatchment | |
| lidco_id | character varying(16) | Id of lid | |
| numelem | smallint | Number of elements that are assigned to the subcacthment | |
| area | numeric(16,6) | The area of each replicate unit | |
| width | numeric(12,4) | The width of the outflow face of each identical lid unit | |
| initsat | numeric(12,4) | The percent to which the unit's soil layer or storage layer is initially filled with water | |
| fromimp | numeric(12,4) | The percent of the impervious portion of the subcatchment's nonlid area whose runoff is treated by the lid units | |
| toperv | smallint | 1 if the outflow from the LID is returned onto the subcatchment's pervious area rather than going to the subcatchment's outlet; 0 otherwise. | |
| rptfile | character varying(10) | Optional name of a file to which detailed time series results for the lid will be written | |
| descript | text | Descript |


