68 CHARACTER(CHRLEN) :: rcsidentstring
74 rcsidentstring =
'$RCSfile: RFLU_SetRestartTimeFlag.F90,v $ $Revision: 1.4 $'
77 'RFLU_SetRestartTimeFlag.F90')
79 IF ( global%myProcid == masterproc .AND. &
80 global%verbLevel >= verbose_high )
THEN
81 WRITE(stdout,
'(A,1X,A)') solver_name, &
82 'Setting restart time and flag...'
89 IF ( global%flowType == flow_steady )
THEN
90 global%restartIter = global%currentIter
92 IF ( global%restartIter == 0 )
THEN
93 global%restartFromScratch = .true.
95 global%restartFromScratch = .false.
98 global%restartTime = global%currentTime
100 IF ( global%restartTime == 0.0_rfreal )
THEN
101 global%restartFromScratch = .true.
103 global%restartFromScratch = .false.
111 IF ( global%myProcid == masterproc .AND. &
112 global%verbLevel >= verbose_high )
THEN
113 WRITE(stdout,
'(A,1X,A)') solver_name, &
114 'Setting restart time and flag done.'
subroutine registerfunction(global, funName, fileName)
subroutine rflu_setrestarttimeflag(global)
subroutine deregisterfunction(global)