Fort.44: 3D Density, Temperature and/or Salinity at All Nodes in the Model Grid
This file contains 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 file is generated in ASCII format and its structure depends on the value of IDEN.
File Structure
The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s). Loops indicate multiple lines of output.
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,:ref:NFEN <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), N=1,:ref:NFEN <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), N=1,:ref:NFEN <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), N=1,:ref:NFEN <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