Wet/Dry Elemental State file (noff.100)

The noff.100 file records the wet/dry state of elements where 1 indicates an element is categorized as wet on the time step that the dataset was written while a value of 0 indicates that an element is categorized as dry. The name of the elemental wet/dry array in ADCIRC is NOFF.

These data are generally only valuable to ADCIRC developers who are working on experimental wet/dry algorithms.

The writing of the noff.100 output file is activated when the outputNOFF parameter is set to .true. in the optional wetDryContol namelist at the bottom of the fort.15 file.

Output is only available in the ascii format. The data are produced on the same schedule as the full domain water surface elevation (fort.63) file, i.e., the values of TOUTSGE, TOUTFGE, are used NSPOOLGE.

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.

RUNDES, RUNID, AGRID

NDSETSE, NE, DTDP*NSPOOLGE, NSPOOLGE, IRTYPE

TIME, IT

for i=1,NE

i, NOFF(i)

end i loop

Notes:

The noff.100 file contains integer values. It is the only ADCIRC output file that produces elemental (as opposed to nodal) data.