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


