Fort.83: Scalar Concentration Time Series at All Nodes

This file contains scalar concentration time series data at all nodes in the model grid as specified in the Model Parameter and Periodic Boundary Condition File.

Note

This feature is currently not supported in ADCIRC.

File Structure

The file can be written in either ASCII or binary format, depending on how NOUTGC is set in the Model Parameter and Periodic Boundary Condition File. The basic structure is shown below:

RUNDES, RUNID, AGRID

NDSETSC, NP, DTDP * NSPOOLGC, NSPOOLGC, IRTYPE

TIME, IT

for k=1, NP
    k, C1(k)
end k loop

Notes

  • Output format (ASCII/binary) is determined by NOUTGC in the fort.15 file

  • For binary output, the node number (k) is not included in the output

  • Time series data is recorded for every node in the model grid

  • The output frequency is controlled by NSPOOLGC parameter

  • This feature is currently under development and not yet supported in ADCIRC