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
NAMESxxxtime_series_namesName by which a package references a particular time-array series. The name must be unique among all time-array series used in a package.METHODSxxxinterpolation_methodInterpolation method, which is either STEPWISE or LINEAR.METHODxxxinterpolation_method_singleInterpolation method, which is either STEPWISE or LINEAR.SFACSxxxsfacvalScale factor, which will multiply all array values in time series. SFAC is an optional attribute; if omitted, SFAC = 1.0.SFACxxx
Block: TIMESERIES
ts_timeA numeric time relative to the start of the simulation, in the time unit used in the simulation. Times must be strictly increasing.ts_arrayA 2-D array of numeric, floating-point values, or a constant value, readable by the U2DREL array-reading utility.