Depth-averaged Velocity Time Series at All Nodes in the Model Grid (fort.64)

Depth-averaged velocity time series output at all nodes in the model grid as specified in the Model Parameter and Periodic Boundary Condition File.

The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. Definitions of each variable are provided via hot links.

Output may be in ascii or binary format depending on how NOUTGV is set in the Model Parameter and Periodic Boundary Condition File

RUNDES, RUNID, AGRID
NDSETSV, NP, DTDP*NSPOOLGV, NSPOOLGV, IRTYPE
TIME, IT
for k=1, NP
k, UU2(k), VV2(k)
end k loop

Note:

If binary output is specified, the node number (k) is not included in the output.

RUNDES, RUNID, AGRID
NDSETSV, NP, DTDP*NSPOOLGV, NSPOOLGV, IRTYPE
TIME, IT
for k=1, NP
k, UU2(k), VV2(k)
end k loop

In the case of sparse/compact format, only nodal values which are different from a default value are stored in the global file. The default value is set in the code, and is -99999 for elevation. The format of the global file is then:

RUNDES, RUNID, AGRID
NDSETSV, NP, DTDP*NSPOOLGV, NSPOOLGV, IRTYPE
TIME, IT
for k=1, NP
j, UU2(j), VV2(j)
end k loop

where j is the node number of the non-default valued node.

  Contact:   About Webpage    ADCIRC Listserv   Join ADCIRC Listserv   Request ADCIRC code Updated August 18, 2009