Difference between revisions of "JoinTimeSeries"
From MohidWiki
m (1 revision) |
|||
| Line 1: | Line 1: | ||
| − | JoinTimeSeries is a MOHID support tool designed to join several [[time series]] files in a single file. | + | JoinTimeSeries is a MOHID support tool designed to join several [[time series]] files in a single file. It is needed to define a text file with the name JoinTimeSeries.dat where the input and output files should be defined as an example: |
| + | |||
| + | OUT_FILE : BoiaFunchalLevel2B_WQHDF.dat | ||
| + | DT : 86410 | ||
| + | ADD_MODEL_DT : 10 | ||
| + | WRITE_RESIDUALS : 0 | ||
| + | |||
| + | <BeginTimeSeriesFile> | ||
| + | NAME : .\Run1\BoiaFunchal.srw | ||
| + | <EndTimeSeriesFile> | ||
| + | |||
| + | <BeginTimeSeriesFile> | ||
| + | NAME : .\Run2\BoiaFunchal.srw | ||
| + | <EndTimeSeriesFile> | ||
[[Category:Tools]] | [[Category:Tools]] | ||
Revision as of 16:41, 9 November 2011
JoinTimeSeries is a MOHID support tool designed to join several time series files in a single file. It is needed to define a text file with the name JoinTimeSeries.dat where the input and output files should be defined as an example:
OUT_FILE : BoiaFunchalLevel2B_WQHDF.dat DT : 86410 ADD_MODEL_DT : 10 WRITE_RESIDUALS : 0
<BeginTimeSeriesFile> NAME : .\Run1\BoiaFunchal.srw <EndTimeSeriesFile> <BeginTimeSeriesFile> NAME : .\Run2\BoiaFunchal.srw <EndTimeSeriesFile>