3D Density, Temperature and/or Salinity at All Nodes in the Model Grid (fort.44)

Density, Temperature and Salinity 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 will be in ascii format.

If IDEN = 1 or -1

RUNDES, RUNID, AGRID

NDSET3DGD, NP, DTDP*NSPO3DGD, NSPO3DGD, NFEN, IDEN

for k = 1 to NDSET3DGD

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

for j = 1 to NP

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

end j loop

end k loop

If IDEN = 2 or -2

RUNDES, RUNID, AGRID

NDSET3DGD, NP, DTDP*NSPO3DGD, NSPO3DGD, NFEN, IRTYPE

for k = 1 to NDSET3DGD

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

for j = 1 to NP

J, (SIGT(M), SAL(M), M=1, NFEN)

end j loop

end k loop

If IDEN = 3 or -3

RUNDES, RUNID, AGRID

NDSET3DGD, NP, DTDP*NSPO3DGD, NSPO3DGD, NFEN, IRTYPE

for k = 1 to NDSET3DGD

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

for j = 1 to NP

J, (SIGT(M), TEMP(M), M=1, NFEN)

end j loop

end k loop

If IDEN = 4 or -4

RUNDES, RUNID, AGRID

NDSET3DGD, NP, DTDP*NSPO3DGD, NSPO3DGD, NFEN, IRTYPE

for k = 1 to NDSET3DGD

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

for j = 1 to NP

J, (SIGT(M), TEMP(M), SAL(M), M=1, NFEN)

end j loop

end k loop