67 CHARACTER(CHRLEN) :: deststring,rcsidentstring
73 CHARACTER(*),
INTENT(IN) :: ext
74 INTEGER,
INTENT(IN) :: dest,
id
75 REAL(RFREAL),
INTENT(IN) :: tm
78 CHARACTER(CHRLEN),
INTENT(OUT) :: filename
84 rcsidentstring =
'$RCSfile: BuildFileNameUnsteady.F90,v $ $Revision: 1.4 $'
87 'BuildFileNameUnsteady.F90')
89 IF ( dest == filedest_indir )
THEN
90 WRITE(deststring,
'(A)') global%inDir
91 ELSE IF ( dest == filedest_outdir )
THEN
92 WRITE(deststring,
'(A)') global%outDir
94 CALL
errorstop(global,err_filedest_invalid,__line__)
97 WRITE(filename,
'(A,A,I5.5,A,1PE11.5)') &
98 trim(deststring)//trim(global%caseName)//trim(ext),
'_',
id,
'_',tm
subroutine registerfunction(global, funName, fileName)
unsigned long id(const Leda_like_handle &x)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)
subroutine buildfilenameunsteady(global, dest, ext, id, tm, fileName)