Wet/Dry State of Nodes (nodecode.63)

The nodecode.63 file records the wet/dry state of nodes where 1 indicates a node is categorized as wet on the timestep that the dataset was written while a value of 0 indicates that a node is categorized as dry. These data are generally only valuable to ADCIRC developers who are working on experimental wet/dry algorithms.

The writing of the nodecode.63 output file is activated when the outputNodeCode 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, NP, DTDP*NSPOOLGE, NSPOOLGE, IRTYPE

TIME, IT

for k=1,NP

k, nodecode(k)

end k loop

Notes:

The nodecode.63 file contains integer values.