-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_snowpack_value
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Specifies parameters values that govern how snowfall accumulates and melts on the plowable, impervious and pervious surfaces of subcatchments.
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| id | serial | Id | |
| snow_id | character varying(16) | Id of snowpack, defined on inp_snowpack_id | |
| snow_type | character varying(16) | Type of snow, defined on inp_typevalue as inp_typevalue_snow | IMPERVIOUS, PERVIOUS, PLOWABLE, REMOVAL |
| value_1 | numeric(12,3) | Parameter value | |
| value_2 | numeric(12,3) | Parameter value | |
| value_3 | numeric(12,3) | Parameter value | |
| value_4 | numeric(12,3) | Parameter value | |
| value_5 | numeric(12,3) | Parameter value | |
| value_6 | numeric(12,3) | Parameter value | |
| value_7 | numeric(12,3) | Parameter value |


