DATEILISTE.DAT
From BAWiki
Contents
Basic Information
File-Type
dateiliste.dat
Version
May 1997
Description-Date
January 2000
Significance of the File
Provides a list of filenames
File-Contents (in Catchwords)
List of files which can be accessed by a program. Each row contains a filename, comment lines sometimes are not allowed in this file!
Programs using this Type of File
F77_TO_F90, FRQ2ZEITR, FRQWF, POLYUMFORM
Additional Information
Language
Fortran90
File-Form
FORMATTED
File-Access
SEQUENTIAL
File-Extension
.dat
WRITE-Subroutine(s)/Module(s)
You can create it for example with the UNIX command
ls -1 <directory>/* > <name>.dat
alternatives: Editor
READ-Subroutine(s)/Module(s)
none, a file of this type is read for example by following subroutines:
$PROGHOME/fortran/prg/fortran/lib/io/*/letikowe.f
Original Version
Maintenance
Example-File
$PROGHOME/examples/frq2zeitr/Tidedateien.dat $PROGHOME/examples/frq2zeitr/Geopositionen.dat
back to: File Descriptions