-
Notifications
You must be signed in to change notification settings - Fork 33
ud_rpt_subcatchrunoff_sum
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Table where the results for the sub-basin runoff are stored
| 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) |


