This repository was archived by the owner on May 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
ws_inp_times
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Defines various time step parameters used in the simulation.
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | integer | Id | |
| duration | integer | Duration of the simulation | 24 |
| hydraulic_timestep | character varying(10) | Determines how often a new hydraulic state of the network is computed | 0:30 |
| quality_timestep | character varying(10) | Time step used to track changes in water quality throughout the network | 0:06 |
| rule_timestep | character varying(10) | Time step used to check for changes in system status due to activation of rule-based controls between hydraulic time steps | 0:05 |
| pattern_timestep | character varying(10) | Interval between time periods in all time patterns | 1:00 |
| pattern_start | character varying(10) | Time offset at which all patterns will start | 0:00 |
| report_timestep | character varying(10) | Time interval between which output results are reported | 1:00 |
| report_start | character varying(10) | Length of time into the simulation at which output results begin to be reported. | 0:00 |
| start_clocktime | character varying(10) | Time of day (e.g., 3:00 PM) at which the simulation begins | 12 |
| statistic | character varying(18) | Determines what kind of statistical post-processing should be done on the time series of simulation results generated, defined on inp_typevalue as inp_value_times | NONE |


