ud_inp_timeseries_value - Giswater/giswater_dbmodel GitHub Wiki
Description:
Describes how a quantity varies over time.
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | integer | Id |
| timser_id | character varying(16) | Id of timeseries, defined on inp_timeseries |
| date | character varying(12) | Date in Month/Day/Year format |
| hour | character varying(10) | 24-hour military time relative to the last date specified |
| "time" | character varying(10) | Hours since the start of the simulation, expressed as a decimal number or as hours:minutes |
| value | numeric(12,4) | Value corresponding to given date and time |
| fname | character varying(254) | Name of a file in which the time series data are stored |