--- Welcome to the official ADCIRCWiki site! The site is currently under construction, with limited information. ---

For general information, see the ADCIRC site, ADCIRC FAQ, or the ADCIRC Wikipedia page. For model documentation not yet available on the wiki, see the ADCIRC site. New content is being continuously added to the ADCIRCWiki, and material from the main ADCIRC site will be gradually transitioned over to the wiki.

NOLIBF: Difference between revisions

From ADCIRCWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''NOLIBF''' is a parameter in the [[fort.15 file]] controlling the type of bottom stress parameterization used in a 2DDI ADCIRC run. This parameter must be specified but is ignored in a 3D run.  
'''NOLIBF''' is a parameter in the [[fort.15 file]] controlling the type of bottom stress parameterization used in a 2DDI ADCIRC run. This parameter must be specified but is ignored in a 3D run.  
= 0
= 1
= 2


== Parameter Summary ==
== Parameter Summary ==
Line 39: Line 31:


For 3D ADCIRC runs, spatially varying bottom friction should be specified using the [[Fort.13_file#Bottom_Roughness|bottom_roughness_length]] [[fort.13 file]] nodal attribute.
For 3D ADCIRC runs, spatially varying bottom friction should be specified using the [[Fort.13_file#Bottom_Roughness|bottom_roughness_length]] [[fort.13 file]] nodal attribute.
== References ==
<references />

Revision as of 14:26, 3 April 2020

NOLIBF is a parameter in the fort.15 file controlling the type of bottom stress parameterization used in a 2DDI ADCIRC run. This parameter must be specified but is ignored in a 3D run.

Parameter Summary

The following table is a summary of possible NOLIBF values, description, details, and other necessary input parameters and files.

NOLIBF Value Description Details Other Required Inputs
0 linear bottom friction law - FFACTOR
1 quadratic bottom friction law - FFACTOR
2 hybrid nonlinear bottom friction law In deep water, the friction coefficient is constant and a quadratic bottom friction law results. In shallow water the friction coefficient increases as the depth decreases (e.g. as in a Manning-type friction law). The friction coefficient is determined as: FFACTOR=FFACTORMIN*[1+(HBREAK/H)**FTHETA]**(FGAMMA/FTHETA) FFACTORMIN, HBREAK, FTHETA, FGAMMA

Usage Notes

In the NWP section, if the user selects quadratic_friction_coefficient_at_sea_floor, mannings_n_at_sea_floor, or chezy_friction_coefficient_at_sea_floor, then NOLIBF must be 1 (nonlinear friction formulation) since all those formulations are nonlinear. If the NOLIBF were anything other than 1, it is an error that will cause ADCIRC to stop.

For 3D ADCIRC runs, spatially varying bottom friction should be specified using the bottom_roughness_length fort.13 file nodal attribute.