SED2D FILE FORMATS
TABS Binary File Header Format
All TABS-MD models operate on and generate binary files, each of which have
several header or banner records that describe critical features about the contents of
the file. The binary files are written by standard FORTRAN 77 unformatted write
statements. The variable types follow standard FORTRAN assignments, where
variables are REAL, except for those beginning with the characters `I' through `N'
which are INTEGER.
Record 1
MFLG, IREC,
NP, NE
where
MFLG
Model identifier flag
(120-129 for RMA2 results)
(135-139 for RMA2 Hotstart file)
IREC
Version number of the RMA2 program
NP
Number of nodes in the mesh
NE
Number of elements in the mesh
Record 2
IWRT1, (IBAN(i),i=1,IWRT1)
where
IWRT1
Number of items contained in the banner array
IBAN
Integer interpretation of the banner character strings
SED2D FILE FORMATS 137
Users Guide To SED2D-WES