| 
    My Project
    
   programmer's documentation 
   | 
 
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... | |
| 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)
| 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:
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)
 1.8.16