Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deleting a whole directory can be achieved by defining the directory path in the filter without any file filter options (*.*).
eg: %ROOT_DIR%/exportDir/purgeDirectory

...

No Format
<stateSelection>
        <warmState>
          <stateSearchPeriod unit="hour" start="-48" end="0"/>
	  <coldStateTime unit="hour" value="-48"/>
	  <insertColdState>true</insertColdState>"
	</warmState>
</stateSelection>


loopTimeStep

When specified all activities are run in a loop to ensure that a state is produced on every cardinal time step between the time of the exported state and T0. This has two advantages:

  • states are distributed over time equally and frequently. It is possible to start an update run from every point, also half way of a cold udpate run that spans several days.
  • restriction of memory consumption. You can run an update run over months without going out of RAM.
Info

Do not specify a relative view period for all time series sets in the export activity

writeIntermediateState
ExportTimeSeriesActivity


Figure 71 Elements of the exportTimeSeries section

...