UTL-TS
Structure of Blocks
FOR EACH SIMULATION
BEGIN ATTRIBUTES
NAMES <time_series_names>
[METHODS <interpolation_method>]
[METHOD <interpolation_method_single>]
METHOD
<interpolation_method_single>
[SFACS <sfacval>]
[<sfacval>]
END ATTRIBUTES
BEGIN TIMESERIES
<ts_time> <ts_array>
<ts_time> <ts_array>
...
END TIMESERIES
Explanation of Variables
Block: ATTRIBUTES
NAMES
xxxtime_series_names
Name by which a package references a particular time-array series. The name must be unique among all time-array series used in a package.METHODS
xxxinterpolation_method
Interpolation method, which is either STEPWISE or LINEAR.METHOD
xxxinterpolation_method_single
Interpolation method, which is either STEPWISE or LINEAR.SFACS
xxxsfacval
Scale factor, which will multiply all array values in time series. SFAC is an optional attribute; if omitted, SFAC = 1.0.SFAC
xxx
Block: TIMESERIES
ts_time
A numeric time relative to the start of the simulation, in the time unit used in the simulation. Times must be strictly increasing.ts_array
A 2-D array of numeric, floating-point values, or a constant value, readable by the U2DREL array-reading utility.