3D Density, Temperature and/or Salinity at Specified Recording Stations (fort.41)

Density, temperature and salinity time series output at the recording stations 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 will be in ascii format.

If IDEN = 1 or -1

RUNDES, RUNID, AGRID

NDSET3DSD, NSTA3DD, DTDP*NSPO3DSD, NSPO3DSD, NFEN, IRTYPE

for k = 1 to NDSET3DSD

TIME, IT, (SIGMA(N), N=1,NFEN-1)

for j = 1 to NSTA3DD

J, (SIGTSTA(M), M=1, NFEN)

end j loop

end k loop

If IDEN = 2 or -2

RUNDES, RUNID, AGRID

NDSET3DSD,
NSTA3DD,
DTDP*NSPO3DSD, NSPO3DSD, NFEN, IRTYPE

for k = 1 to NDSET3DSD

TIME, IT, (SIGMA(N), SIGMA(N), N=1,NFEN-1), SIGMA(NFEN)

for j = 1 to NSTA3DD

J, (SIGTSTA(M), SALSTA(M), M=1, NFEN)

end j loop

end k loop

If IDEN = 3 or -3

RUNDES, RUNID, AGRID

NDSET3DSD, NSTA3DD, DTDP*NSPO3DSD, NSPO3DSD, NFEN, IRTYPE

for k = 1 to NDSET3DSD

TIME, IT, (SIGMA(N), SIGMA(N), N=1,NFEN-1), SIGMA(NFEN)

for j = 1 to NSTA3DD

J, (SIGTSTA(M), TEMPSTA(M), M=1, NFEN)

end j loop

end k loop

If IDEN = 4 or -4

RUNDES, RUNID, AGRID

NDSET3DSD, NSTA3DD, DTDP*NSPO3DSD, NSPO3DSD, NFEN, IRTYPE

for k = 1 to NDSET3DSD

TIME, IT, (SIGMA(N), SIGMA(N), SIGMA(N),N=1,NFEN-1), SIGMA(NFEN), SIGMA(NFEN)

for j = 1 to NSTA3DD

J, (SIGTSTA(M), TEMPSTA(M), SALSTA(M), M=1, NFEN)

end j loop

end k loop