FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Driver_getTimeStamp.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Driver_getTimeStamp (dateStr)
 

Function/Subroutine Documentation

◆ Driver_getTimeStamp()

subroutine Driver_getTimeStamp ( character(len=40)  dateStr)

Get 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_getTimeStamp.F90.