<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.adcirc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cblakely</id>
	<title>ADCIRCWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.adcirc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cblakely"/>
	<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/Special:Contributions/Cblakely"/>
	<updated>2026-09-10T10:02:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.1</generator>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=ADCIRC2D%2B&amp;diff=1167</id>
		<title>ADCIRC2D+</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=ADCIRC2D%2B&amp;diff=1167"/>
		<updated>2025-04-13T23:32:51Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;'''⚠ This page is still under development. Content may change or be incomplete.'''&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''ADCIRC2D+''', is a mode which allows for the inclusion of baroclinic (density-driven) effects into the traditionally barotropic (depth-averaged) system. This is achieved by coupling ADCIRC with temperature and salinity fields from a coarser-resolution Ocean General Circulation Model (OGCM), enabling improved representation of long-term sea level dynamics. Description of results using this capability are available in (Pringle et al. 2019)&amp;lt;ref name=&amp;quot;Pringle2019&amp;quot; /&amp;gt; and (Blakely et al. 2024)&amp;lt;ref name=&amp;quot;Blakely2024&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version ==&lt;br /&gt;
{{ADC version|version=56|relation=ge}}&lt;br /&gt;
Some of the capability of '''ADCIRC2D+''' is available in v55; however improvements and modifications were made that are present only in v56 and above.&lt;br /&gt;
&lt;br /&gt;
== Governing Equations ==&lt;br /&gt;
&lt;br /&gt;
ADCIRC2D+ solves a modified form of the shallow water equations using the Generalized Wave Continuity Equation (GWCE). The momentum equation includes baroclinic pressure gradient and [[Internal_Tide_Energy_Conversion|internal wave drag terms]]:&lt;br /&gt;
&amp;lt;math&amp;gt; \frac{\partial \mathbf{U}}{\partial t} + \mathbf{U} \cdot \nabla \mathbf{U} + f \mathbf{k} \times \mathbf{U} = - \nabla\left( \frac{p_s}{\rho_0} + g(\eta - \eta_{EQ} - \eta_{SAL}) \right) - \frac{\text{BPG}}{H} + \frac{\boldsymbol{\tau}_s - \boldsymbol{\tau}_b}{\rho_0 H} - \gamma_D \mathbf{C} \mathbf{U} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*'''BPG''' is the depth-integrated baroclinic pressure gradient&lt;br /&gt;
*'''γ&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;''' is a scaling parameter for internal wave drag&lt;br /&gt;
*'''C''' is the internal wave drag tensor&lt;br /&gt;
&lt;br /&gt;
The baroclinic pressure gradient is computed as:&lt;br /&gt;
&amp;lt;math&amp;gt; \text{BPG} = \frac{g}{\rho_0} \left[ \int_{-h}^{0} \nabla \left( \int_{0}^{z} (\rho - \rho_0) \, dz' \right) dz + \eta \nabla[\eta(\rho_s - \rho_0)] \right] &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The internal tide drag tensor is scaled using a dissipation ratio &amp;lt;math&amp;gt;\gamma_D&amp;lt;/math&amp;gt; defined by:&lt;br /&gt;
&amp;lt;math&amp;gt; \gamma_D = \frac{\text{Diss}_{\text{tidal}}}{\text{Diss}_{\text{total}}} = \frac{\mathbf{U}_{\text{tidal}} \cdot \mathbf{C} \cdot \mathbf{U}_{\text{tidal}}}{\mathbf{U} \cdot \mathbf{C} \cdot \mathbf{U}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tidal velocity is estimated using a lagged 25-hour filter and removing the resultant mean signal from the total velocity. This ensures that dissipation from internal wave drag occurs predominantly at tidal frequencies, preserving tidal fidelity in the coupled model.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;densityControl&amp;lt;/code&amp;gt; Namelist==&lt;br /&gt;
Activating '''ADCIRC2D+''' is accomplished through the use of the &amp;lt;code&amp;gt;densityControl&amp;lt;/code&amp;gt; namelist.This namelist has the following options and defaults (denoted by &amp;lt;code&amp;gt;(D)&amp;lt;/code&amp;gt;)&lt;br /&gt;
*&amp;lt;code&amp;gt;densityRunType&amp;lt;/code&amp;gt; (string)&lt;br /&gt;
::&amp;lt;code&amp;gt;'none' (D)&amp;lt;/code&amp;gt;: By default '''ADCIRC2D+''' is not active. If &amp;lt;code&amp;gt;densityRunType='none'&amp;lt;/code&amp;gt; the rest of the namelist values do not matter.&lt;br /&gt;
::&amp;lt;code&amp;gt;'prognostic'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'diagnostic'&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;densityFileName&amp;lt;/code&amp;gt; (string): The name of the file from which pre-computed baroclinic pressure gradients and stratification information are read.&lt;br /&gt;
*&amp;lt;code&amp;gt;densityTimeIterator&amp;lt;/code&amp;gt; (integer): The stride used when reading in &amp;lt;code&amp;gt;densityFileName&amp;lt;/code&amp;gt;. For example, if &amp;lt;code&amp;gt;densityFileName&amp;lt;/code&amp;gt; contains data at hourly timesteps and &amp;lt;code&amp;gt;densityTimeIterator=2&amp;lt;/code&amp;gt; then data will be read in every two hours.&lt;br /&gt;
*&amp;lt;code&amp;gt;densityForcingType&amp;lt;/code&amp;gt; (string)&lt;br /&gt;
::&amp;lt;code&amp;gt;'SigmaT'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'Salinity'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'Temperature'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'SalinityTemperature'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'Baroclinicgradients'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'BaroclinicgradientsDispersion'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'Buoyancyfrequencies'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'BCForcingOnADCIRCGrid'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;'BuoyancyFrequenciesOnGrid'&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within the ADCIRC code, the various settings of these namelist parameters is internally translated to an IDEN value which determines the baroclinic terms in the shallow water equations to include.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Blakely2024&amp;quot;&amp;gt;Blakely, C. P., Wirasaet, D., Cerrone, A. R., Pringle, W. J., Zaron, E. D., Brus, S. R., Seroka, G. N., Moghimi, S., Myers, E. P., &amp;amp; Westerink, J. J. (2024). ''Dissipation Scaled Internal Wave Drag in a Global Heterogeneously Coupled Internal/External Mode Total Water Level Model''. ''Journal of Advances in Modeling Earth Systems'', 16, e2024MS004502. https://doi.org/10.1029/2024MS004502&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pringle2019&amp;quot;&amp;gt;Pringle, W. J., Gonzalez-Lopez, J., Joyce, B. R., Westerink, J. J., van der Westhuysen, A. J. (2019). ''Baroclinic Coupling Improves Depth-Integrated Modeling of Coastal Sea Level Variations Around Puerto Rico and the U.S. Virgin Islands''. ''Journal of Geophysical Research: Oceans'', 124, 2196-2217. https://doi.org/10.1029/2018JC014682&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=ADCIRC2D%2B&amp;diff=1166</id>
		<title>ADCIRC2D+</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=ADCIRC2D%2B&amp;diff=1166"/>
		<updated>2025-04-13T23:18:27Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;'''⚠ This page is still under development. Content may change or be incomplete.'''&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''ADCIRC2D+''', is a mode which allows for the inclusion of baroclinic (density-driven) effects into the traditionally barotropic (depth-averaged) system. This is achieved by coupling ADCIRC with temperature and salinity fields from a coarser-resolution Ocean General Circulation Model (OGCM), enabling improved representation of long-term sea level dynamics. Description of results using this capability are available in (Pringle et al. 2019)&amp;lt;ref name=&amp;quot;Pringle2019&amp;quot; /&amp;gt; and (Blakely et al. 2024)&amp;lt;ref name=&amp;quot;Blakely2024&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version ==&lt;br /&gt;
{{ADC version|version=56|relation=ge}}&lt;br /&gt;
Some of the capability of '''ADCIRC2D+''' is available in v55; however improvements and modifications were made that are present only in v56 and above.&lt;br /&gt;
&lt;br /&gt;
== Governing Equations ==&lt;br /&gt;
&lt;br /&gt;
ADCIRC2D+ solves a modified form of the shallow water equations using the Generalized Wave Continuity Equation (GWCE). The momentum equation includes baroclinic pressure gradient and [[Internal_Tide_Energy_Conversion|internal wave drag terms]]:&lt;br /&gt;
&amp;lt;math&amp;gt; \frac{\partial \mathbf{U}}{\partial t} + \mathbf{U} \cdot \nabla \mathbf{U} + f \mathbf{k} \times \mathbf{U} = - \nabla\left( \frac{p_s}{\rho_0} + g(\eta - \eta_{EQ} - \eta_{SAL}) \right) - \frac{\text{BPG}}{H} + \frac{\boldsymbol{\tau}_s - \boldsymbol{\tau}_b}{\rho_0 H} - \gamma_D \mathbf{C} \mathbf{U} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*'''BPG''' is the depth-integrated baroclinic pressure gradient&lt;br /&gt;
*'''γ&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;''' is a scaling parameter for internal wave drag&lt;br /&gt;
*'''C''' is the internal wave drag tensor&lt;br /&gt;
&lt;br /&gt;
The baroclinic pressure gradient is computed as:&lt;br /&gt;
&amp;lt;math&amp;gt; \text{BPG} = \frac{g}{\rho_0} \left[ \int_{-h}^{0} \nabla \left( \int_{0}^{z} (\rho - \rho_0) \, dz' \right) dz + \eta \nabla[\eta(\rho_s - \rho_0)] \right] &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The internal tide drag tensor is scaled using a dissipation ratio &amp;lt;math&amp;gt;\gamma_D&amp;lt;/math&amp;gt; defined by:&lt;br /&gt;
&amp;lt;math&amp;gt; \gamma_D = \frac{\text{Diss}_{\text{tidal}}}{\text{Diss}_{\text{total}}} = \frac{\mathbf{U}_{\text{tidal}} \cdot \mathbf{C} \cdot \mathbf{U}_{\text{tidal}}}{\mathbf{U} \cdot \mathbf{C} \cdot \mathbf{U}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tidal velocity is estimated using a lagged 25-hour filter and removing the resultant mean signal from the total velocity. This ensures that dissipation from internal wave drag occurs predominantly at tidal frequencies, preserving tidal fidelity in the coupled model.&lt;br /&gt;
&lt;br /&gt;
==Density Control Namelist==&lt;br /&gt;
Activating '''ADCIRC2D+''' is accomplished through the use of the &amp;lt;code&amp;gt;densityControl&amp;lt;/code&amp;gt; namelist.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Blakely2024&amp;quot;&amp;gt;Blakely, C. P., Wirasaet, D., Cerrone, A. R., Pringle, W. J., Zaron, E. D., Brus, S. R., Seroka, G. N., Moghimi, S., Myers, E. P., &amp;amp; Westerink, J. J. (2024). ''Dissipation Scaled Internal Wave Drag in a Global Heterogeneously Coupled Internal/External Mode Total Water Level Model''. ''Journal of Advances in Modeling Earth Systems'', 16, e2024MS004502. https://doi.org/10.1029/2024MS004502&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pringle2019&amp;quot;&amp;gt;Pringle, W. J., Gonzalez-Lopez, J., Joyce, B. R., Westerink, J. J., van der Westhuysen, A. J. (2019). ''Baroclinic Coupling Improves Depth-Integrated Modeling of Coastal Sea Level Variations Around Puerto Rico and the U.S. Virgin Islands''. ''Journal of Geophysical Research: Oceans'', 124, 2196-2217. https://doi.org/10.1029/2018JC014682&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=ADCIRC2D%2B&amp;diff=1165</id>
		<title>ADCIRC2D+</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=ADCIRC2D%2B&amp;diff=1165"/>
		<updated>2025-04-13T23:14:41Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: Created page with &amp;quot;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;'''⚠ This page is still under development. Content may change or be incomplete.'''&amp;lt;/font&amp;gt;  '''ADCIRC2D+''', is a mode which allows for the inclusion of baroclinic (density-driven) effects into the traditionally barotropic (depth-averaged) system. This is achieved by coupling ADCIRC with temperature and salinity fields from a coarser-resolution Ocean General Circulation Model (OGCM), enabling improved representation of long-term sea level dynamics. Des...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;'''⚠ This page is still under development. Content may change or be incomplete.'''&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''ADCIRC2D+''', is a mode which allows for the inclusion of baroclinic (density-driven) effects into the traditionally barotropic (depth-averaged) system. This is achieved by coupling ADCIRC with temperature and salinity fields from a coarser-resolution Ocean General Circulation Model (OGCM), enabling improved representation of long-term sea level dynamics. Description of results using this capability are available in (Pringle et al. 2019)&amp;lt;ref name=&amp;quot;Pringle2019&amp;quot; /&amp;gt; and (Blakely et al. 2024)&amp;lt;ref name=&amp;quot;Blakely2024&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Version ==&lt;br /&gt;
{{ADC version|version=56|relation=ge}}&lt;br /&gt;
Some of the capability of '''ADCIRC2D+''' is available in v55; however improvements and modifications were made that are present only in v56 and above.&lt;br /&gt;
&lt;br /&gt;
== Governing Equations ==&lt;br /&gt;
&lt;br /&gt;
ADCIRC2D+ solves a modified form of the shallow water equations using the Generalized Wave Continuity Equation (GWCE). The momentum equation includes baroclinic and internal tide drag terms:&lt;br /&gt;
&amp;lt;math&amp;gt; \frac{\partial \mathbf{U}}{\partial t} + \mathbf{U} \cdot \nabla \mathbf{U} + f \mathbf{k} \times \mathbf{U} = - \nabla\left( \frac{p_s}{\rho_0} + g(\eta - \eta_{EQ} - \eta_{SAL}) \right) - \frac{\text{BPG}}{H} + \frac{\boldsymbol{\tau}_s - \boldsymbol{\tau}_b}{\rho_0 H} - \gamma_D \mathbf{C} \mathbf{U} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
&lt;br /&gt;
*'''BPG''' is the depth-integrated baroclinic pressure gradient&lt;br /&gt;
*'''γ&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;''' is a scaling parameter for internal wave drag&lt;br /&gt;
*'''C''' is the internal wave drag tensor&lt;br /&gt;
&lt;br /&gt;
The baroclinic pressure gradient is computed as:&lt;br /&gt;
&amp;lt;math&amp;gt; \text{BPG} = \frac{g}{\rho_0} \left[ \int_{-h}^{0} \nabla \left( \int_{0}^{z} (\rho - \rho_0) \, dz' \right) dz + \eta \nabla[\eta(\rho_s - \rho_0)] \right] &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The internal tide drag tensor is scaled using a dissipation ratio &amp;lt;math&amp;gt;\gamma_D&amp;lt;/math&amp;gt; defined by:&lt;br /&gt;
&amp;lt;math&amp;gt; \gamma_D = \frac{\text{Diss}_{\text{tidal}}}{\text{Diss}_{\text{total}}} = \frac{\mathbf{U}_{\text{tidal}} \cdot \mathbf{C} \cdot \mathbf{U}_{\text{tidal}}}{\mathbf{U} \cdot \mathbf{C} \cdot \mathbf{U}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tidal velocity is estimated using a lagged 25-hour filter and removing the resultant mean signal from the total velocity. This ensures that dissipation from internal wave drag occurs predominantly at tidal frequencies, preserving tidal fidelity in the coupled model.&lt;br /&gt;
&lt;br /&gt;
==Density Control Namelist==&lt;br /&gt;
Activating '''ADCIRC2D+''' is accomplished through the use of the &amp;lt;code&amp;gt;densityControl&amp;lt;/code&amp;gt; namelist.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Blakely2024&amp;quot;&amp;gt;Blakely, C. P., Wirasaet, D., Cerrone, A. R., Pringle, W. J., Zaron, E. D., Brus, S. R., Seroka, G. N., Moghimi, S., Myers, E. P., &amp;amp; Westerink, J. J. (2024). ''Dissipation Scaled Internal Wave Drag in a Global Heterogeneously Coupled Internal/External Mode Total Water Level Model''. ''Journal of Advances in Modeling Earth Systems'', 16, e2024MS004502. https://doi.org/10.1029/2024MS004502&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pringle2019&amp;quot;&amp;gt;Pringle, W. J., Gonzalez-Lopez, J., Joyce, B. R., Westerink, J. J., van der Westhuysen, A. J. (2019). ''Baroclinic Coupling Improves Depth-Integrated Modeling of Coastal Sea Level Variations Around Puerto Rico and the U.S. Virgin Islands''. ''Journal of Geophysical Research: Oceans'', 124, 2196-2217. https://doi.org/10.1029/2018JC014682&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1164</id>
		<title>Fort.15 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1164"/>
		<updated>2025-04-13T23:12:48Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure of the [[fort.15 file]] is shown below. Each line of input data is represented by a line containing the input variable name(s). Inputs in the [[fort.15 file]] must be entered in the exact order shown on this page. '''Blank lines and headings are only to enhance readability.''' Loops indicate multiple lines of input. &amp;lt;br/&amp;gt;&lt;br /&gt;
==Main Controls==&lt;br /&gt;
===Metadata and Logging===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNDES]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 1, 32 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNID]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 2, 24 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NFOVER]]'''&amp;lt;/code&amp;gt; - non-fatal error override option&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NABOUT]]'''&amp;lt;/code&amp;gt; - verbosity of run log output, &amp;lt;code&amp;gt;= -1&amp;lt;/code&amp;gt; is debug mode, higher is less output, up to &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; for errors only&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NSCREEN]]'''&amp;lt;/code&amp;gt; - directs log messages to the screen (&amp;lt;code&amp;gt;&amp;gt; 0&amp;lt;/code&amp;gt;), the adcirc.log file (&amp;lt;code&amp;gt;&amp;lt; 0&amp;lt;/code&amp;gt;), or disables them (&amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Comments&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Type&lt;br /&gt;
! Required?&lt;br /&gt;
! Description&lt;br /&gt;
! Values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNDES&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;32 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run description&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNID&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;24 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run identification&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NFOVER]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Non-fatal error override option &lt;br /&gt;
| 0 or 1&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NABOUT]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging level &lt;br /&gt;
| -1, 0, 1, 2, or 3&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NSCREEN]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging output destination&lt;br /&gt;
| -1, 0, or 1&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Numerics &amp;amp; Physics===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IHOT]]'''&amp;lt;/code&amp;gt; - whether to read a hotstart file&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ICS]]&amp;lt;/code&amp;gt;''' - coordinate projection to run in&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IM]]&amp;lt;/code&amp;gt;''' - model run mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IDEN]]&amp;lt;/code&amp;gt;''' - density forcing mode, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 20, 21, 30, 31&amp;lt;/code&amp;gt;, or if &amp;lt;code&amp;gt;IM&amp;lt;/code&amp;gt;'s last 6-digit entry is &amp;gt; 4 (e.g., &amp;lt;code&amp;gt;51311&amp;lt;b&amp;gt;5&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;).&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIBF]]&amp;lt;/code&amp;gt;''' - bottom stress parameterization mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIFA]]&amp;lt;/code&amp;gt;''' - finite amplitude term and wetting/drying mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICA]]&amp;lt;/code&amp;gt;''' - advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICAT]]&amp;lt;/code&amp;gt;''' - time-derivative advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''' - number of [[nodal attribute]]s&amp;lt;br/&amp;gt;&lt;br /&gt;
''for j=1 to &amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
: '''&amp;lt;code&amp;gt;[[AttrName(j)]]&amp;lt;/code&amp;gt;''' - nodal attributes to use, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NWP]] &amp;gt; 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
''end j loop''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NCOR]]&amp;lt;/code&amp;gt;''' - Coriolis control, spatially constant if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, varies with latitude if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NTIP]]&amp;lt;/code&amp;gt;''' - tidal potential forcing control, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;NWS&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[NWS#Value_Seen_in_fort.15_File|NWS]]&amp;lt;/code&amp;gt;''' - meteorological, wave, and ice forcing control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NRAMP]]&amp;lt;/code&amp;gt;''' - forcing ramping control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[G]]&amp;lt;/code&amp;gt;''' - acceleration due to gravity&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;''' - affects numerical diffusion/stability of governing equations&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[Tau0FullDomainMin]] [[Tau0FullDomainMax]]&amp;lt;/code&amp;gt;''' - limits on &amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;''&amp;lt;code&amp;gt;TAU0 = -5.0&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[DTDP]]&amp;lt;/code&amp;gt;''' - model time step (seconds) and predictor-corrector control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[STATIM]]&amp;lt;/code&amp;gt;''' - shifts numeric value of starting simulation time (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;REFTIM&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[REFTIM]]&amp;lt;/code&amp;gt;''' - shifts reference time (days) for tidal harmonic analysis&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;WTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;RSTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;CICE_TIMINC&amp;quot;/&amp;gt;'''[[Supplemental_Meteorological/Wave/Ice_Parameters|Meteorological controls including &amp;lt;code&amp;gt;WTIMINC, RSTIMINC&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line:&amp;lt;/span&amp;gt;'' for most cases of &amp;lt;code&amp;gt;NWS ≠ 0&amp;lt;/code&amp;gt;, see linked page for details.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RNDAY]]&amp;lt;/code&amp;gt;''' - end time of simulation (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
'''[[Ramping|Ramping controls including &amp;lt;code&amp;gt;DRAMP, FluxSettlingTime&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NRAMP &amp;gt; 0&amp;lt;/code&amp;gt;, see linked page for details&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[A00 B00 C00]]&amp;lt;/code&amp;gt;''' - time weighting factors in GWCE&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt;''' - minimum depth, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 0&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[VELMIN]]&amp;lt;/code&amp;gt;''' - alternate minimum depth controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[SLAM0]] [[SFEA0]]&amp;lt;/code&amp;gt;''' - longitude and latitude for center of CPP coordinate projection&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU]]&amp;lt;/code&amp;gt;''' - linear bottom friction coefficient, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 0&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt;''' - quadratic bottom friction coefficient or limit, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[HBREAK]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FTHETA]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FGAMMA]]&amp;lt;/code&amp;gt;''' - alternate quadratic bottom friction controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt;''' - horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[ESLC]]&amp;lt;/code&amp;gt;''' - alternate horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 10&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CORI]]&amp;lt;/code&amp;gt;''' - constant Coriolis coefficient, ''&amp;lt;span style=&amp;quot;background:mistyRose&amp;quot;&amp;gt;only used if&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NCOR=0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Body Forcing===&lt;br /&gt;
[[NTIF]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NTIF]]&lt;br /&gt;
: [[TIPOTAG(k)]]&lt;br /&gt;
: [[TPK(k)]], [[AMIGT(k)]], [[ETRF(k)]], [[FFT(k)]], [[FACET(k)]]&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Elevations===&lt;br /&gt;
[[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[BOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[AMIG(k)]], [[FF(k)]], [[FACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NETA]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[EMO(k,j), EFA(k,j)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Velocities===&lt;br /&gt;
[[ANGINN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NFFR]] - include this line only if [[IBTYPE]] = 2, 12, 22, 32 or 52 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FBOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FAMIGT(k),FFF(k),FFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NVEL]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]] - use this line if [[IBTYPE]] = 2, 12, 22 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]], [[ENAM(k,j), ENPH(k,j)]] - use this line if [[IBTYPE]] = 32 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Model Output===&lt;br /&gt;
[[NOUTE]], [[TOUTSE]], [[TOUTFE]], [[NSPOOLE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEL(k), YEL(k)]] - use these lines if [[NSTAE]] is positive.  If negative, stations are listed in the [[elev_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTV]], [[TOUTSV]], [[TOUTFV]], [[NSPOOLV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEV(k), YEV(k)]] - use these lines if [[NSTAV]] is positive.  If negative, stations are listed in the [[vel_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTC]], [[TOUTSC]], [[TOUTFC]], [[NSPOOLC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEC(k), YEC(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTM]], [[TOUTSM]], [[TOUTFM]], [[NSPOOLM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEM(k), YEM(k)]] - use these lines if [[NSTAM]] is positive.  If negative, stations are listed in the [[met_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGE]], [[TOUTSGE]], [[TOUTFGE]], [[NSPOOLGE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGV]], [[TOUTSGV]], [[TOUTFGV]], [[NSPOOLGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGC]], [[TOUTSGC]], [[TOUTFGC]], [[NSPOOLGC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGW]], [[TOUTSGW]], [[TOUTFGW]], [[NSPOOLGW]] - include this line only if NWS is not equal to zero.&lt;br /&gt;
&lt;br /&gt;
====Harmonic Analysis====&lt;br /&gt;
[[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[NAMEFR(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[HAFREQ(k), HAFF(k), HAFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THAS]], [[THAF]], [[NHAINC]], [[FMV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NHASE]], [[NHASV]], [[NHAGE]], [[NHAGV]]&lt;br /&gt;
&lt;br /&gt;
====Hotstart Output and Numeric Controls====&lt;br /&gt;
[[NHSTAR]], [[NHSINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ITITER]], [[ISLDIA]], [[CONVCR]], [[ITMAX]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''For a 2DDI ADCIRC run that does not use netCDF nor namelists, the file ends here. For those controls, see further below in the [[#NetCDF Controls|NetCDF Controls]] and [[#Namelists|Namelists]] sections.''&lt;br /&gt;
&lt;br /&gt;
==3D Model Run==&lt;br /&gt;
[[IDEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ISLIP]], [[KP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Z0S,Z0B]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP1,ALP2,ALP3]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IGC]], [[NFEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IGC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[SIGMA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IEVC]], [[EVMIN]], [[EVCON]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IEVC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[EVTOT(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THETA1, THETA2]](include this line only if [[IEVC]] = 50 or 51)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSD,TO3DSDS,TO3DSDF,NSPO3DSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSV,TO3DSVS,TO3DSVF,NSPO3DSV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DST,TO3DSTS,TO3DSTF,NSPO3DST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGD]],[[TO3DGDS]],[[TO3DGDF]],[[NSPO3DGD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGV]],[[TO3DGVS]],[[TO3DGVF]],[[NSPO3DGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGT]],[[TO3DGTS]],[[TO3DGTF]],[[NSPO3DGT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RES_BC_FLAG]], [[BCFLAG_LNM]], [[BCFLAG_TEMP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] is negative.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 2.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3 or 4 and [[BCFLAG_TEMP]] is not equal to 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]], [[TTBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in only if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SPONGEDIST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[EQNSTATE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following lines will be read in only if [[IDEN]] is &amp;gt; 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLSD, NVSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLTD, NVTD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP4]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in only if [[IDEN]] = 3 or 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NTF]]&lt;br /&gt;
&lt;br /&gt;
==NetCDF Controls==&lt;br /&gt;
The following lines will be read in only if the NetCDF output or hotstart format is chosen&amp;lt;br/&amp;gt;&lt;br /&gt;
NCPROJ&amp;lt;br/&amp;gt;&lt;br /&gt;
NCINST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCSOUR&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHIST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCREF&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCOM&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHOST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONV&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONT&amp;lt;br/&amp;gt;&lt;br /&gt;
NCDATE&lt;br /&gt;
&lt;br /&gt;
==Namelists==&lt;br /&gt;
The following Fortran namelist lines are optional, but if they appear, they must appear at the very end of the fort.15 file. Namelist entries can have blank lines between them, and individual entries in a given namelist can be on separate lines in addition to being comma-delimited. Each namelist is terminated by a slash. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[AliDispersionControl]] CAliDisp=logicalValue, Cs=floatValue, Ad=floatValue, Bd=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[ADCIRC2D+#Density_Control_Namelist|densityControl]] densityRunType='stringValue', densityFileName='stringValue', densityTimeIterator=integerValue, densityForcingType='stringValue' /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Dynamic_water_level_correction#Controlling_Water_Level_Correction|dynamicWaterLevelCorrectionControl]] dynamicWaterLevelCorrectionFileName='stringValue', dynamicWaterLevelCorrectionMultiplier=floatValue, dynamicWaterLevelCorrectionRampStart=floatValue, dynamicWaterLevelCorrectionRampEnd=floatValue, dynamicWaterLevelCorrectionRampReferenceTime='stringValue', dynamicWaterLevelCorrectionSkipSnaps=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Horizontal_eddy_viscosity#Smagorinsky_Eddy_Viscosity|Smag_Control]] SMAG_LOWER_LIM=floatValue, SMAG_UPPER_LIM=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;inundationOutputControl inundationOutput=logicalValue0, inunThresh =floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;metControl WindDragLimit=floatValue, DragLawString='stringValue', rhoAir=floatValue, outputWindDrag=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;subdomainModeling subdomainOn=logicalValue/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;SWANOutputControl SWAN_OutputHS=logicalValue, SWAN_OutputDIR=logicalValue, SWAN_OutputTM01=logicalValue, SWAN_OutputTPS=logicalValue, SWAN_OutputWIND=logicalValue, SWAN_OutputTM02=logicalValue, SWAN_OutputTMM10=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;timeBathyControl NDDT=integerValue, BTIMINC=floatValue, BCHGTIMINC=floatValue, invertedBarometerOnElevationBoundary=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;TVWControl use_TVW=logicalValue, TVW_file='stringValue', nout_TVW =integerValue, touts_TVW =floatValue, toutf_TVW=floatValue, nspool_TVW =integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;WarnElevControl WarnElev=floatValue, ErrorElev=floatValue, WarnElevDump=logicalValue, WarnElevDumpLimit=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;waveCoupling WindWaveMultiplier=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;wetDryControl outputNodeCode=logicalValue, outputNOFF=logicalValue, noffActive=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:input files]]&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1163</id>
		<title>Fort.15 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1163"/>
		<updated>2025-04-13T22:38:06Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure of the [[fort.15 file]] is shown below. Each line of input data is represented by a line containing the input variable name(s). Inputs in the [[fort.15 file]] must be entered in the exact order shown on this page. '''Blank lines and headings are only to enhance readability.''' Loops indicate multiple lines of input. &amp;lt;br/&amp;gt;&lt;br /&gt;
==Main Controls==&lt;br /&gt;
===Metadata and Logging===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNDES]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 1, 32 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNID]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 2, 24 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NFOVER]]'''&amp;lt;/code&amp;gt; - non-fatal error override option&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NABOUT]]'''&amp;lt;/code&amp;gt; - verbosity of run log output, &amp;lt;code&amp;gt;= -1&amp;lt;/code&amp;gt; is debug mode, higher is less output, up to &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; for errors only&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NSCREEN]]'''&amp;lt;/code&amp;gt; - directs log messages to the screen (&amp;lt;code&amp;gt;&amp;gt; 0&amp;lt;/code&amp;gt;), the adcirc.log file (&amp;lt;code&amp;gt;&amp;lt; 0&amp;lt;/code&amp;gt;), or disables them (&amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Comments&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Type&lt;br /&gt;
! Required?&lt;br /&gt;
! Description&lt;br /&gt;
! Values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNDES&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;32 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run description&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNID&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;24 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run identification&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NFOVER]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Non-fatal error override option &lt;br /&gt;
| 0 or 1&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NABOUT]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging level &lt;br /&gt;
| -1, 0, 1, 2, or 3&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NSCREEN]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging output destination&lt;br /&gt;
| -1, 0, or 1&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Numerics &amp;amp; Physics===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IHOT]]'''&amp;lt;/code&amp;gt; - whether to read a hotstart file&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ICS]]&amp;lt;/code&amp;gt;''' - coordinate projection to run in&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IM]]&amp;lt;/code&amp;gt;''' - model run mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IDEN]]&amp;lt;/code&amp;gt;''' - density forcing mode, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 20, 21, 30, 31&amp;lt;/code&amp;gt;, or if &amp;lt;code&amp;gt;IM&amp;lt;/code&amp;gt;'s last 6-digit entry is &amp;gt; 4 (e.g., &amp;lt;code&amp;gt;51311&amp;lt;b&amp;gt;5&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;).&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIBF]]&amp;lt;/code&amp;gt;''' - bottom stress parameterization mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIFA]]&amp;lt;/code&amp;gt;''' - finite amplitude term and wetting/drying mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICA]]&amp;lt;/code&amp;gt;''' - advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICAT]]&amp;lt;/code&amp;gt;''' - time-derivative advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''' - number of [[nodal attribute]]s&amp;lt;br/&amp;gt;&lt;br /&gt;
''for j=1 to &amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
: '''&amp;lt;code&amp;gt;[[AttrName(j)]]&amp;lt;/code&amp;gt;''' - nodal attributes to use, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NWP]] &amp;gt; 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
''end j loop''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NCOR]]&amp;lt;/code&amp;gt;''' - Coriolis control, spatially constant if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, varies with latitude if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NTIP]]&amp;lt;/code&amp;gt;''' - tidal potential forcing control, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;NWS&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[NWS#Value_Seen_in_fort.15_File|NWS]]&amp;lt;/code&amp;gt;''' - meteorological, wave, and ice forcing control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NRAMP]]&amp;lt;/code&amp;gt;''' - forcing ramping control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[G]]&amp;lt;/code&amp;gt;''' - acceleration due to gravity&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;''' - affects numerical diffusion/stability of governing equations&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[Tau0FullDomainMin]] [[Tau0FullDomainMax]]&amp;lt;/code&amp;gt;''' - limits on &amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;''&amp;lt;code&amp;gt;TAU0 = -5.0&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[DTDP]]&amp;lt;/code&amp;gt;''' - model time step (seconds) and predictor-corrector control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[STATIM]]&amp;lt;/code&amp;gt;''' - shifts numeric value of starting simulation time (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;REFTIM&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[REFTIM]]&amp;lt;/code&amp;gt;''' - shifts reference time (days) for tidal harmonic analysis&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;WTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;RSTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;CICE_TIMINC&amp;quot;/&amp;gt;'''[[Supplemental_Meteorological/Wave/Ice_Parameters|Meteorological controls including &amp;lt;code&amp;gt;WTIMINC, RSTIMINC&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line:&amp;lt;/span&amp;gt;'' for most cases of &amp;lt;code&amp;gt;NWS ≠ 0&amp;lt;/code&amp;gt;, see linked page for details.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RNDAY]]&amp;lt;/code&amp;gt;''' - end time of simulation (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
'''[[Ramping|Ramping controls including &amp;lt;code&amp;gt;DRAMP, FluxSettlingTime&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NRAMP &amp;gt; 0&amp;lt;/code&amp;gt;, see linked page for details&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[A00 B00 C00]]&amp;lt;/code&amp;gt;''' - time weighting factors in GWCE&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt;''' - minimum depth, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 0&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[VELMIN]]&amp;lt;/code&amp;gt;''' - alternate minimum depth controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[SLAM0]] [[SFEA0]]&amp;lt;/code&amp;gt;''' - longitude and latitude for center of CPP coordinate projection&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU]]&amp;lt;/code&amp;gt;''' - linear bottom friction coefficient, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 0&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt;''' - quadratic bottom friction coefficient or limit, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[HBREAK]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FTHETA]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FGAMMA]]&amp;lt;/code&amp;gt;''' - alternate quadratic bottom friction controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt;''' - horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[ESLC]]&amp;lt;/code&amp;gt;''' - alternate horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 10&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CORI]]&amp;lt;/code&amp;gt;''' - constant Coriolis coefficient, ''&amp;lt;span style=&amp;quot;background:mistyRose&amp;quot;&amp;gt;only used if&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NCOR=0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Body Forcing===&lt;br /&gt;
[[NTIF]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NTIF]]&lt;br /&gt;
: [[TIPOTAG(k)]]&lt;br /&gt;
: [[TPK(k)]], [[AMIGT(k)]], [[ETRF(k)]], [[FFT(k)]], [[FACET(k)]]&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Elevations===&lt;br /&gt;
[[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[BOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[AMIG(k)]], [[FF(k)]], [[FACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NETA]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[EMO(k,j), EFA(k,j)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Velocities===&lt;br /&gt;
[[ANGINN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NFFR]] - include this line only if [[IBTYPE]] = 2, 12, 22, 32 or 52 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FBOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FAMIGT(k),FFF(k),FFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NVEL]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]] - use this line if [[IBTYPE]] = 2, 12, 22 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]], [[ENAM(k,j), ENPH(k,j)]] - use this line if [[IBTYPE]] = 32 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Model Output===&lt;br /&gt;
[[NOUTE]], [[TOUTSE]], [[TOUTFE]], [[NSPOOLE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEL(k), YEL(k)]] - use these lines if [[NSTAE]] is positive.  If negative, stations are listed in the [[elev_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTV]], [[TOUTSV]], [[TOUTFV]], [[NSPOOLV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEV(k), YEV(k)]] - use these lines if [[NSTAV]] is positive.  If negative, stations are listed in the [[vel_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTC]], [[TOUTSC]], [[TOUTFC]], [[NSPOOLC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEC(k), YEC(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTM]], [[TOUTSM]], [[TOUTFM]], [[NSPOOLM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEM(k), YEM(k)]] - use these lines if [[NSTAM]] is positive.  If negative, stations are listed in the [[met_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGE]], [[TOUTSGE]], [[TOUTFGE]], [[NSPOOLGE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGV]], [[TOUTSGV]], [[TOUTFGV]], [[NSPOOLGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGC]], [[TOUTSGC]], [[TOUTFGC]], [[NSPOOLGC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGW]], [[TOUTSGW]], [[TOUTFGW]], [[NSPOOLGW]] - include this line only if NWS is not equal to zero.&lt;br /&gt;
&lt;br /&gt;
====Harmonic Analysis====&lt;br /&gt;
[[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[NAMEFR(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[HAFREQ(k), HAFF(k), HAFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THAS]], [[THAF]], [[NHAINC]], [[FMV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NHASE]], [[NHASV]], [[NHAGE]], [[NHAGV]]&lt;br /&gt;
&lt;br /&gt;
====Hotstart Output and Numeric Controls====&lt;br /&gt;
[[NHSTAR]], [[NHSINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ITITER]], [[ISLDIA]], [[CONVCR]], [[ITMAX]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''For a 2DDI ADCIRC run that does not use netCDF nor namelists, the file ends here. For those controls, see further below in the [[#NetCDF Controls|NetCDF Controls]] and [[#Namelists|Namelists]] sections.''&lt;br /&gt;
&lt;br /&gt;
==3D Model Run==&lt;br /&gt;
[[IDEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ISLIP]], [[KP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Z0S,Z0B]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP1,ALP2,ALP3]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IGC]], [[NFEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IGC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[SIGMA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IEVC]], [[EVMIN]], [[EVCON]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IEVC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[EVTOT(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THETA1, THETA2]](include this line only if [[IEVC]] = 50 or 51)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSD,TO3DSDS,TO3DSDF,NSPO3DSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSV,TO3DSVS,TO3DSVF,NSPO3DSV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DST,TO3DSTS,TO3DSTF,NSPO3DST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGD]],[[TO3DGDS]],[[TO3DGDF]],[[NSPO3DGD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGV]],[[TO3DGVS]],[[TO3DGVF]],[[NSPO3DGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGT]],[[TO3DGTS]],[[TO3DGTF]],[[NSPO3DGT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RES_BC_FLAG]], [[BCFLAG_LNM]], [[BCFLAG_TEMP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] is negative.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 2.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3 or 4 and [[BCFLAG_TEMP]] is not equal to 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]], [[TTBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in only if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SPONGEDIST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[EQNSTATE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following lines will be read in only if [[IDEN]] is &amp;gt; 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLSD, NVSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLTD, NVTD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP4]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in only if [[IDEN]] = 3 or 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NTF]]&lt;br /&gt;
&lt;br /&gt;
==NetCDF Controls==&lt;br /&gt;
The following lines will be read in only if the NetCDF output or hotstart format is chosen&amp;lt;br/&amp;gt;&lt;br /&gt;
NCPROJ&amp;lt;br/&amp;gt;&lt;br /&gt;
NCINST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCSOUR&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHIST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCREF&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCOM&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHOST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONV&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONT&amp;lt;br/&amp;gt;&lt;br /&gt;
NCDATE&lt;br /&gt;
&lt;br /&gt;
==Namelists==&lt;br /&gt;
The following Fortran namelist lines are optional, but if they appear, they must appear at the very end of the fort.15 file. Namelist entries can have blank lines between them, and individual entries in a given namelist can be on separate lines in addition to being comma-delimited. Each namelist is terminated by a slash. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[AliDispersionControl]] CAliDisp=logicalValue, Cs=floatValue, Ad=floatValue, Bd=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[ADCIRC2D+|densityControl]] densityRunType='stringValue', densityFileName='stringValue', densityTimeIterator=integerValue, densityForcingType='stringValue' /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Dynamic_water_level_correction#Controlling_Water_Level_Correction|dynamicWaterLevelCorrectionControl]] dynamicWaterLevelCorrectionFileName='stringValue', dynamicWaterLevelCorrectionMultiplier=floatValue, dynamicWaterLevelCorrectionRampStart=floatValue, dynamicWaterLevelCorrectionRampEnd=floatValue, dynamicWaterLevelCorrectionRampReferenceTime='stringValue', dynamicWaterLevelCorrectionSkipSnaps=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Horizontal_eddy_viscosity#Smagorinsky_Eddy_Viscosity|Smag_Control]] SMAG_LOWER_LIM=floatValue, SMAG_UPPER_LIM=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;inundationOutputControl inundationOutput=logicalValue0, inunThresh =floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;metControl WindDragLimit=floatValue, DragLawString='stringValue', rhoAir=floatValue, outputWindDrag=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;subdomainModeling subdomainOn=logicalValue/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;SWANOutputControl SWAN_OutputHS=logicalValue, SWAN_OutputDIR=logicalValue, SWAN_OutputTM01=logicalValue, SWAN_OutputTPS=logicalValue, SWAN_OutputWIND=logicalValue, SWAN_OutputTM02=logicalValue, SWAN_OutputTMM10=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;timeBathyControl NDDT=integerValue, BTIMINC=floatValue, BCHGTIMINC=floatValue, invertedBarometerOnElevationBoundary=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;TVWControl use_TVW=logicalValue, TVW_file='stringValue', nout_TVW =integerValue, touts_TVW =floatValue, toutf_TVW=floatValue, nspool_TVW =integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;WarnElevControl WarnElev=floatValue, ErrorElev=floatValue, WarnElevDump=logicalValue, WarnElevDumpLimit=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;waveCoupling WindWaveMultiplier=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;wetDryControl outputNodeCode=logicalValue, outputNOFF=logicalValue, noffActive=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:input files]]&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1162</id>
		<title>Fort.15 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1162"/>
		<updated>2025-04-13T22:35:37Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure of the [[fort.15 file]] is shown below. Each line of input data is represented by a line containing the input variable name(s). Inputs in the [[fort.15 file]] must be entered in the exact order shown on this page. '''Blank lines and headings are only to enhance readability.''' Loops indicate multiple lines of input. &amp;lt;br/&amp;gt;&lt;br /&gt;
==Main Controls==&lt;br /&gt;
===Metadata and Logging===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNDES]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 1, 32 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNID]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 2, 24 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NFOVER]]'''&amp;lt;/code&amp;gt; - non-fatal error override option&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NABOUT]]'''&amp;lt;/code&amp;gt; - verbosity of run log output, &amp;lt;code&amp;gt;= -1&amp;lt;/code&amp;gt; is debug mode, higher is less output, up to &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; for errors only&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NSCREEN]]'''&amp;lt;/code&amp;gt; - directs log messages to the screen (&amp;lt;code&amp;gt;&amp;gt; 0&amp;lt;/code&amp;gt;), the adcirc.log file (&amp;lt;code&amp;gt;&amp;lt; 0&amp;lt;/code&amp;gt;), or disables them (&amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Comments&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Type&lt;br /&gt;
! Required?&lt;br /&gt;
! Description&lt;br /&gt;
! Values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNDES&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;32 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run description&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNID&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;24 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run identification&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NFOVER]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Non-fatal error override option &lt;br /&gt;
| 0 or 1&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NABOUT]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging level &lt;br /&gt;
| -1, 0, 1, 2, or 3&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NSCREEN]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging output destination&lt;br /&gt;
| -1, 0, or 1&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Numerics &amp;amp; Physics===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IHOT]]'''&amp;lt;/code&amp;gt; - whether to read a hotstart file&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ICS]]&amp;lt;/code&amp;gt;''' - coordinate projection to run in&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IM]]&amp;lt;/code&amp;gt;''' - model run mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IDEN]]&amp;lt;/code&amp;gt;''' - density forcing mode, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 20, 21, 30, 31&amp;lt;/code&amp;gt;, or if &amp;lt;code&amp;gt;IM&amp;lt;/code&amp;gt;'s last 6-digit entry is &amp;gt; 4 (e.g., &amp;lt;code&amp;gt;51311&amp;lt;b&amp;gt;5&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;).&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIBF]]&amp;lt;/code&amp;gt;''' - bottom stress parameterization mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIFA]]&amp;lt;/code&amp;gt;''' - finite amplitude term and wetting/drying mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICA]]&amp;lt;/code&amp;gt;''' - advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICAT]]&amp;lt;/code&amp;gt;''' - time-derivative advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''' - number of [[nodal attribute]]s&amp;lt;br/&amp;gt;&lt;br /&gt;
''for j=1 to &amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
: '''&amp;lt;code&amp;gt;[[AttrName(j)]]&amp;lt;/code&amp;gt;''' - nodal attributes to use, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NWP]] &amp;gt; 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
''end j loop''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NCOR]]&amp;lt;/code&amp;gt;''' - Coriolis control, spatially constant if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, varies with latitude if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NTIP]]&amp;lt;/code&amp;gt;''' - tidal potential forcing control, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;NWS&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[NWS#Value_Seen_in_fort.15_File|NWS]]&amp;lt;/code&amp;gt;''' - meteorological, wave, and ice forcing control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NRAMP]]&amp;lt;/code&amp;gt;''' - forcing ramping control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[G]]&amp;lt;/code&amp;gt;''' - acceleration due to gravity&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;''' - affects numerical diffusion/stability of governing equations&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[Tau0FullDomainMin]] [[Tau0FullDomainMax]]&amp;lt;/code&amp;gt;''' - limits on &amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;''&amp;lt;code&amp;gt;TAU0 = -5.0&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[DTDP]]&amp;lt;/code&amp;gt;''' - model time step (seconds) and predictor-corrector control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[STATIM]]&amp;lt;/code&amp;gt;''' - shifts numeric value of starting simulation time (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;REFTIM&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[REFTIM]]&amp;lt;/code&amp;gt;''' - shifts reference time (days) for tidal harmonic analysis&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;WTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;RSTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;CICE_TIMINC&amp;quot;/&amp;gt;'''[[Supplemental_Meteorological/Wave/Ice_Parameters|Meteorological controls including &amp;lt;code&amp;gt;WTIMINC, RSTIMINC&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line:&amp;lt;/span&amp;gt;'' for most cases of &amp;lt;code&amp;gt;NWS ≠ 0&amp;lt;/code&amp;gt;, see linked page for details.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RNDAY]]&amp;lt;/code&amp;gt;''' - end time of simulation (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
'''[[Ramping|Ramping controls including &amp;lt;code&amp;gt;DRAMP, FluxSettlingTime&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NRAMP &amp;gt; 0&amp;lt;/code&amp;gt;, see linked page for details&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[A00 B00 C00]]&amp;lt;/code&amp;gt;''' - time weighting factors in GWCE&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt;''' - minimum depth, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 0&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[VELMIN]]&amp;lt;/code&amp;gt;''' - alternate minimum depth controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[SLAM0]] [[SFEA0]]&amp;lt;/code&amp;gt;''' - longitude and latitude for center of CPP coordinate projection&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU]]&amp;lt;/code&amp;gt;''' - linear bottom friction coefficient, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 0&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt;''' - quadratic bottom friction coefficient or limit, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[HBREAK]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FTHETA]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FGAMMA]]&amp;lt;/code&amp;gt;''' - alternate quadratic bottom friction controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt;''' - horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[ESLC]]&amp;lt;/code&amp;gt;''' - alternate horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 10&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CORI]]&amp;lt;/code&amp;gt;''' - constant Coriolis coefficient, ''&amp;lt;span style=&amp;quot;background:mistyRose&amp;quot;&amp;gt;only used if&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NCOR=0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Body Forcing===&lt;br /&gt;
[[NTIF]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NTIF]]&lt;br /&gt;
: [[TIPOTAG(k)]]&lt;br /&gt;
: [[TPK(k)]], [[AMIGT(k)]], [[ETRF(k)]], [[FFT(k)]], [[FACET(k)]]&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Elevations===&lt;br /&gt;
[[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[BOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[AMIG(k)]], [[FF(k)]], [[FACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NETA]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[EMO(k,j), EFA(k,j)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Velocities===&lt;br /&gt;
[[ANGINN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NFFR]] - include this line only if [[IBTYPE]] = 2, 12, 22, 32 or 52 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FBOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FAMIGT(k),FFF(k),FFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NVEL]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]] - use this line if [[IBTYPE]] = 2, 12, 22 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]], [[ENAM(k,j), ENPH(k,j)]] - use this line if [[IBTYPE]] = 32 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Model Output===&lt;br /&gt;
[[NOUTE]], [[TOUTSE]], [[TOUTFE]], [[NSPOOLE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEL(k), YEL(k)]] - use these lines if [[NSTAE]] is positive.  If negative, stations are listed in the [[elev_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTV]], [[TOUTSV]], [[TOUTFV]], [[NSPOOLV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEV(k), YEV(k)]] - use these lines if [[NSTAV]] is positive.  If negative, stations are listed in the [[vel_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTC]], [[TOUTSC]], [[TOUTFC]], [[NSPOOLC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEC(k), YEC(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTM]], [[TOUTSM]], [[TOUTFM]], [[NSPOOLM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEM(k), YEM(k)]] - use these lines if [[NSTAM]] is positive.  If negative, stations are listed in the [[met_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGE]], [[TOUTSGE]], [[TOUTFGE]], [[NSPOOLGE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGV]], [[TOUTSGV]], [[TOUTFGV]], [[NSPOOLGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGC]], [[TOUTSGC]], [[TOUTFGC]], [[NSPOOLGC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGW]], [[TOUTSGW]], [[TOUTFGW]], [[NSPOOLGW]] - include this line only if NWS is not equal to zero.&lt;br /&gt;
&lt;br /&gt;
====Harmonic Analysis====&lt;br /&gt;
[[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[NAMEFR(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[HAFREQ(k), HAFF(k), HAFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THAS]], [[THAF]], [[NHAINC]], [[FMV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NHASE]], [[NHASV]], [[NHAGE]], [[NHAGV]]&lt;br /&gt;
&lt;br /&gt;
====Hotstart Output and Numeric Controls====&lt;br /&gt;
[[NHSTAR]], [[NHSINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ITITER]], [[ISLDIA]], [[CONVCR]], [[ITMAX]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''For a 2DDI ADCIRC run that does not use netCDF nor namelists, the file ends here. For those controls, see further below in the [[#NetCDF Controls|NetCDF Controls]] and [[#Namelists|Namelists]] sections.''&lt;br /&gt;
&lt;br /&gt;
==3D Model Run==&lt;br /&gt;
[[IDEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ISLIP]], [[KP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Z0S,Z0B]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP1,ALP2,ALP3]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IGC]], [[NFEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IGC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[SIGMA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IEVC]], [[EVMIN]], [[EVCON]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IEVC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[EVTOT(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THETA1, THETA2]](include this line only if [[IEVC]] = 50 or 51)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSD,TO3DSDS,TO3DSDF,NSPO3DSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSV,TO3DSVS,TO3DSVF,NSPO3DSV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DST,TO3DSTS,TO3DSTF,NSPO3DST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGD]],[[TO3DGDS]],[[TO3DGDF]],[[NSPO3DGD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGV]],[[TO3DGVS]],[[TO3DGVF]],[[NSPO3DGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGT]],[[TO3DGTS]],[[TO3DGTF]],[[NSPO3DGT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RES_BC_FLAG]], [[BCFLAG_LNM]], [[BCFLAG_TEMP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] is negative.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 2.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3 or 4 and [[BCFLAG_TEMP]] is not equal to 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]], [[TTBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in only if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SPONGEDIST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[EQNSTATE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following lines will be read in only if [[IDEN]] is &amp;gt; 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLSD, NVSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLTD, NVTD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP4]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in only if [[IDEN]] = 3 or 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NTF]]&lt;br /&gt;
&lt;br /&gt;
==NetCDF Controls==&lt;br /&gt;
The following lines will be read in only if the NetCDF output or hotstart format is chosen&amp;lt;br/&amp;gt;&lt;br /&gt;
NCPROJ&amp;lt;br/&amp;gt;&lt;br /&gt;
NCINST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCSOUR&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHIST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCREF&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCOM&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHOST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONV&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONT&amp;lt;br/&amp;gt;&lt;br /&gt;
NCDATE&lt;br /&gt;
&lt;br /&gt;
==Namelists==&lt;br /&gt;
The following Fortran namelist lines are optional, but if they appear, they must appear at the very end of the fort.15 file. Namelist entries can have blank lines between them, and individual entries in a given namelist can be on separate lines in addition to being comma-delimited. Each namelist is terminated by a slash. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[AliDispersionControl]] CAliDisp=logicalValue, Cs=floatValue, Ad=floatValue, Bd=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[ADCIRC2D_plus|densityControl]] densityRunType='stringValue', densityFileName='stringValue', densityTimeIterator=integerValue, densityForcingType='stringValue' /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Dynamic_water_level_correction#Controlling_Water_Level_Correction|dynamicWaterLevelCorrectionControl]] dynamicWaterLevelCorrectionFileName='stringValue', dynamicWaterLevelCorrectionMultiplier=floatValue, dynamicWaterLevelCorrectionRampStart=floatValue, dynamicWaterLevelCorrectionRampEnd=floatValue, dynamicWaterLevelCorrectionRampReferenceTime='stringValue', dynamicWaterLevelCorrectionSkipSnaps=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Horizontal_eddy_viscosity#Smagorinsky_Eddy_Viscosity|Smag_Control]] SMAG_LOWER_LIM=floatValue, SMAG_UPPER_LIM=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;inundationOutputControl inundationOutput=logicalValue0, inunThresh =floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;metControl WindDragLimit=floatValue, DragLawString='stringValue', rhoAir=floatValue, outputWindDrag=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;subdomainModeling subdomainOn=logicalValue/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;SWANOutputControl SWAN_OutputHS=logicalValue, SWAN_OutputDIR=logicalValue, SWAN_OutputTM01=logicalValue, SWAN_OutputTPS=logicalValue, SWAN_OutputWIND=logicalValue, SWAN_OutputTM02=logicalValue, SWAN_OutputTMM10=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;timeBathyControl NDDT=integerValue, BTIMINC=floatValue, BCHGTIMINC=floatValue, invertedBarometerOnElevationBoundary=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;TVWControl use_TVW=logicalValue, TVW_file='stringValue', nout_TVW =integerValue, touts_TVW =floatValue, toutf_TVW=floatValue, nspool_TVW =integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;WarnElevControl WarnElev=floatValue, ErrorElev=floatValue, WarnElevDump=logicalValue, WarnElevDumpLimit=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;waveCoupling WindWaveMultiplier=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;wetDryControl outputNodeCode=logicalValue, outputNOFF=logicalValue, noffActive=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:input files]]&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1161</id>
		<title>Fort.15 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.15_file_format&amp;diff=1161"/>
		<updated>2025-04-13T22:28:51Z</updated>

		<summary type="html">&lt;p&gt;Cblakely: Adding densityControl namelist to list of namelists.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure of the [[fort.15 file]] is shown below. Each line of input data is represented by a line containing the input variable name(s). Inputs in the [[fort.15 file]] must be entered in the exact order shown on this page. '''Blank lines and headings are only to enhance readability.''' Loops indicate multiple lines of input. &amp;lt;br/&amp;gt;&lt;br /&gt;
==Main Controls==&lt;br /&gt;
===Metadata and Logging===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNDES]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 1, 32 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RUNID]]'''&amp;lt;/code&amp;gt; - alphanumeric run description 2, 24 characters or less&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NFOVER]]'''&amp;lt;/code&amp;gt; - non-fatal error override option&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NABOUT]]'''&amp;lt;/code&amp;gt; - verbosity of run log output, &amp;lt;code&amp;gt;= -1&amp;lt;/code&amp;gt; is debug mode, higher is less output, up to &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; for errors only&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NSCREEN]]'''&amp;lt;/code&amp;gt; - directs log messages to the screen (&amp;lt;code&amp;gt;&amp;gt; 0&amp;lt;/code&amp;gt;), the adcirc.log file (&amp;lt;code&amp;gt;&amp;lt; 0&amp;lt;/code&amp;gt;), or disables them (&amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Comments&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter&lt;br /&gt;
! Type&lt;br /&gt;
! Required?&lt;br /&gt;
! Description&lt;br /&gt;
! Values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNDES&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;32 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run description&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;RUNID&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;math&amp;gt;\leq&amp;lt;/math&amp;gt;24 character string&lt;br /&gt;
| Always&lt;br /&gt;
| Run identification&lt;br /&gt;
| Any alpha-numeric &lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NFOVER]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Non-fatal error override option &lt;br /&gt;
| 0 or 1&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NABOUT]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging level &lt;br /&gt;
| -1, 0, 1, 2, or 3&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;[[NSCREEN]]&amp;lt;/code&amp;gt;&lt;br /&gt;
| integer&lt;br /&gt;
| Always&lt;br /&gt;
| Logging output destination&lt;br /&gt;
| -1, 0, or 1&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Numerics &amp;amp; Physics===&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IHOT]]'''&amp;lt;/code&amp;gt; - whether to read a hotstart file&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ICS]]&amp;lt;/code&amp;gt;''' - coordinate projection to run in&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IM]]&amp;lt;/code&amp;gt;''' - model run mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[IDEN]]&amp;lt;/code&amp;gt;''' - density forcing mode, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 20, 21, 30, 31&amp;lt;/code&amp;gt;, or if &amp;lt;code&amp;gt;IM&amp;lt;/code&amp;gt;'s last 6-digit entry is &amp;gt; 4 (e.g., &amp;lt;code&amp;gt;51311&amp;lt;b&amp;gt;5&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;).&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIBF]]&amp;lt;/code&amp;gt;''' - bottom stress parameterization mode&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLIFA]]&amp;lt;/code&amp;gt;''' - finite amplitude term and wetting/drying mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICA]]&amp;lt;/code&amp;gt;''' - advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NOLICAT]]&amp;lt;/code&amp;gt;''' - time-derivative advection term mode, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, on if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''' - number of [[nodal attribute]]s&amp;lt;br/&amp;gt;&lt;br /&gt;
''for j=1 to &amp;lt;code&amp;gt;[[NWP]]&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
: '''&amp;lt;code&amp;gt;[[AttrName(j)]]&amp;lt;/code&amp;gt;''' - nodal attributes to use, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NWP]] &amp;gt; 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
''end j loop''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NCOR]]&amp;lt;/code&amp;gt;''' - Coriolis control, spatially constant if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;, varies with latitude if &amp;lt;code&amp;gt;= 1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NTIP]]&amp;lt;/code&amp;gt;''' - tidal potential forcing control, off if &amp;lt;code&amp;gt;= 0&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;NWS&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[NWS#Value_Seen_in_fort.15_File|NWS]]&amp;lt;/code&amp;gt;''' - meteorological, wave, and ice forcing control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NRAMP]]&amp;lt;/code&amp;gt;''' - forcing ramping control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[G]]&amp;lt;/code&amp;gt;''' - acceleration due to gravity&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;''' - affects numerical diffusion/stability of governing equations&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[Tau0FullDomainMin]] [[Tau0FullDomainMax]]&amp;lt;/code&amp;gt;''' - limits on &amp;lt;code&amp;gt;[[TAU0]]&amp;lt;/code&amp;gt;, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;''&amp;lt;code&amp;gt;TAU0 = -5.0&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[DTDP]]&amp;lt;/code&amp;gt;''' - model time step (seconds) and predictor-corrector control&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[STATIM]]&amp;lt;/code&amp;gt;''' - shifts numeric value of starting simulation time (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;REFTIM&amp;quot;/&amp;gt;'''&amp;lt;code&amp;gt;[[REFTIM]]&amp;lt;/code&amp;gt;''' - shifts reference time (days) for tidal harmonic analysis&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;WTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;RSTIMINC&amp;quot;/&amp;gt;&amp;lt;span id=&amp;quot;CICE_TIMINC&amp;quot;/&amp;gt;'''[[Supplemental_Meteorological/Wave/Ice_Parameters|Meteorological controls including &amp;lt;code&amp;gt;WTIMINC, RSTIMINC&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line:&amp;lt;/span&amp;gt;'' for most cases of &amp;lt;code&amp;gt;NWS ≠ 0&amp;lt;/code&amp;gt;, see linked page for details.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[RNDAY]]&amp;lt;/code&amp;gt;''' - end time of simulation (days)&amp;lt;br/&amp;gt;&lt;br /&gt;
'''[[Ramping|Ramping controls including &amp;lt;code&amp;gt;DRAMP, FluxSettlingTime&amp;lt;/code&amp;gt;]]''' - ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NRAMP &amp;gt; 0&amp;lt;/code&amp;gt;, see linked page for details&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[A00 B00 C00]]&amp;lt;/code&amp;gt;''' - time weighting factors in GWCE&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt;''' - minimum depth, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 0&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[H0]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;INTEGER&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[VELMIN]]&amp;lt;/code&amp;gt;''' - alternate minimum depth controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIFA]] = 2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[SLAM0]] [[SFEA0]]&amp;lt;/code&amp;gt;''' - longitude and latitude for center of CPP coordinate projection&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[TAU]]&amp;lt;/code&amp;gt;''' - linear bottom friction coefficient, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 0&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt;''' - quadratic bottom friction coefficient or limit, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 1&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CF]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[HBREAK]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FTHETA]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[FGAMMA]]&amp;lt;/code&amp;gt;''' - alternate quadratic bottom friction controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[NOLIBF]] = 2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt;''' - horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[ESLM]]&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;[[ESLC]]&amp;lt;/code&amp;gt;''' - alternate horizontal eddy viscosity controls, ''&amp;lt;span style=&amp;quot;background:blanchedalmond&amp;quot;&amp;gt;include this line only if:&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;[[IM]] = 10&amp;lt;/code&amp;gt;''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[CORI]]&amp;lt;/code&amp;gt;''' - constant Coriolis coefficient, ''&amp;lt;span style=&amp;quot;background:mistyRose&amp;quot;&amp;gt;only used if&amp;lt;/span&amp;gt;'' &amp;lt;code&amp;gt;NCOR=0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Body Forcing===&lt;br /&gt;
[[NTIF]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NTIF]]&lt;br /&gt;
: [[TIPOTAG(k)]]&lt;br /&gt;
: [[TPK(k)]], [[AMIGT(k)]], [[ETRF(k)]], [[FFT(k)]], [[FACET(k)]]&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Elevations===&lt;br /&gt;
[[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[BOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[AMIG(k)]], [[FF(k)]], [[FACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NBFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NETA]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[EMO(k,j), EFA(k,j)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Periodic (Tidal) Boundary Velocities===&lt;br /&gt;
[[ANGINN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NFFR]] - include this line only if [[IBTYPE]] = 2, 12, 22, 32 or 52 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FBOUNTAG(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[FAMIGT(k),FFF(k),FFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFFR]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[ALPHA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: for j=1 to [[NVEL]]&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]] - use this line if [[IBTYPE]] = 2, 12, 22 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:: [[QNAM(k,j), QNPH(k,j)]], [[ENAM(k,j), ENPH(k,j)]] - use this line if [[IBTYPE]] = 32 in the Grid and Boundary Information File&amp;lt;br/&amp;gt;&lt;br /&gt;
:end j loop&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Model Output===&lt;br /&gt;
[[NOUTE]], [[TOUTSE]], [[TOUTFE]], [[NSPOOLE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEL(k), YEL(k)]] - use these lines if [[NSTAE]] is positive.  If negative, stations are listed in the [[elev_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTV]], [[TOUTSV]], [[TOUTFV]], [[NSPOOLV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEV(k), YEV(k)]] - use these lines if [[NSTAV]] is positive.  If negative, stations are listed in the [[vel_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTC]], [[TOUTSC]], [[TOUTFC]], [[NSPOOLC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEC(k), YEC(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTM]], [[TOUTSM]], [[TOUTFM]], [[NSPOOLM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTAM]] - include this line only if NWS is not equal to zero.&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTAM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[XEM(k), YEM(k)]] - use these lines if [[NSTAM]] is positive.  If negative, stations are listed in the [[met_stat.151]] file&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGE]], [[TOUTSGE]], [[TOUTFGE]], [[NSPOOLGE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGV]], [[TOUTSGV]], [[TOUTFGV]], [[NSPOOLGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGC]], [[TOUTSGC]], [[TOUTFGC]], [[NSPOOLGC]] - include this line only if IM =10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NOUTGW]], [[TOUTSGW]], [[TOUTFGW]], [[NSPOOLGW]] - include this line only if NWS is not equal to zero.&lt;br /&gt;
&lt;br /&gt;
====Harmonic Analysis====&lt;br /&gt;
[[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFREQ]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[NAMEFR(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[HAFREQ(k), HAFF(k), HAFACE(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THAS]], [[THAF]], [[NHAINC]], [[FMV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NHASE]], [[NHASV]], [[NHAGE]], [[NHAGV]]&lt;br /&gt;
&lt;br /&gt;
====Hotstart Output and Numeric Controls====&lt;br /&gt;
[[NHSTAR]], [[NHSINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ITITER]], [[ISLDIA]], [[CONVCR]], [[ITMAX]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''For a 2DDI ADCIRC run that does not use netCDF nor namelists, the file ends here. For those controls, see further below in the [[#NetCDF Controls|NetCDF Controls]] and [[#Namelists|Namelists]] sections.''&lt;br /&gt;
&lt;br /&gt;
==3D Model Run==&lt;br /&gt;
[[IDEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ISLIP]], [[KP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Z0S,Z0B]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP1,ALP2,ALP3]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IGC]], [[NFEN]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IGC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[SIGMA(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[IEVC]], [[EVMIN]], [[EVCON]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NFEN]] (include this loop only if [[IEVC]] = 0, k=1 at bottom, k= [[NFEN]] at surface)&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[EVTOT(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[THETA1, THETA2]](include this line only if [[IEVC]] = 50 or 51)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSD,TO3DSDS,TO3DSDF,NSPO3DSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DSV,TO3DSVS,TO3DSVF,NSPO3DSV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DST,TO3DSTS,TO3DSTF,NSPO3DST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
for k=1 to [[NSTA3DT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
: [[X3DS(k), Y3DS(k)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
end k loop&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGD]],[[TO3DGDS]],[[TO3DGDF]],[[NSPO3DGD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGV]],[[TO3DGVS]],[[TO3DGVF]],[[NSPO3DGV]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[I3DGT]],[[TO3DGTS]],[[TO3DGTF]],[[NSPO3DGT]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RES_BC_FLAG]], [[BCFLAG_LNM]], [[BCFLAG_TEMP]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] is negative.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 2.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[RBCTIMEINC]], [[SBCTIMEINC]], [[TBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[BCSTATIM]], [[SBCSTATIM]], [[TBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in if [[RES_BC_FLAG]] = 3 or 4 and [[BCFLAG_TEMP]] is not equal to 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]], [[TTBCSTATIM]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TTBCTIMEINC]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following two lines will be read in only if [[IM]] is 21 or 31.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SPONGEDIST]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[EQNSTATE]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following lines will be read in only if [[IDEN]] is &amp;gt; 0.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLSD, NVSD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NLTD, NVTD]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ALP4]]&amp;lt;br/&amp;gt;&lt;br /&gt;
The following line will be read in only if [[IDEN]] = 3 or 4.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NTF]]&lt;br /&gt;
&lt;br /&gt;
==NetCDF Controls==&lt;br /&gt;
The following lines will be read in only if the NetCDF output or hotstart format is chosen&amp;lt;br/&amp;gt;&lt;br /&gt;
NCPROJ&amp;lt;br/&amp;gt;&lt;br /&gt;
NCINST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCSOUR&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHIST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCREF&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCOM&amp;lt;br/&amp;gt;&lt;br /&gt;
NCHOST&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONV&amp;lt;br/&amp;gt;&lt;br /&gt;
NCCONT&amp;lt;br/&amp;gt;&lt;br /&gt;
NCDATE&lt;br /&gt;
&lt;br /&gt;
==Namelists==&lt;br /&gt;
The following Fortran namelist lines are optional, but if they appear, they must appear at the very end of the fort.15 file. Namelist entries can have blank lines between them, and individual entries in a given namelist can be on separate lines in addition to being comma-delimited. Each namelist is terminated by a slash. &amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[AliDispersionControl]] CAliDisp=logicalValue, Cs=floatValue, Ad=floatValue, Bd=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[densityControl]] densityRunType='stringValue', densityFileName='stringValue', densityTimeIterator=integerValue, densityForcingType='stringValue' /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Dynamic_water_level_correction#Controlling_Water_Level_Correction|dynamicWaterLevelCorrectionControl]] dynamicWaterLevelCorrectionFileName='stringValue', dynamicWaterLevelCorrectionMultiplier=floatValue, dynamicWaterLevelCorrectionRampStart=floatValue, dynamicWaterLevelCorrectionRampEnd=floatValue, dynamicWaterLevelCorrectionRampReferenceTime='stringValue', dynamicWaterLevelCorrectionSkipSnaps=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;[[Horizontal_eddy_viscosity#Smagorinsky_Eddy_Viscosity|Smag_Control]] SMAG_LOWER_LIM=floatValue, SMAG_UPPER_LIM=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;inundationOutputControl inundationOutput=logicalValue0, inunThresh =floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;metControl WindDragLimit=floatValue, DragLawString='stringValue', rhoAir=floatValue, outputWindDrag=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;subdomainModeling subdomainOn=logicalValue/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;SWANOutputControl SWAN_OutputHS=logicalValue, SWAN_OutputDIR=logicalValue, SWAN_OutputTM01=logicalValue, SWAN_OutputTPS=logicalValue, SWAN_OutputWIND=logicalValue, SWAN_OutputTM02=logicalValue, SWAN_OutputTMM10=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;timeBathyControl NDDT=integerValue, BTIMINC=floatValue, BCHGTIMINC=floatValue, invertedBarometerOnElevationBoundary=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;TVWControl use_TVW=logicalValue, TVW_file='stringValue', nout_TVW =integerValue, touts_TVW =floatValue, toutf_TVW=floatValue, nspool_TVW =integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;WarnElevControl WarnElev=floatValue, ErrorElev=floatValue, WarnElevDump=logicalValue, WarnElevDumpLimit=integerValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;waveCoupling WindWaveMultiplier=floatValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;wetDryControl outputNodeCode=logicalValue, outputNOFF=logicalValue, noffActive=logicalValue /&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:input files]]&lt;/div&gt;</summary>
		<author><name>Cblakely</name></author>
	</entry>
</feed>