Nodal Attributes File (fort.13)

Nodal properties which are constant in time but spatially variable. This file is only read when NWP > 0 in the Model Parameter and Periodic Boundary Condition File.

The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s) in bold face type. Blank lines are only to enhance readability. Loops indicate multiple lines of input. Definitions of each variable are provided via hot links.

AGRID

NumOfNodes

NAttr

for i = 1 to NAttr
AttrName(i)
Units(i)
ValuesPerNode(i)
DefaultAttrVal(i,k), k = 1, ValuesPerNode(i)
end i loop

for i = 1 to NAttr
AttrName(i)
NumNodesNotDefaultVal(i)
for j = 1 to NumNodesNotDefaultVal(i)
n, (AttrVal(n,k), k = 1, ValuesPerNode(i))
end j loop
end i loop



Notes about attribute names and data used in this file:

primitive_weighting_in_continuity_equation - Tau0

Description: Same as existing TAU0.
Requirement: Required, but not necessarily in the fort.13 file as there is a choice of specification methods. Can be specified in the Model Parameter and Periodic Boundary Condition File as a positive constant, in which case it is spatially uniform; or a negative constant, in which case it is spatially varying according to a hardcoded scheme based on depth. Can also be specified as a nodal attribute in the Nodal Attributes File (fort.13), in which case any value specified in the Model Parameter and Periodic Boundary Condition File is ignored (nodal attributes take precedence).
Units: Unitless. (Units for nodal attributes are specified by the user).
Values: Suggested range specified in description of TAU0.

surface_submergence_state - StartDry

Description: This attribute can force a node to be categorized as dry at the start of the simulation, even if it is below the geoid. This is important for simulating places like New Orleans that are below sea level but are not underwater.
Requirement: Optional.
Units: Unitless.
Values: If set to 1, the node is categorized as dry at the cold start of the simulation. If set to zero, the node is categorized as wet or dry depending on whether its depth is below or above the geoid.

quadratic_friction_coefficient_at_sea_floor - Fric

Description: See the description of CF in the Model Parameter and Periodic Boundary Condition File. If the user elects to load this from the fort.13 file, NOLIBF must be set to 1 or the run will terminate.
Requirement: Optional.
Units: Unitless.
Values: Same as CF.

surface_directional_effective_roughness_length - z0Land

Description: A measure of the "roughness" of the land that can impede wind flow and reduce the surface stress that the wind applies. The ocean would be considered very smooth, and skyscrapers would be considered very rough. This attribute is directional, and the twelve values represent the roughness lengths "seen" by winds blowing from twelve different compass directions at each node. The orientation of the twelve values follows the trigonometric convention, that is, zero degrees represents due east, and the values proceed counter clockwise. In other words, the first value at a node is applied to winds blowing from west to east, the second value applies to winds blowing East-Northeast, etc.
Requirement: Optional.
Units: Specified by the user, as is the case for all nodal attributes. The data we use is provided in meters.
Values: Greater than or equal to zero.

surface_canopy_coefficient - VCanopy

Description: This attribute allows the user to turn off wind stress in heavily forested areas that have been flooded, like a swamp. The canopy shields the water from the effect of the wind.
Requirement: Optional.
Units: Unitless.
Values: Zero if the wind stress should be zero because of a canopy. One otherwise.

bridge_pilings_friction_paramenters - BK, BAlpha, BDelX, POAN

Description: Extra friction from bridge pilings. See Note below.
Requirement: Very optional.
Units: Vary, see note below and BK, BALPHA, BDELX and POAN.
Values: Vary, see note below and BK, BALPHA, BDELX and POAN.
Note: Special considerations must be used when designing a grid for an ADCIRC application that includes the effects of bridge pilings. Specifically, it is necessary to build the grid to provide at least three rows of nodes that parallel the bridge span. One row of nodes (centerline nodes) should lie along the approximate centerline of the bridge while the second and third rows of nodes (adjacent nodes) should lie on either side of the centerline nodes in the along steam direction. An initial implementation of obstruction drag in ADCIRC placed this drag entirely at the row of centerline nodes. However, tests showed that this arrangement led to significant oscillations in the numerical solution. The oscillations abated when the obstruction drag was distributed in the along stream direction so that 25 percent was located at each row of adjacent nodes and 50 percent was located at the row of centerline nodes. Node numbers and coefficient values at all nodes on the centerline and two adjacent rows must be entered in this input file. It is not necessary for centerline nodes to correspond to actual piling positions, (i.e., in the cross stream direction), since the overall effect of the pilings on the large scale circulation is all that is being represented. It is important, however, to construct a grid that is as uniform as possible in the vicinity of the bridge.

mannings_n_at_sea_floor - ManningsN

Description: Manning's n. If the user elects to use this nodal attribute, NOLIBF must be set to 1 or the run will terminate. During execution, the Manning's n value specified here is converted to an equivalent quadratic friction coefficient before the bottom stress is calculated. The equivalent quadratic friction coefficient is calculated according to the following formula at each node at each time step: Cd(t)=(g*n^2)/cuberoot(depth[+eta(t)]) where depth is the bathymetric depth and [eta(t)] is the water surface elevation. The addition of the water surface elevation is conditional upon the setting of NOLIFA: eta(t) is treated as zero if NOLIFA is set to zero in the fort.15 file. Finally, the value of CF in the fort.15 is used to set a lower limit on the resulting equivalent quadratic friction coefficient, since the Cd calculated from this formula tends to become small in deep water.
Requirement: Optional.
Units: Specified by user.
Values: Greater than zero.

chezy_friction_coefficient_at_sea_floor - ChezyFric

Description: Chezy friction coefficient. If the user elects to use this nodal attribute, NOLIBF must be set to 1 or the run will terminate.
Requirement: Optional.
Units: Specified by user.
Values: Greater than zero.

sea_surface_height_above_geoid - GeoidOffset

Description: Creates an initial offset of the sea surface from the geoid. If the offset is also specified at the boundaries, it will remain throughout the simulation. This has been used to simulate a steric effect, where water levels are higher in warm seasons because of thermal expansion.
Requirement: Optional.
Units: Specified by the user (length).
Values: Any.

Nodal Attributes that are planned for future implementation:

horizontal_eddy_viscosity ESLM

Description: See description of ESLM in the Model Parameter and Periodic Boundary Condition File.
Requirement: Optional.
Units: Specified by the user. ((length**2)/time).
Values: Greater than or equal to zero.

  Contact:   About Webpage    ADCIRC Listserv   Join ADCIRC Listserv   Request ADCIRC code Updated December 20, 2011