ud_inp_storage - Giswater/giswater_dbmodel GitHub Wiki
Description:
Identifies each storage node of the drainage system.
Fields:
Column name | Data type | Description | Domain values |
---|---|---|---|
node_id | character varying(50) | Id of node | |
storage_type | character varying(18) | Type of storage, defined on inp_typevalue as inp_typevalue_storage | FUNCTIONAL, TABULAR |
curve_id | character varying(16) | Id of curve, defined on inp_curve | |
a1 | numeric(12,4) | Coefficient of FUNCTIONAL relation between surface area and depth | |
a2 | numeric(12,4) | Exponent of FUNCTIONAL relation between surface area and depth | |
a0 | numeric(12,4) | Constant of FUNCTIONAL relation between surface area and depth | |
fevap | numeric(12,4) | Fraction of potential evaporation from surface realized | |
sh | numeric(12,4) | Soil capillary suction head | |
hc | numeric(12,4) | Soil saturated hydraulic conductivity | |
imd | numeric(12,4) | Initial soil moisture deficit | |
y0 | numeric(12,4) | Water depth at the start of the simulation | |
ysur | numeric(12,4) | maximum additional head above ground elevation that node can sustain under surcharge conditions | |
apond | numeric(12,4) | Surface area subjected to ponding once water depth exceeds Ymax |