-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_snowpack_values
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Specifies external hydrographs and pollutographs that enter the drainage system at specific nodes
| Column name | Data type | Description |
|---|---|---|
| id | int4 | Autonumeric id of the table |
| snow_id | varchar(16) | Snow id related to inp_snowpack table |
| snow_type | varchar(16) | Snow type, defined on inp_typevalue as inp_typevalue_snow |
| value_1 | numeric(12, 3) | Parameter of snow 1 |
| value_2 | numeric(12, 3) | Parameter of snow 2 |
| value_3 | numeric(12, 3) | Parameter of snow 3 |
| value_4 | numeric(12, 3) | Parameter of snow 4 |
| value_5 | numeric(12, 3) | Parameter of snow 5 |
| value_6 | numeric(12, 3) | Parameter of snow 6 |
| value_7 | numeric(12, 3) | Parameter of snow 7 |


