ud_inp_timeseries - Giswater/giswater_dbmodel GitHub Wiki
Description:
Describes how a quantity varies over time.
Fields:
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| id | character varying(16) | Id of timeseries | |
| timser_type | character varying(20) | Timser type, defined on inp_typevalue as inp_value_timserid | [Evaporation, Inflow_Hydrograph, Inflow_Pollutograph, Rainfall, Temperature] |
| times_type | character varying(16) | Times type, defined on inp_typevalue as inp_typevalue_timeseries | [ABSOLUTE, FILE, RELATIVE] |
| idval | character varying(50) | Value corresponding to given date and time. | |
| fname | character varying(254) | SWMM can use file time series which has many opportunities for digital twins among others. | |
| inp_timeseries | integer | Id sector | |
| log | text | Output information | |
| active | boolean | If true, catalog value is being used |