Fort.73: Atmospheric Pressure Time Series at All Nodes in the Model Grid

The fort.73 file contains atmospheric pressure time series data at all nodes in the model grid as defined in the Model Parameter and Periodic Boundary Condition File. This file is generated when meteorological output is enabled for the entire domain.

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.

RUNDES, RUNID, AGRID
NDSETSW, NP, DTDP * NSPOOLGW, NSPOOLGW, IRTYPE
TIME, IT
for k=1, NP
   k, PR2(k)
end k loop

Repeat the block above for each time step until the end of the simulation.

Notes