Personal tools

Difference between revisions of "OUTPUT TIME"

From MohidWiki

Jump to: navigation, search
m (1 revision)
 
Line 30: Line 30:
 
*[[Module Consolidation]]
 
*[[Module Consolidation]]
 
*[[Module Waves]]
 
*[[Module Waves]]
 +
*[[Module Sand]]
  
 
== See also ==
 
== See also ==

Latest revision as of 01:57, 8 March 2011

Overview

OUTPUT_TIME is a keyword which is common to several MOHID modules. It is normally used to identify the frequency of results outputs in HDF5 format.

Usage

This keyword enables to read an array of numbers which specify the output times and frequency. The first number represents the time (in seconds) after the beginning of the simulation in which the first output will be written. The following numbers represent the second, third, fourth...(and so on) times (in seconds) after the beginning of the simulation in which the second, third, fourth...(and so on) outputs will be written. The last number represents the time step (in seconds) with which the following outputs will be made.

Sample

This example will produce outputs in the initial instant of the simulation and afterwards with a time step of 3600 seconds.

OUTPUT_TIME      : 0.  3600. 

This example will produce an output in the initial instant of the simulation, a second output 21600 seconds after the beginning of the simulation, a third 86400 seconds after the beginning of the simulation and afterwards with a time step of 3600 seconds.

OUTPUT_TIME      : 0.  21600. 86400. 3600. 

Other information

Here is a list of modules in which this keyword can be used in the correspondent data files:

See also

SURFACE_OUTPUT_TIME