FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Driver_putTimeStamp (dateStr) |
subroutine Driver_putTimeStamp | ( | character(len=40) | dateStr | ) |
Sets the string which contains the time stamp of the run. This variable is initialized in Driver_init, and updated in Logfile_create. If the Logfile unit is included in a Simulation, then the time stamps in the flash.log and the flash.dat will match.
dateStr – a string containing the simulation's time stamp
NOTES
To output dateStr, use write(*,*) dateStr(1:len_trim(dateStr))
Definition at line 34 of file Driver_putTimeStamp.F90.