Personal tools

Difference between revisions of "Module TimeSerie"

From MohidWiki

Jump to: navigation, search
(Time Series output)
(Time Series output)
Line 13: Line 13:
  
 
The Time Series output configuration is done via the follow keywords.
 
The Time Series output configuration is done via the follow keywords.
 +
!KEYWORD  :  Default Value - description
  
 
+
MAX_BUFFER_SIZE  : 100000 - The maximum BufferSize is set here to 0.1Mb (for each property)
MAX_BUFFER_SIZE
+
                           
COMPUTE_RESIDUAL  
+
COMPUTE_RESIDUAL : 1 - Computes the time serie average value
REPLACE_PATH  
+
REPLACE_PATH  
 
IGNORE_ON  
 
IGNORE_ON  
  

Revision as of 15:24, 18 January 2013

Overview

Module TimeSerie manages all operations involving Time Series files, namely in terms of input and output.

Time Series input

Time Series output

Module TimeSerie handles results output in time series format. It acts as a server for other modules that which to output results in this format. This the client module needs to define the specifications with the location and other options of the output time series. This is made via a file:

TIME_SERIES_LOCATION     : ..\..\GeneralData\TimeSeriesFile.dat

or reading directly from the client modules' input data file.

The Time Series output configuration is done via the follow keywords. !KEYWORD  : Default Value - description

MAX_BUFFER_SIZE  : 100000 - The maximum BufferSize is set here to 0.1Mb (for each property)
                            
COMPUTE_RESIDUAL : 1 - Computes the time serie average value
REPLACE_PATH 

IGNORE_ON

FIRST_OUTPUT_TIME DT_OUTPUT_TIME TIME_UNITS SERIE_INITIAL_DATA TIME_CYCLE

<BeginTimeSerie>
NAME                          : myTimeSeries
LOCALIZATION_I                :  20
LOCALIZATION_J                :  25
LOCALIZATION_K                :  2
DEPTH_LEVEL 
COORD_X 
COORD_Y 
<EndTimeSerie>