Fort.42: 3D Velocity at Recording Stations

This file contains velocity time series output at recording stations as specified in the Model Parameter and Periodic Boundary Condition File.

File Structure

The file is written in ASCII format. The basic structure is shown below:

RUNDES, RUNID, AGRID

NDSET3DSV, NSTA3DV, DTDP * NSPO3DSV, NSPO3DSV, NFEN, IRTYPE

for k=1, NDSET3DSV
    TIME, IT, (SIGMA(N), SIGMA(N), SIGMA(N), N=1, NFEN-1), SIGMA(NFEN), SIGMA(NFEN)

    for j=1, NSTA3DV
        j, (REAL(QSTA(M)), AIMAG(QSTA(M)), WZSTA(k,j), M=1, NFEN)
    end j loop
end k loop

Notes

  • Output is only available in ASCII format

  • Time series data is recorded at specified recording stations

  • Velocity components are stored as:
    • REAL(QSTA): x-component of velocity

    • AIMAG(QSTA): y-component of velocity

    • WZSTA: vertical velocity component

  • Data is recorded at multiple vertical levels defined by SIGMA values