programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Variables
History user files

Variables

character(len=80), save emphis
 directory in which the potential chronological record files generated by the Kernel will be written (path related to the execution directory) More...
 
character(len=80), save prehis
 prefix of history files More...
 
integer, dimension(2), save impsth
 mobile structure variables output unit More...
 
integer, save tplfmt
 time plot format (1: .dat, 2: .csv, 3: both) More...
 
integer, save nthist
 output period of the chronological record files: More...
 
double precision, save frhist
 frhist : output frequency in seconds More...
 
integer, save ihistr
 write indicator (O or 1) for history of internal mobile structures More...
 

Detailed Description

Variable Documentation

character(len=80), save emphis

directory in which the potential chronological record files generated by the Kernel will be written (path related to the execution directory)

  • useful if and only if chronological record files are generated
double precision, save frhist

frhist : output frequency in seconds

integer, save ihistr

write indicator (O or 1) for history of internal mobile structures

integer, dimension(2), save impsth

mobile structure variables output unit

integer, save nthist

output period of the chronological record files:

  • -1: no output
  • >0: period (every nthist time step)

The default value is -1 if there is no chronological record file to generate (if there is no probe, or no active probe output) and 1 otherwise. If chronological records are generated, it is usually wise to keep the default value nthist=1, in order to avoid missing any high frequency evolution (unless the total number of time steps is much too big). Useful if and only if chronological record files are generated

character(len=80), save prehis

prefix of history files

integer, save tplfmt

time plot format (1: .dat, 2: .csv, 3: both)