ud_inp_snowpack_value - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies parameters values that govern how snowfall accumulates and melts on the plowable, impervious and pervious surfaces of subcatchments.
Fields:
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 |