You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Accumulative

Input
  • InputVariable
Output
  • OutputVariable
Description

This transformation performs a disaggregation on an accumulative input time series. Divides the values of the input timeseries by the number of timesteps in the output timeseries and stores the resulting values at each step.

The table below shows how daily values are disaggregated to 6-hourly values using this method.

 

 

Input

Output

Date/Time

Value

Value

01-01-2007 06:00

 

1,25

01-01-2007 12:00

 

1,25

01-01-2007 18:00

 

1,25

02-01-2007 00:00

5,00

1,25

02-01-2007 06:00

 

1,75

02-01-2007 12:00

 

1,75

02-01-2007 18:00

 

1,75

03-01-2007 00:00

7,00

1,75

Configuration example

  • No labels