Personal tools

Difference between revisions of "Module TimeSerie"

From MohidWiki

Jump to: navigation, search
m (1 revision)
(Time Series output)
Line 11: Line 11:
  
 
or reading directly from the client modules' input data file:
 
or reading directly from the client modules' input data file:
 +
 +
MAX_BUFFER_SIZE
 +
COMPUTE_RESIDUAL
 +
REPLACE_PATH
 +
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
 
   
 
   
 
  <BeginTimeSerie>
 
  <BeginTimeSerie>
Line 18: Line 32:
 
  LOCALIZATION_K                :  2
 
  LOCALIZATION_K                :  2
 
  <EndTimeSerie>
 
  <EndTimeSerie>
 +
  
  
 
[[Category:Modules]]
 
[[Category:Modules]]
 
[[Category:Input Data Formats]]
 
[[Category:Input Data Formats]]

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

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

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