Personal tools

Difference between revisions of "Module TimeSerie"

From MohidWiki

Jump to: navigation, search
(Time Series output)
(Time Series output)
Line 10: Line 10:
 
  TIME_SERIES_LOCATION    : ..\..\GeneralData\TimeSeriesFile.dat
 
  TIME_SERIES_LOCATION    : ..\..\GeneralData\TimeSeriesFile.dat
  
or reading directly from the client modules' input data file:
+
or reading directly from the client modules' input data file.
 +
 
 +
The Time Series output configuration is done via the follow keywords.
 +
 
  
 
MAX_BUFFER_SIZE  
 
MAX_BUFFER_SIZE  
Line 16: Line 19:
 
REPLACE_PATH  
 
REPLACE_PATH  
 
IGNORE_ON  
 
IGNORE_ON  
NAME
 
DEPTH_LEVEL
 
COORD_X
 
COORD_Y
 
LOCALIZATION_I
 
LOCALIZATION_J
 
LOCALIZATION_K
 
  
 
FIRST_OUTPUT_TIME DT_OUTPUT_TIME TIME_UNITS SERIE_INITIAL_DATA TIME_CYCLE
 
FIRST_OUTPUT_TIME DT_OUTPUT_TIME TIME_UNITS SERIE_INITIAL_DATA TIME_CYCLE
Line 31: Line 27:
 
  LOCALIZATION_J                :  25
 
  LOCALIZATION_J                :  25
 
  LOCALIZATION_K                :  2
 
  LOCALIZATION_K                :  2
 +
DEPTH_LEVEL
 +
COORD_X
 +
COORD_Y
 +
 
  <EndTimeSerie>
 
  <EndTimeSerie>
  

Revision as of 13:37, 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.


MAX_BUFFER_SIZE COMPUTE_RESIDUAL 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>