Fort.63: Elevation Time Series at All Nodes in the Model Grid

The fort.63 file contains the water surface elevation time series output at all nodes in the model grid. This file is generated when time series output is enabled for the entire model domain. It is one of the most important output files generated by ADCIRC.

File Structure

The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s). Loops indicate multiple lines of output.

RUNDES, RUNID, AGRID
NDSETSE, NP, DTDP*:ref:NSPOOLGE <NSPOOLGE>, NSPOOLGE, IRTYPE
TIME, IT
for k=1, NP
   k, ETA2(k)
end k loop

Repeat the block above for each time step until the end of the simulation.

Notes