-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_timeseries
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Describes how a quantity varies over time.
| 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 |


