OUTPUT TIME
From MohidWiki
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:
- Module Hydrodynamic
- Module WaterProperties
- Module Turbulence
- Module Lagrangian
- Module Assimilation
- Module InterfaceWaterAir
- Module InterfaceSedimentWater
- Module Atmosphere
- Module SedimentProperties
- Module Consolidation
- Module Waves
- Module Sand