ud_rpt_subcatchrunoff_sum - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table where the results for the sub-basin runoff are stored
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | int4 | Id |
| result_id | character varying(30) | Id of result |
| subc_id | character varying(16) | Id of subcatchment, defined on inp_subcatchment |
| tot_precip | numeric(12, 4) | Total precipitation (mm) |
| tot_runon | numeric(12, 4) | Total runon (mm) |
| tot_evap | numeric(12, 4) | Total evaporation (mm) |
| tot_infil | numeric(12, 4) | Total infiltration (mm) |
| tot_runoff | numeric(12, 4) | Total runoff (mm) |
| tot_runofl | numeric(12, 4) | Total runoff (10^6 ltr) |
| peak_runof | numeric(12, 4) | Peak runoff |
| runoff_coe | numeric(12, 4) | |
| vxmax | numeric(12, 4) | |
| vymax | numeric(12, 4) | |
| depth | numeric(12, 4) | |
| vel | numeric(12, 4) | Calculated velocity result |
| vhmax | numeric(12, 6) |