ud_inp_aquifer - Giswater/giswater_dbmodel GitHub Wiki
Description:
Supplies parameters for each unconfined groundwater aquifer in the study area.
Fields:
| Column name | Data type | Description |
|---|---|---|
| aquif_id | character varying(16) | Id of aquifer |
| por | numeric(12,4) | Soil porosity (volumetric fraction) |
| wp | numeric(12,4) | Soil wilting point (volumetric fraction |
| fc | numeric(12,4) | Soil field capacity (volumetric fraction) |
| k | numeric(12,4) | Saturated hydraulic conductivity (in/hr or mm/hr) |
| ks | numeric(12,4) | slope of the logarithm of hydraulic conductivity versus moisture deficit |
| ps | numeric(12,4) | Slope of soil tension versus moisture content curve |
| uef | numeric(12,4) | Fraction of total evaporation available for evapotranspiration in the upper unsaturated zone |
| led | numeric(12,4) | Maximum depth into the lower saturated zone over which evapotranspiration can occur |
| gwr | numeric(12,4) | Rate of percolation from saturated zone to deep groundwater when water table is at ground surface |
| be | numeric(12,4) | Elevation of the bottom of the aquifer |
| wte | numeric(12,4) | Water table elevation at start of simulation |
| umc | numeric(12,4) | Unsaturated zone moisture content at start of simulation (volumetric fraction) |
| pattern_id | character varying(16) | Id of pattern, defined on inp_pattern |