<?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=Cfulcher</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=Cfulcher"/>
	<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/Special:Contributions/Cfulcher"/>
	<updated>2026-09-10T10:04:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.1</generator>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.19_file&amp;diff=1125</id>
		<title>Fort.19 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.19_file&amp;diff=1125"/>
		<updated>2022-06-30T13:01:39Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.19 file contains non-periodic, time varying elevation boundary condition file for “elevation specified” boundary nodes. This file is only read when an “elevation specified” boundary condition has been specified in the [[fort.14 file]] ([[NOPE]]&amp;gt;0) and [[NBFR]]=0 in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
[[ETIMINC]]&lt;br /&gt;
&lt;br /&gt;
for k=1,[[NETA]]&lt;br /&gt;
&lt;br /&gt;
: [[ESBIN(k)]]&lt;br /&gt;
&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
&lt;br /&gt;
The first set of elevation values are provided at [[TIME]]=[[STATIM]]. Additional sets of elevation values are provided every [[ETIMINC]].&lt;br /&gt;
&lt;br /&gt;
Enough sets of elevation values must be provided to extend for the entire model run, otherwise the run will crash!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.19_file_format&amp;diff=1124</id>
		<title>Fort.19 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.19_file_format&amp;diff=1124"/>
		<updated>2022-06-30T13:01:05Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Changed redirect target from Fort.19 file to Fort.19 file#File Format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.19_file#File_Format]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.10_file_format&amp;diff=1123</id>
		<title>Fort.10 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.10_file_format&amp;diff=1123"/>
		<updated>2022-06-30T13:00:18Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Changed redirect target from Fort.10 file to Fort.10 file#File Format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.10_file#File_Format]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.11_file_format&amp;diff=1122</id>
		<title>Fort.11 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.11_file_format&amp;diff=1122"/>
		<updated>2022-06-30T12:59:51Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Changed redirect target from Fort.11 file to Fort.11 file#File Format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.11_file#File_Format]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.11_file&amp;diff=1121</id>
		<title>Fort.11 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.11_file&amp;diff=1121"/>
		<updated>2022-06-30T12:58:12Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Corrections to heading levels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.11 file is only used for a baroclinic run. Baroclinic 2DDI runs are not yet supported. Baroclinic 3D runs occur if [[IDEN]] is not equal to 0.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
===File structure for a baroclinic 2DDI run===&lt;br /&gt;
&lt;br /&gt;
====IDEN = 1 or -1====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:[[NVP]]&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::[[jki]],[[DASIGT(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====IDEN = 2 or -2====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::'jki,[[DASALT(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
====IDEN = 3 or -3====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::jki,[[DATEMP(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
====IDEN = 4 or -4====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::jki, DATEMP(jki), DASALT(jki)&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
===File structure for a baroclinic 3D run===&lt;br /&gt;
&lt;br /&gt;
====IDEN = 1 or -1====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:[[NVN]], NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[SIGT(NHNN,NVNN)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
====IDEN = 2 or -2====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[SAL(k,j)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
====IDEN = 3 or -3====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[TEMP(k,j)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
====IDEN = 4 or -4====&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, TEMP(k,j),SAL(k,j)&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
'''Note:''' j=1 at bottom, j=NVN at surface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.20_file_format&amp;diff=1120</id>
		<title>Fort.20 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.20_file_format&amp;diff=1120"/>
		<updated>2022-06-28T19:27:41Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Create redirect page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.20_file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.20_file&amp;diff=1119</id>
		<title>Fort.20 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.20_file&amp;diff=1119"/>
		<updated>2022-06-28T19:27:03Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Move file format to this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Non-periodic, normal flow boundary condition file for “specified non-zero normal flow” boundary nodes. This file is only read when a “specified non-zero normal flow” boundary condition has been specified in the Grid and Boundary Information File ([[IBTYPE]] =2, 12 or 22) and [[NFFR]] =0 in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
= File Format =&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. Definitions of each variable are provided via hot links.&lt;br /&gt;
&lt;br /&gt;
FTIMINC&lt;br /&gt;
&lt;br /&gt;
for k=1,NFLBN&lt;br /&gt;
&lt;br /&gt;
: QNIN(k)&lt;br /&gt;
&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
=Notes:=&lt;br /&gt;
&lt;br /&gt;
The first set of normal flow values is provided at TIME=STATIM. Additional sets of normal flow values are provided every FTIMINC&lt;br /&gt;
&lt;br /&gt;
Enough sets of normal flow values must be provided to extend for the entire model run, otherwise the run will crash!&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.19_file_format&amp;diff=1118</id>
		<title>Fort.19 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.19_file_format&amp;diff=1118"/>
		<updated>2022-06-28T19:26:06Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Create redirect page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.19_file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.19_file&amp;diff=1117</id>
		<title>Fort.19 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.19_file&amp;diff=1117"/>
		<updated>2022-06-28T19:25:29Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Move file format to this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.19 file contains non-periodic, time varying elevation boundary condition file for “elevation specified” boundary nodes. This file is only read when an “elevation specified” boundary condition has been specified in the [[fort.14 file]] ([[NOPE]]&amp;gt;0) and [[NBFR]]=0 in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
= File Format =&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
[[ETIMINC]]&lt;br /&gt;
&lt;br /&gt;
for k=1,[[NETA]]&lt;br /&gt;
&lt;br /&gt;
: [[ESBIN(k)]]&lt;br /&gt;
&lt;br /&gt;
end k loop&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
&lt;br /&gt;
The first set of elevation values are provided at [[TIME]]=[[STATIM]]. Additional sets of elevation values are provided every [[ETIMINC]].&lt;br /&gt;
&lt;br /&gt;
Enough sets of elevation values must be provided to extend for the entire model run, otherwise the run will crash!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.11_file_format&amp;diff=1116</id>
		<title>Fort.11 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.11_file_format&amp;diff=1116"/>
		<updated>2022-06-28T19:24:19Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Create redirect page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.11_file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.11_file&amp;diff=1115</id>
		<title>Fort.11 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.11_file&amp;diff=1115"/>
		<updated>2022-06-28T17:55:07Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Move file format to this page, initial format edits to create page sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.11 file is only used for a baroclinic run. Baroclinic 2DDI runs are not yet supported. Baroclinic 3D runs occur if [[IDEN]] is not equal to 0.&lt;br /&gt;
&lt;br /&gt;
= File Format =&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
=File structure for a baroclinic 2DDI run=&lt;br /&gt;
&lt;br /&gt;
==IDEN = 1 or -1==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:[[NVP]]&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::[[jki]],[[DASIGT(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==IDEN = 2 or -2==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::'jki,[[DASALT(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
==IDEN = 3 or -3==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::jki,[[DATEMP(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
==IDEN = 4 or -4==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::jki, DATEMP(jki), DASALT(jki)&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
=File structure for a baroclinic 3D run=&lt;br /&gt;
&lt;br /&gt;
==IDEN = 1 or -1==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:[[NVN]], NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[SIGT(NHNN,NVNN)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
==IDEN = 2 or -2==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[SAL(k,j)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
==IDEN = 3 or -3==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[TEMP(k,j)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
==IDEN = 4 or -4==&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, TEMP(k,j),SAL(k,j)&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
'''Note:''' j=1 at bottom, j=NVN at surface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.11_file&amp;diff=1114</id>
		<title>Fort.11 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.11_file&amp;diff=1114"/>
		<updated>2022-06-28T17:45:11Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Move file format to this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.11 file is only used for a baroclinic run. Baroclinic 2DDI runs are not yet supported. Baroclinic 3D runs occur if [[IDEN]] is not equal to 0.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
=File structure for a baroclinic 2DDI run=&lt;br /&gt;
&lt;br /&gt;
If [[IDEN]] = 1 or -1&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:[[NVP]]&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::[[jki]],[[DASIGT(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If IDEN = 2 or -2&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::'jki,[[DASALT(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
If IDEN = 3 or -3&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::jki,[[DATEMP(jki)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
If IDEN = 4 or -4&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::jki, DATEMP(jki), DASALT(jki)&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
=File structure for a baroclinic 3D run=&lt;br /&gt;
&lt;br /&gt;
If IDEN = 1 or -1&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:[[NVN]], NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[SIGT(NHNN,NVNN)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
If IDEN = 2 or -2&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[SAL(k,j)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
If IDEN = 3 or -3&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, [[TEMP(k,j)]]&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
If IDEN = 4 or -4&lt;br /&gt;
:Header Line 1&lt;br /&gt;
:Header Line 2&lt;br /&gt;
:NVN, NVP&lt;br /&gt;
:for k=1 to NVP&lt;br /&gt;
::for j=1 to NVN&lt;br /&gt;
:::k, j, TEMP(k,j),SAL(k,j)&lt;br /&gt;
::end j loop&lt;br /&gt;
:end k loop&lt;br /&gt;
&lt;br /&gt;
'''Note:''' j=1 at bottom, j=NVN at surface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.10_file_format&amp;diff=1113</id>
		<title>Fort.10 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.10_file_format&amp;diff=1113"/>
		<updated>2022-06-28T17:43:57Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Create redirect page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fort.10_file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1112</id>
		<title>Fort.38 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1112"/>
		<updated>2022-06-24T17:52:22Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Format edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The surface temperature boundary condition input file (fort.38) is read in when the [[RES_BC_FLAG]] is set to -3, 3, -4, or 4 in the [[fort.15 file]] (i.e., when a lateral temperature boundary condition is being used) and its format depends on the [[BCFLAG_TEMP]] parameter in the [[fort.15 file]], which controls the surface heat flux parameterization in ADCIRC.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
&lt;br /&gt;
The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of input.&lt;br /&gt;
&lt;br /&gt;
==='''&amp;lt;code&amp;gt;BCFLAG_TEMP=1'''&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
''for i=1 to [[numberOfDataSets]]''&lt;br /&gt;
&lt;br /&gt;
: ''for k=1 to [[NP]]''&lt;br /&gt;
&lt;br /&gt;
:: '''&amp;lt;code&amp;gt;k'''&amp;lt;/code&amp;gt;, '''&amp;lt;code&amp;gt;[[q_heat(k)]]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: ''end k loop''&lt;br /&gt;
&lt;br /&gt;
: ''end i loop''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''&amp;lt;code&amp;gt;BCFLAG_TEMP=2'''&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
''for i=1 to [[numberOfDataSets]]''&lt;br /&gt;
&lt;br /&gt;
:: ('''&amp;lt;code&amp;gt;K'''&amp;lt;/code&amp;gt;, ('''&amp;lt;code&amp;gt;TMP(K,J)'''&amp;lt;/code&amp;gt;, J=1,6),K=1,[[NP]])&lt;br /&gt;
&lt;br /&gt;
''end i loop''&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
==='''&amp;lt;code&amp;gt;BCFLAG_TEMP=3'''&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
''for i=1 to [[numberOfDataSets]]''&lt;br /&gt;
&lt;br /&gt;
:: ('''&amp;lt;code&amp;gt;K'''&amp;lt;/code&amp;gt;, ('''&amp;lt;code&amp;gt;TMP(K,J)'''&amp;lt;/code&amp;gt;, J=1,4),K=1,[[NP]])&lt;br /&gt;
&lt;br /&gt;
''end i loop''&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
In all the above cases, NP is the number of nodes in the horizontal mesh (i.e., the 2D fulldomain number of nodes). See the [[fort.15 file]] documentation on 3D baroclinic physics (particularly the explanation of various [[BCFLAG_TEMP]] values) for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.10_file&amp;diff=1110</id>
		<title>Fort.10 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.10_file&amp;diff=1110"/>
		<updated>2022-06-24T15:34:36Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Format edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.10 file contains the concentration field needed for passive scalar transport.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
===File structure for a 2DDI run===&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;Header Line 1'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;Header Line 2'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NVP]]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NVP]]&lt;br /&gt;
:: [[jki]],'''&amp;lt;code&amp;gt;[[DACONC(jki)]]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
: end k loop&lt;br /&gt;
&lt;br /&gt;
===File structure for a 3D run===&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;Header Line 1'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;Header Line 2'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;code&amp;gt;[[NVN]]'''&amp;lt;/code&amp;gt;, '''&amp;lt;code&amp;gt;[[NVP]]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NVP]]&lt;br /&gt;
:: for j=1 to [[NVN]]&lt;br /&gt;
::: '''&amp;lt;code&amp;gt;[[NHNN]]'''&amp;lt;/code&amp;gt;,'''&amp;lt;code&amp;gt;[[NVNN]]'''&amp;lt;/code&amp;gt;,'''&amp;lt;code&amp;gt;[[CONC(NHNN,NVNN)]]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
:: end j loop&lt;br /&gt;
: end k loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.10_file&amp;diff=1109</id>
		<title>Fort.10 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.10_file&amp;diff=1109"/>
		<updated>2022-06-24T15:23:37Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Move file format to this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.10 file contains the concentration field needed for passive scalar transport.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s). Blank lines are only to enhance readability. Loops indicate multiple lines of input. &lt;br /&gt;
&lt;br /&gt;
===File structure for a 2DDI run===&lt;br /&gt;
&lt;br /&gt;
Header Line 1&lt;br /&gt;
&lt;br /&gt;
Header Line 2&lt;br /&gt;
&lt;br /&gt;
[[NVP]]&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NVP]]&lt;br /&gt;
:: [[jki]],[[DACONC(jki)]]&lt;br /&gt;
: end k loop&lt;br /&gt;
&lt;br /&gt;
===File structure for a 3D run===&lt;br /&gt;
&lt;br /&gt;
Header Line 1&lt;br /&gt;
&lt;br /&gt;
Header Line 2&lt;br /&gt;
&lt;br /&gt;
[[NVN]], [[NVP]]&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NVP]]&lt;br /&gt;
:: for j=1 to [[NVN]]&lt;br /&gt;
::: [[NHNN]],[[NVNN]],[[CONC(NHNN,NVNN)]]&lt;br /&gt;
:: end j loop&lt;br /&gt;
: end k loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1108</id>
		<title>Fort.38 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1108"/>
		<updated>2022-06-24T14:00:15Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: /* File Format */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The surface temperature boundary condition input file (fort.38) is read in when the [[RES_BC_FLAG]] is set to -3, 3, -4, or 4 in the [[fort.15 file]] (i.e., when a lateral temperature boundary condition is being used) and its format depends on the [[BCFLAG_TEMP]] parameter in the [[fort.15 file]], which controls the surface heat flux parameterization in ADCIRC.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
&lt;br /&gt;
The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of input.&lt;br /&gt;
&lt;br /&gt;
===BCFLAG_TEMP=1===&lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NP]]&lt;br /&gt;
&lt;br /&gt;
:: '''&amp;lt;code&amp;gt;k'''&amp;lt;/code&amp;gt;, '''&amp;lt;code&amp;gt;[[q_heat(k)]]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: end k loop&lt;br /&gt;
&lt;br /&gt;
: end i loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===BCFLAG_TEMP=2===&lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
:: ('''&amp;lt;code&amp;gt;K'''&amp;lt;/code&amp;gt;, ('''&amp;lt;code&amp;gt;TMP(K,J)'''&amp;lt;/code&amp;gt;, J=1,6),K=1,[[NP]])&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
===BCFLAG_TEMP=3===&lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
:: ('''&amp;lt;code&amp;gt;K'''&amp;lt;/code&amp;gt;, ('''&amp;lt;code&amp;gt;TMP(K,J)'''&amp;lt;/code&amp;gt;, J=1,4),K=1,[[NP]])&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
In all the above cases, NP is the number of nodes in the horizontal mesh (i.e., the 2D fulldomain number of nodes). See the [[fort.15 file]] documentation on 3D baroclinic physics (particularly the explanation of various [[BCFLAG_TEMP]] values) for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1107</id>
		<title>Fort.38 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1107"/>
		<updated>2022-06-24T13:40:51Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Move file format to this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The surface temperature boundary condition input file (fort.38) is read in when the [[RES_BC_FLAG]] is set to -3, 3, -4, or 4 in the [[fort.15 file]] (i.e., when a lateral temperature boundary condition is being used) and its format depends on the [[BCFLAG_TEMP]] parameter in the [[fort.15 file]], which controls the surface heat flux parameterization in ADCIRC.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
&lt;br /&gt;
The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of input.&lt;br /&gt;
&lt;br /&gt;
===BCFLAG_TEMP=1===&lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NP]]&lt;br /&gt;
&lt;br /&gt;
:: k, [[q_heat(k)]]&lt;br /&gt;
&lt;br /&gt;
:: end k loop&lt;br /&gt;
&lt;br /&gt;
: end i loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===BCFLAG_TEMP=2===&lt;br /&gt;
&lt;br /&gt;
for i=1 to numberOfDataSets&lt;br /&gt;
&lt;br /&gt;
:: (K, (TMP(K,J), J=1,6),K=1,NP)&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
===BCFLAG_TEMP=3===&lt;br /&gt;
&lt;br /&gt;
for i=1 to numberOfDataSets&lt;br /&gt;
&lt;br /&gt;
:: (K, (TMP(K,J), J=1,4),K=1,NP)&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
In all the above cases, NP is the number of nodes in the horizontal mesh (i.e., the 2D fulldomain number of nodes). See the [[fort.15 file]] documentation on 3D baroclinic physics (particularly the explanation of various [[BCFLAG_TEMP]] values) for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1106</id>
		<title>Fort.38 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=1106"/>
		<updated>2022-06-24T13:04:28Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: /* File Format */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The surface temperature boundary condition input file (fort.38) is read in when the [[RES_BC_FLAG]] is set to -3, 3, -4, or 4 in the [[fort.15 file]] (i.e., when a lateral temperature boundary condition is being used) and its format depends on the [[BCFLAG_TEMP]] parameter in the [[fort.15 file]], which controls the surface heat flux parameterization in ADCIRC.&lt;br /&gt;
&lt;br /&gt;
The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of input.&lt;br /&gt;
&lt;br /&gt;
==BCFLAG_TEMP=1== &lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NP]]&lt;br /&gt;
&lt;br /&gt;
:: k, [[q_heat(k)]]&lt;br /&gt;
&lt;br /&gt;
:: end k loop&lt;br /&gt;
&lt;br /&gt;
: end i loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==BCFLAG_TEMP=2== &lt;br /&gt;
&lt;br /&gt;
for i=1 to numberOfDataSets&lt;br /&gt;
&lt;br /&gt;
:: (K, (TMP(K,J), J=1,6),K=1,NP)&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
==BCFLAG_TEMP=3==&lt;br /&gt;
&lt;br /&gt;
for i=1 to numberOfDataSets&lt;br /&gt;
&lt;br /&gt;
:: (K, (TMP(K,J), J=1,4),K=1,NP)&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
In all the above cases, NP is the number of nodes in the horizontal mesh (i.e., the 2D fulldomain number of nodes). See the [[fort.15 file]] documentation on 3D baroclinic physics (particularly the explanation of various [[BCFLAG_TEMP]] values) for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Getting_Started_in_Linux/Unix&amp;diff=1034</id>
		<title>Getting Started in Linux/Unix</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Getting_Started_in_Linux/Unix&amp;diff=1034"/>
		<updated>2020-07-06T14:08:22Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: /* Running the Serial Quarter Annular Harbor Test Case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Getting Started in Linux/Unix ==&lt;br /&gt;
&lt;br /&gt;
This section of the wiki describes the most basic scenario of running ADCIRC on a Linux/Unix computer, using a simple test case as an example. &amp;lt;strong&amp;gt; If the user is running ADCIRC through the SMS application, please see the SMS documentation on running ADCIRC within SMS. This wiki does not cover that usage. &amp;lt;/strong&amp;gt;  And although the general process of running ADCIRC on a Windows computer or cluster is the same as for Linux/Unix, this section does not cover compiling ADCIRC on a Windows computer. See [[Getting Started in Windows]].&lt;br /&gt;
&lt;br /&gt;
Initially, we will describe getting ADCIRC running on a simple test case in &amp;quot;serial&amp;quot; mode, meaning that only one cpu is used. Running ADCIRC in parallel mode is moderately more complex and will be described separately.  &lt;br /&gt;
&lt;br /&gt;
This section provides details on the following topics, with the serial, quarter annular harbor test case as a working example. Compiling the code for serial execution, the basic input/output files for ADCIRC, and what to do with the output. Overviews of the main input and output files are also described. This section assumes several things.  The user ...&lt;br /&gt;
* knows ADCIRC is a finite element model, with linear triangular elements&lt;br /&gt;
* has access to a computer on which to run ADCIRC, and that the OS is Unix/Linux&lt;br /&gt;
* knows how to edit text files&lt;br /&gt;
* is familiar with working on computers via the &amp;quot;command line&amp;quot;&lt;br /&gt;
* has the source code&lt;br /&gt;
* has a compiler available (see notes below)&lt;br /&gt;
&lt;br /&gt;
=== Compiling ADCIRC ===&lt;br /&gt;
The ADCIRC model is written in Fortran and needs to be compiled into executable code for the specific computer. Thus, the user needs a Fortran compiler available to translate the text source code into something the computer can execute. The mechanics of compiling ADCIRC are independent of the specific compiler. The [https://adcirc.org/files/2018/11/ADCIRCDevGuide.pdf ADCIRC Developers Guide] also has useful documentation on compiling, and readers may wish to look to it for further assistance. &lt;br /&gt;
&lt;br /&gt;
==== Do you have a Fortran compiler? ==== &lt;br /&gt;
If the answer to this question is &amp;quot;Huh?&amp;quot;, then read this: [https://en.wikipedia.org/wiki/Fortran Fortran-Wikipedia] and this: [https://en.wikipedia.org/wiki/Compiler Compilers-Wikipedia]. &lt;br /&gt;
&lt;br /&gt;
==== Which compiler do I use? ====&lt;br /&gt;
If a compiler is not available and you have administrative access to the computer, install the GNU Fortran compiler. Otherwise, have an administrative user install it. The compiler is available [https://gcc.gnu.org/wiki/GFortranBinaries here]. If you are working on a High-Performance Computing (HPC) cluster maintained as a research and applications resource, then the chances are very high that a Fortran compiler exists on the cluster. In fact, there are probably several, typically including the GNU Fortran computer gfortran, and commercial compilers from Intel (ifort) and Portland Group (pgf).  Which compiler you actually use depends on how your specific user environment is configured. Large clusters frequently use the &amp;quot;module&amp;quot; approach to add applications to the user's environment, or else just publish a list of compilers and how to add paths to them.  Consult your system's documentation or an administrator if you cannot determine what compiler is available. &lt;br /&gt;
&lt;br /&gt;
==== OK, actual compile time ====&lt;br /&gt;
The ADCIRC source code is packaged in directories (&amp;quot;folders&amp;quot;). The actual compiling is done in the &amp;quot;work&amp;quot; directory. In a terminal (i.e., on the command-line), go there. In this directory, there is a file called &amp;quot;makefile&amp;quot;, which is a system for compiling software into executable code. There is also a file called cmplrflags.mk that contains sections for different compilers. You can either edit this file to specify the compiler or you can specify the compiler at the command line. For instance, assuming that you have the gfortran compiler available somewhere on your environment's PATH, do one of the following: &lt;br /&gt;
* Edit the cmplrflags.mk file by uncommenting the line that says &amp;lt;code&amp;gt;compiler=gnu&amp;lt;/code&amp;gt;.  This will tell the make process to use compiler information as defined in the &amp;quot;gnu&amp;quot; section for a Linux OS.  At the command prompt, type &amp;lt;code&amp;gt;make adcirc&amp;lt;/code&amp;gt;. &lt;br /&gt;
OR&lt;br /&gt;
* Skip editing the cmplrflags.mk file and just type &amp;lt;code&amp;gt;make adcirc compiler=gnu&amp;lt;/code&amp;gt;. &lt;br /&gt;
This will compile the serial ADCIRC model. If compilation is successful, there should be an executable file named &amp;quot;adcirc&amp;quot; in the work directory. If you receive errors when compiling and are unsure how to deal with them, a quick search for the error on the internet may help you identify issues, such as compiler flag(s) or software libraries needed for your system. If you are not successful, you may need to reach out to an administrator for your system or to the ADCIRC listserv. &lt;br /&gt;
&lt;br /&gt;
=== Running the Serial Quarter Annular Harbor Test Case ===&lt;br /&gt;
The test case is the so-called serial quarter annular problem. It is described in some detail [https://adcirc.org/home/documentation/example-problems/quarter-annular-harbor-with-tidal-forcing-example/ here]. The ADCIRC grid is only 63 nodes (triangle vertices) and 96 elements. A plot of the grid is shown to the right. The red arc indicates open boundary nodes, and the green lines represent land (i.e., no flow) boundaries.  The forcing for this test is a 0.3048 meter M2 tide on the open boundary, run for 5 days with a 180 sec timestep and a 2 day ramp up of the boundary forcing. &lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2018-08-13 15.02.38.png|200px|thumb|Quarter Annular Harbor Test Case Grid]]&lt;br /&gt;
&lt;br /&gt;
# Get the test case [https://cdr.lib.unc.edu/downloads/dj52wb456?locale=en here]. &lt;br /&gt;
# Extract the downloaded file.  It will expand into a directory called &amp;quot;serial_quarter_annular_v51_52_20/&amp;quot;.  Go there and extract the contents.&lt;br /&gt;
# There are several files in this directory.  The fort.14 and fort.15 files are &amp;lt;strong&amp;gt;input&amp;lt;/strong&amp;gt; files.  The rest are output by ADCIRC and contain various parts of the solution.&lt;br /&gt;
# Run the previously compiled ADCIRC serial executable by either copying it to this test case directory and executing it by typing &amp;lt;code&amp;gt;./adcirc&amp;lt;/code&amp;gt;, or by using the relative or absolute path to the executable (e.g., &amp;lt;code&amp;gt;/home/MyUserName/ADCIRC/work/adcirc&amp;lt;/code&amp;gt;). &lt;br /&gt;
This serial case is very fast.  It will produce these '''output''' files: &lt;br /&gt;
*adcirc.log - runtime diagnostic log file&lt;br /&gt;
*fort.16 - another runtime diagnostic log file&lt;br /&gt;
*fort.33 - iterative solver diagnostic file&lt;br /&gt;
*fort.61 - station output file&lt;br /&gt;
*fort.67 - alternating hotstart file &lt;br /&gt;
*fort.68 - alternating hotstart file &lt;br /&gt;
*maxele.63 - maximum water level over duration of simulation&lt;br /&gt;
*maxvel.63 - maximum depth-averaged water speed over duration of simulation&lt;br /&gt;
&lt;br /&gt;
If you get this far, then the case ran.  Now it's time to [[visualization|visualize]] the results.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Getting_Started_in_Linux/Unix&amp;diff=1033</id>
		<title>Getting Started in Linux/Unix</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Getting_Started_in_Linux/Unix&amp;diff=1033"/>
		<updated>2020-07-06T14:07:44Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: /* Running the Serial Quarter Annular Harbor Test Case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Getting Started in Linux/Unix ==&lt;br /&gt;
&lt;br /&gt;
This section of the wiki describes the most basic scenario of running ADCIRC on a Linux/Unix computer, using a simple test case as an example. &amp;lt;strong&amp;gt; If the user is running ADCIRC through the SMS application, please see the SMS documentation on running ADCIRC within SMS. This wiki does not cover that usage. &amp;lt;/strong&amp;gt;  And although the general process of running ADCIRC on a Windows computer or cluster is the same as for Linux/Unix, this section does not cover compiling ADCIRC on a Windows computer. See [[Getting Started in Windows]].&lt;br /&gt;
&lt;br /&gt;
Initially, we will describe getting ADCIRC running on a simple test case in &amp;quot;serial&amp;quot; mode, meaning that only one cpu is used. Running ADCIRC in parallel mode is moderately more complex and will be described separately.  &lt;br /&gt;
&lt;br /&gt;
This section provides details on the following topics, with the serial, quarter annular harbor test case as a working example. Compiling the code for serial execution, the basic input/output files for ADCIRC, and what to do with the output. Overviews of the main input and output files are also described. This section assumes several things.  The user ...&lt;br /&gt;
* knows ADCIRC is a finite element model, with linear triangular elements&lt;br /&gt;
* has access to a computer on which to run ADCIRC, and that the OS is Unix/Linux&lt;br /&gt;
* knows how to edit text files&lt;br /&gt;
* is familiar with working on computers via the &amp;quot;command line&amp;quot;&lt;br /&gt;
* has the source code&lt;br /&gt;
* has a compiler available (see notes below)&lt;br /&gt;
&lt;br /&gt;
=== Compiling ADCIRC ===&lt;br /&gt;
The ADCIRC model is written in Fortran and needs to be compiled into executable code for the specific computer. Thus, the user needs a Fortran compiler available to translate the text source code into something the computer can execute. The mechanics of compiling ADCIRC are independent of the specific compiler. The [https://adcirc.org/files/2018/11/ADCIRCDevGuide.pdf ADCIRC Developers Guide] also has useful documentation on compiling, and readers may wish to look to it for further assistance. &lt;br /&gt;
&lt;br /&gt;
==== Do you have a Fortran compiler? ==== &lt;br /&gt;
If the answer to this question is &amp;quot;Huh?&amp;quot;, then read this: [https://en.wikipedia.org/wiki/Fortran Fortran-Wikipedia] and this: [https://en.wikipedia.org/wiki/Compiler Compilers-Wikipedia]. &lt;br /&gt;
&lt;br /&gt;
==== Which compiler do I use? ====&lt;br /&gt;
If a compiler is not available and you have administrative access to the computer, install the GNU Fortran compiler. Otherwise, have an administrative user install it. The compiler is available [https://gcc.gnu.org/wiki/GFortranBinaries here]. If you are working on a High-Performance Computing (HPC) cluster maintained as a research and applications resource, then the chances are very high that a Fortran compiler exists on the cluster. In fact, there are probably several, typically including the GNU Fortran computer gfortran, and commercial compilers from Intel (ifort) and Portland Group (pgf).  Which compiler you actually use depends on how your specific user environment is configured. Large clusters frequently use the &amp;quot;module&amp;quot; approach to add applications to the user's environment, or else just publish a list of compilers and how to add paths to them.  Consult your system's documentation or an administrator if you cannot determine what compiler is available. &lt;br /&gt;
&lt;br /&gt;
==== OK, actual compile time ====&lt;br /&gt;
The ADCIRC source code is packaged in directories (&amp;quot;folders&amp;quot;). The actual compiling is done in the &amp;quot;work&amp;quot; directory. In a terminal (i.e., on the command-line), go there. In this directory, there is a file called &amp;quot;makefile&amp;quot;, which is a system for compiling software into executable code. There is also a file called cmplrflags.mk that contains sections for different compilers. You can either edit this file to specify the compiler or you can specify the compiler at the command line. For instance, assuming that you have the gfortran compiler available somewhere on your environment's PATH, do one of the following: &lt;br /&gt;
* Edit the cmplrflags.mk file by uncommenting the line that says &amp;lt;code&amp;gt;compiler=gnu&amp;lt;/code&amp;gt;.  This will tell the make process to use compiler information as defined in the &amp;quot;gnu&amp;quot; section for a Linux OS.  At the command prompt, type &amp;lt;code&amp;gt;make adcirc&amp;lt;/code&amp;gt;. &lt;br /&gt;
OR&lt;br /&gt;
* Skip editing the cmplrflags.mk file and just type &amp;lt;code&amp;gt;make adcirc compiler=gnu&amp;lt;/code&amp;gt;. &lt;br /&gt;
This will compile the serial ADCIRC model. If compilation is successful, there should be an executable file named &amp;quot;adcirc&amp;quot; in the work directory. If you receive errors when compiling and are unsure how to deal with them, a quick search for the error on the internet may help you identify issues, such as compiler flag(s) or software libraries needed for your system. If you are not successful, you may need to reach out to an administrator for your system or to the ADCIRC listserv. &lt;br /&gt;
&lt;br /&gt;
=== Running the Serial Quarter Annular Harbor Test Case ===&lt;br /&gt;
The test case is the so-called serial quarter annular problem. It is described in some detail [https://adcirc.org/home/documentation/example-problems/quarter-annular-harbor-with-tidal-forcing-example/ here]. The ADCIRC grid is only 63 nodes (triangle vertices) and 96 elements. A plot of the grid is shown to the right. The red arc indicates open boundary nodes, and the green lines represent land (i.e., no flow) boundaries.  The forcing for this test is a 0.3048 meter M2 tide on the open boundary, run for 5 days with a 180 sec timestep and a 2 day ramp up of the boundary forcing. &lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2018-08-13 15.02.38.png|200px|thumb|Quarter Annular Harbor Test Case Grid]]&lt;br /&gt;
&lt;br /&gt;
# Get the test case [https://cdr.lib.unc.edu/concern/data_sets/12579z98c?locale=en here]. &lt;br /&gt;
# Extract the downloaded file.  It will expand into a directory called &amp;quot;serial_quarter_annular_v51_52_20/&amp;quot;.  Go there and extract the contents.&lt;br /&gt;
# There are several files in this directory.  The fort.14 and fort.15 files are &amp;lt;strong&amp;gt;input&amp;lt;/strong&amp;gt; files.  The rest are output by ADCIRC and contain various parts of the solution.&lt;br /&gt;
# Run the previously compiled ADCIRC serial executable by either copying it to this test case directory and executing it by typing &amp;lt;code&amp;gt;./adcirc&amp;lt;/code&amp;gt;, or by using the relative or absolute path to the executable (e.g., &amp;lt;code&amp;gt;/home/MyUserName/ADCIRC/work/adcirc&amp;lt;/code&amp;gt;). &lt;br /&gt;
This serial case is very fast.  It will produce these '''output''' files: &lt;br /&gt;
*adcirc.log - runtime diagnostic log file&lt;br /&gt;
*fort.16 - another runtime diagnostic log file&lt;br /&gt;
*fort.33 - iterative solver diagnostic file&lt;br /&gt;
*fort.61 - station output file&lt;br /&gt;
*fort.67 - alternating hotstart file &lt;br /&gt;
*fort.68 - alternating hotstart file &lt;br /&gt;
*maxele.63 - maximum water level over duration of simulation&lt;br /&gt;
*maxvel.63 - maximum depth-averaged water speed over duration of simulation&lt;br /&gt;
&lt;br /&gt;
If you get this far, then the case ran.  Now it's time to [[visualization|visualize]] the results.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Getting_Started_in_Linux/Unix&amp;diff=1032</id>
		<title>Getting Started in Linux/Unix</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Getting_Started_in_Linux/Unix&amp;diff=1032"/>
		<updated>2020-07-06T13:54:51Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: /* Running the Serial Quarter Annular Harbor Test Case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Getting Started in Linux/Unix ==&lt;br /&gt;
&lt;br /&gt;
This section of the wiki describes the most basic scenario of running ADCIRC on a Linux/Unix computer, using a simple test case as an example. &amp;lt;strong&amp;gt; If the user is running ADCIRC through the SMS application, please see the SMS documentation on running ADCIRC within SMS. This wiki does not cover that usage. &amp;lt;/strong&amp;gt;  And although the general process of running ADCIRC on a Windows computer or cluster is the same as for Linux/Unix, this section does not cover compiling ADCIRC on a Windows computer. See [[Getting Started in Windows]].&lt;br /&gt;
&lt;br /&gt;
Initially, we will describe getting ADCIRC running on a simple test case in &amp;quot;serial&amp;quot; mode, meaning that only one cpu is used. Running ADCIRC in parallel mode is moderately more complex and will be described separately.  &lt;br /&gt;
&lt;br /&gt;
This section provides details on the following topics, with the serial, quarter annular harbor test case as a working example. Compiling the code for serial execution, the basic input/output files for ADCIRC, and what to do with the output. Overviews of the main input and output files are also described. This section assumes several things.  The user ...&lt;br /&gt;
* knows ADCIRC is a finite element model, with linear triangular elements&lt;br /&gt;
* has access to a computer on which to run ADCIRC, and that the OS is Unix/Linux&lt;br /&gt;
* knows how to edit text files&lt;br /&gt;
* is familiar with working on computers via the &amp;quot;command line&amp;quot;&lt;br /&gt;
* has the source code&lt;br /&gt;
* has a compiler available (see notes below)&lt;br /&gt;
&lt;br /&gt;
=== Compiling ADCIRC ===&lt;br /&gt;
The ADCIRC model is written in Fortran and needs to be compiled into executable code for the specific computer. Thus, the user needs a Fortran compiler available to translate the text source code into something the computer can execute. The mechanics of compiling ADCIRC are independent of the specific compiler. The [https://adcirc.org/files/2018/11/ADCIRCDevGuide.pdf ADCIRC Developers Guide] also has useful documentation on compiling, and readers may wish to look to it for further assistance. &lt;br /&gt;
&lt;br /&gt;
==== Do you have a Fortran compiler? ==== &lt;br /&gt;
If the answer to this question is &amp;quot;Huh?&amp;quot;, then read this: [https://en.wikipedia.org/wiki/Fortran Fortran-Wikipedia] and this: [https://en.wikipedia.org/wiki/Compiler Compilers-Wikipedia]. &lt;br /&gt;
&lt;br /&gt;
==== Which compiler do I use? ====&lt;br /&gt;
If a compiler is not available and you have administrative access to the computer, install the GNU Fortran compiler. Otherwise, have an administrative user install it. The compiler is available [https://gcc.gnu.org/wiki/GFortranBinaries here]. If you are working on a High-Performance Computing (HPC) cluster maintained as a research and applications resource, then the chances are very high that a Fortran compiler exists on the cluster. In fact, there are probably several, typically including the GNU Fortran computer gfortran, and commercial compilers from Intel (ifort) and Portland Group (pgf).  Which compiler you actually use depends on how your specific user environment is configured. Large clusters frequently use the &amp;quot;module&amp;quot; approach to add applications to the user's environment, or else just publish a list of compilers and how to add paths to them.  Consult your system's documentation or an administrator if you cannot determine what compiler is available. &lt;br /&gt;
&lt;br /&gt;
==== OK, actual compile time ====&lt;br /&gt;
The ADCIRC source code is packaged in directories (&amp;quot;folders&amp;quot;). The actual compiling is done in the &amp;quot;work&amp;quot; directory. In a terminal (i.e., on the command-line), go there. In this directory, there is a file called &amp;quot;makefile&amp;quot;, which is a system for compiling software into executable code. There is also a file called cmplrflags.mk that contains sections for different compilers. You can either edit this file to specify the compiler or you can specify the compiler at the command line. For instance, assuming that you have the gfortran compiler available somewhere on your environment's PATH, do one of the following: &lt;br /&gt;
* Edit the cmplrflags.mk file by uncommenting the line that says &amp;lt;code&amp;gt;compiler=gnu&amp;lt;/code&amp;gt;.  This will tell the make process to use compiler information as defined in the &amp;quot;gnu&amp;quot; section for a Linux OS.  At the command prompt, type &amp;lt;code&amp;gt;make adcirc&amp;lt;/code&amp;gt;. &lt;br /&gt;
OR&lt;br /&gt;
* Skip editing the cmplrflags.mk file and just type &amp;lt;code&amp;gt;make adcirc compiler=gnu&amp;lt;/code&amp;gt;. &lt;br /&gt;
This will compile the serial ADCIRC model. If compilation is successful, there should be an executable file named &amp;quot;adcirc&amp;quot; in the work directory. If you receive errors when compiling and are unsure how to deal with them, a quick search for the error on the internet may help you identify issues, such as compiler flag(s) or software libraries needed for your system. If you are not successful, you may need to reach out to an administrator for your system or to the ADCIRC listserv. &lt;br /&gt;
&lt;br /&gt;
=== Running the Serial Quarter Annular Harbor Test Case ===&lt;br /&gt;
The test case is the so-called serial quarter annular problem. It is described in some detail [https://adcirc.org/home/documentation/example-problems/quarter-annular-harbor-with-tidal-forcing-example/ here]. The ADCIRC grid is only 63 nodes (triangle vertices) and 96 elements. A plot of the grid is shown to the right. The red arc indicates open boundary nodes, and the green lines represent land (i.e., no flow) boundaries.  The forcing for this test is a 0.3048 meter M2 tide on the open boundary, run for 5 days with a 180 sec timestep and a 2 day ramp up of the boundary forcing. &lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2018-08-13 15.02.38.png|200px|thumb|Quarter Annular Harbor Test Case Grid]]&lt;br /&gt;
&lt;br /&gt;
# Get the test case [https://www.dropbox.com/s/xsv1yk6cxgr9f2t/serial_quarter_annular_v51_52_20.zip?dl=0 here]. &lt;br /&gt;
# Extract the downloaded file.  It will expand into a directory called &amp;quot;serial_quarter_annular_v51_52_20/&amp;quot;.  Go there and extract the contents.&lt;br /&gt;
# There are several files in this directory.  The fort.14 and fort.15 files are &amp;lt;strong&amp;gt;input&amp;lt;/strong&amp;gt; files.  The rest are output by ADCIRC and contain various parts of the solution.&lt;br /&gt;
# Run the previously compiled ADCIRC serial executable by either copying it to this test case directory and executing it by typing &amp;lt;code&amp;gt;./adcirc&amp;lt;/code&amp;gt;, or by using the relative or absolute path to the executable (e.g., &amp;lt;code&amp;gt;/home/MyUserName/ADCIRC/work/adcirc&amp;lt;/code&amp;gt;). &lt;br /&gt;
This serial case is very fast.  It will produce these '''output''' files: &lt;br /&gt;
*adcirc.log - runtime diagnostic log file&lt;br /&gt;
*fort.16 - another runtime diagnostic log file&lt;br /&gt;
*fort.33 - iterative solver diagnostic file&lt;br /&gt;
*fort.61 - station output file&lt;br /&gt;
*fort.67 - alternating hotstart file &lt;br /&gt;
*fort.68 - alternating hotstart file &lt;br /&gt;
*maxele.63 - maximum water level over duration of simulation&lt;br /&gt;
*maxvel.63 - maximum depth-averaged water speed over duration of simulation&lt;br /&gt;
&lt;br /&gt;
If you get this far, then the case ran.  Now it's time to [[visualization|visualize]] the results.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file_format&amp;diff=674</id>
		<title>Fort.38 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file_format&amp;diff=674"/>
		<updated>2020-03-18T19:36:31Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readab...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of input.&lt;br /&gt;
&lt;br /&gt;
==BCFLAG_TEMP=1== &lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[NP]]&lt;br /&gt;
&lt;br /&gt;
:: k, [[q_heat(k)]]&lt;br /&gt;
&lt;br /&gt;
:: end k loop&lt;br /&gt;
&lt;br /&gt;
: end i loop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==BCFLAG_TEMP=2== &lt;br /&gt;
&lt;br /&gt;
for i=1 to numberOfDataSets&lt;br /&gt;
&lt;br /&gt;
:: (K, (TMP(K,J), J=1,6),K=1,NP)&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
==BCFLAG_TEMP=3==&lt;br /&gt;
&lt;br /&gt;
for i=1 to numberOfDataSets&lt;br /&gt;
&lt;br /&gt;
:: (K, (TMP(K,J), J=1,4),K=1,NP)&lt;br /&gt;
&lt;br /&gt;
end i loop&lt;br /&gt;
&lt;br /&gt;
where TMP(K,J) is the surface heat flux parameter Jth heat flux component for the Kth horizontal mesh node. The data are read using an implicit Fortran i/o loop, thus the parentheses around the statement.&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
In all the above cases, NP is the number of nodes in the horizontal mesh (i.e., the 2D fulldomain number of nodes). See the [[fort.15 file]] documentation on 3D baroclinic physics (particularly the explanation of various [[BCFLAG_TEMP]] values) for more details.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=673</id>
		<title>Fort.38 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file&amp;diff=673"/>
		<updated>2020-03-18T18:11:59Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The surface temperature boundary condition input file (fort.38) is read in when the RES_BC_FLAG is set to -3, 3, -4, or 4 in the fort.15 file (i.e., when a lateral tem...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The surface temperature boundary condition input file (fort.38) is read in when the [[RES_BC_FLAG]] is set to -3, 3, -4, or 4 in the [[fort.15 file]] (i.e., when a lateral temperature boundary condition is being used) and its format depends on the [[BCFLAG_TEMP]] parameter in the [[fort.15 file]], which controls the surface heat flux parameterization in ADCIRC.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.38 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.37_file_format&amp;diff=672</id>
		<title>Fort.37 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.37_file_format&amp;diff=672"/>
		<updated>2020-03-18T16:05:58Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readab...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of input is represented by a line containing the input variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of input.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
for i=1 to [[numberOfDataSets]]&lt;br /&gt;
&lt;br /&gt;
: '''comment line (date)'''&lt;br /&gt;
&lt;br /&gt;
: for k=1 to [[number_of_ocean_boundary_nodes]]&lt;br /&gt;
&lt;br /&gt;
:: k, ([[TEMPBC]](k,m), m=1,[[NFEN]])&lt;br /&gt;
&lt;br /&gt;
:: end k loop&lt;br /&gt;
&lt;br /&gt;
: end i loop&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.37_file&amp;diff=671</id>
		<title>Fort.37 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.37_file&amp;diff=671"/>
		<updated>2020-03-18T16:00:45Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.37 file is the Temperature Boundary Condition Input File. It is read in when the RES_BC_FLAG is set to -3, 3, -4, or 4 in the fort.15 file.  == File Format ==...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.37 file is the Temperature Boundary Condition Input File. It is read in when the [[RES_BC_FLAG]] is set to -3, 3, -4, or 4 in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.37 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:input files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Noff.100_file_format&amp;diff=670</id>
		<title>Noff.100 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Noff.100_file_format&amp;diff=670"/>
		<updated>2020-03-18T15:54:11Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETSE]], [[NE]], [[DTDP]]*[[NSPOOLGE]], [[NSPOOLGE]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETSE]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NE]]&lt;br /&gt;
:: k, [[NOFF(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output is only available in the ascii format. The data are produced on the same schedule as the [[fort.63  file]], i.e., the values of [[TOUTSGE]], [[TOUTFGE]], [[NSPOOLGE]] are used.&lt;br /&gt;
&lt;br /&gt;
The noff.100 file contains integer values. It is the only ADCIRC output file that produces elemental (as opposed to nodal) data&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Noff.100_file&amp;diff=669</id>
		<title>Noff.100 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Noff.100_file&amp;diff=669"/>
		<updated>2020-03-18T15:49:36Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The noff.100 file records the wet/dry state of elements where 1 indicates an element is categorized as wet on the time step that the dataset was written while a value of 0 ind...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The noff.100 file records the wet/dry state of elements where 1 indicates an element is categorized as wet on the time step that the dataset was written while a value of 0 indicates that an element is categorized as dry. The name of the elemental wet/dry array in ADCIRC is [[NOFF]].&lt;br /&gt;
&lt;br /&gt;
These data are generally only valuable to ADCIRC developers who are working on experimental wet/dry algorithms.&lt;br /&gt;
&lt;br /&gt;
The writing of the noff.100 output file is activated when the [[outputNOFF]] parameter is set to .true. in the optional [[wetDryContol namelist]] at the bottom of the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[noff.100 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.93_file_format&amp;diff=668</id>
		<title>Fort.93 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.93_file_format&amp;diff=668"/>
		<updated>2020-03-18T14:33:30Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETSE]], [[NP]], [[DTDP]]*[[NSPOOLGW]], [[NSPOOLGW]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETSE]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[iceCoveragePercent(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTGW]] is set in the [[fort.15 file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.93_file&amp;diff=667</id>
		<title>Fort.93 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.93_file&amp;diff=667"/>
		<updated>2020-03-18T13:37:13Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;Output ice field files are written to a fort.93 file that has the same format as the fort.73 pressure file or fort.63 elevation file. This fi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Output ice field files are written to a fort.93 file that has the same format as the [[fort.73 file|fort.73 pressure file]] or [[fort.63 file|fort.63 elevation file]]. This file is only generated when ice fields are used and when global meteorology output is specified for outputting. The settings for global meteorology output are ([[NOUTGW]], [[TOUTSGW]], [[TOUTFGW]], [[NSPOOLGW]]) in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.93 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.91_file_format&amp;diff=666</id>
		<title>Fort.91 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.91_file_format&amp;diff=666"/>
		<updated>2020-03-17T13:09:28Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSET]], [[NSTAM]], [[DTDP]]*[[NSPOOLM]], [[NSPOOLM]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSET]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NSTAM]]&lt;br /&gt;
:: k, [[RMICE00(k)]]&lt;br /&gt;
: end k loop&lt;br /&gt;
end j loop&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTM]] is set in the [[fort.15 file format|fort.15 file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.91_file&amp;diff=665</id>
		<title>Fort.91 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.91_file&amp;diff=665"/>
		<updated>2020-03-17T13:06:44Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;If the ice coverage input feature of ADCIRC has been activated, the fort.91 output file will be produced according to the output control specifications for specified meteorolo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If the ice coverage input feature of ADCIRC has been activated, the fort.91 output file will be produced according to the output control specifications for specified meteorological recording stations ([[NOUTM]], etc) specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.91 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.90_file_format&amp;diff=664</id>
		<title>Fort.90 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.90_file_format&amp;diff=664"/>
		<updated>2020-03-16T18:24:44Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETSE]], [[NP]], [[DTDP]]*[[NSPOOLGE]], [[NSPOOLGE]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETSE]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[tau0var(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or netcdf format depending on how [[NOUTGE]] is set in the [[fort.15 file]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.90_file&amp;diff=663</id>
		<title>Fort.90 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.90_file&amp;diff=663"/>
		<updated>2020-03-16T18:20:38Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.90 file contains primitive weighting in continuity equation time series output at all nodes in the model grid as specified fort.15 file. This output file (fort.90...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.90 file contains primitive weighting in continuity equation time series output at all nodes in the model grid as specified [[fort.15 file]]. This output file (fort.90) uses the output specifiers for the [[fort.63 file]] to determine its format, output frequency, etc.&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.90 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.83_file_format&amp;diff=662</id>
		<title>Fort.83 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.83_file_format&amp;diff=662"/>
		<updated>2020-03-16T17:50:51Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETSC]], [[NP]], [[DTDP]]*[[NSPOOLGC]], [[NSPOOLGC]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETSC]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[C1(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTGC]] is set in the [[fort.15 file format|fort.15 file]]&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the node number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.83_file&amp;diff=661</id>
		<title>Fort.83 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.83_file&amp;diff=661"/>
		<updated>2020-03-16T17:48:02Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.83 file contains scalar concentration time series output at all nodes in the model grid file as specified in the fort.15 file.  == File Format == See fort.83 fi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.83 file contains scalar concentration time series output at all nodes in the model grid file as specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.83 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.81_file_format&amp;diff=660</id>
		<title>Fort.81 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.81_file_format&amp;diff=660"/>
		<updated>2020-03-16T14:08:26Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NTRSPC]], [[NSTAC]], [[DTDP]]*[[NSPOOLC]], [[NSPOOLC]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NTRSPC]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NSTAC]]&lt;br /&gt;
:: k, [[CC00(k)]]&lt;br /&gt;
: end k loop&lt;br /&gt;
end j loop&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTC]] is set in the [[fort.15 file format|fort.15 file]]&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the station number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.81_file&amp;diff=659</id>
		<title>Fort.81 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.81_file&amp;diff=659"/>
		<updated>2020-03-16T12:55:09Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.81 file contains scalar concentration time series output at the concentration recording stations as specified in the fort.15 file.  == File Format == See fort.8...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.81 file contains scalar concentration time series output at the concentration recording stations as specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.81 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.77_file_format&amp;diff=658</id>
		<title>Fort.77 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.77_file_format&amp;diff=658"/>
		<updated>2020-03-16T12:20:27Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETSE]], [[NP]], [[DTDP]]*[[NSPOOL_TVW]], [[NSPOOL_TVW]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETSE]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[DP(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETGE]], [[NP]], [[DTDP]]*[[NSPOOLGE]], [[NSPOOLGE]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETGE]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[DP(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
When this file is written in sparse format and therefore only receiving data for a small portion of the nodes (the weirs) the numbering will be referenced to the global node number. Only the change in elevation from the original fort.14 specified elevation will be written to the file.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.77_file&amp;diff=657</id>
		<title>Fort.77 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.77_file&amp;diff=657"/>
		<updated>2020-03-16T12:17:33Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;When time varying weirs are activated and output is requested, ADCIRC will create the fort.77 output file.   == File Format == See fort.77 file format for details.&amp;lt;br&amp;gt;  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When time varying weirs are activated and output is requested, ADCIRC will create the fort.77 output file. &lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.77 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.76_file_format&amp;diff=656</id>
		<title>Fort.76 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.76_file_format&amp;diff=656"/>
		<updated>2020-03-10T17:59:15Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETGE]], [[NP]], [[DTDP]]*[[NSPOOLGE]], [[NSPOOLGE]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETGE]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[DP(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTGE]] is set in the Model Parameter and Periodic Boundary Condition File&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the node number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.76_file&amp;diff=655</id>
		<title>Fort.76 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.76_file&amp;diff=655"/>
		<updated>2020-03-10T17:57:00Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;If the time varying bathymetry feature of ADCIRC has been activated, the fort.76 output file will be produced according to the output control specifications for full domain ti...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If the time varying bathymetry feature of ADCIRC has been activated, the fort.76 output file will be produced according to the output control specifications for full domain time varying water surface elevation output ([[NOUTGE]], etc) as specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.76 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.75_file_format&amp;diff=654</id>
		<title>Fort.75 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.75_file_format&amp;diff=654"/>
		<updated>2020-03-10T17:53:11Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSET]], [[NSTAE]], [[DTDP]]*[[NSPOOLE]], [[NSPOOLE]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSET]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NSTAE]]&lt;br /&gt;
:: k, [[DP00(k)]]&lt;br /&gt;
: end k loop&lt;br /&gt;
end j loop&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTE]] is set in the [[fort.15 file format|fort.15 file]]&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the station number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.75_file&amp;diff=653</id>
		<title>Fort.75 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.75_file&amp;diff=653"/>
		<updated>2020-03-10T17:51:36Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;If the time varying bathymetry feature of ADCIRC has been activated, the fort.75 output file will be produced according to the output control specifications for water surface...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If the time varying bathymetry feature of ADCIRC has been activated, the fort.75 output file will be produced according to the output control specifications for water surface elevation recording stations (NOUTE, etc) as specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.75 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.73_file_format&amp;diff=652</id>
		<title>Fort.73 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.73_file_format&amp;diff=652"/>
		<updated>2020-03-10T17:49:48Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NDSETSW]], [[NP]], [[DTDP]]*[[NSPOOLGW]], [[NSPOOLGW]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NDSETSW]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NP]]&lt;br /&gt;
:: k, [[PR2(k)]]&lt;br /&gt;
:end k loop&lt;br /&gt;
end j loop &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTGW]] is set in the Model Parameter and Periodic Boundary Condition File&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the node number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.73_file&amp;diff=651</id>
		<title>Fort.73 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.73_file&amp;diff=651"/>
		<updated>2020-03-10T17:48:28Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.73 file contains atmospheric pressure (m of water) time series output at all nodes in the model grid as specified in the fort.15 file.  == File Format == See fo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.73 file contains atmospheric pressure (m of water) time series output at all nodes in the model grid as specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.73 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.72_file_format&amp;diff=650</id>
		<title>Fort.72 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.72_file_format&amp;diff=650"/>
		<updated>2020-03-09T14:19:52Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NTRSPM]], [[NSTAM]], [[DTDP]]*[[NSPOOLM]], [[NSPOOLM]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NTRSPM]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NSTAM]]&lt;br /&gt;
:: k, [[RMU00(k)]], [[RMV00(k)]]&lt;br /&gt;
: end k loop&lt;br /&gt;
end j loop&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTM]] is set in the Model Parameter and Periodic Boundary Condition File&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the station number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.72_file&amp;diff=649</id>
		<title>Fort.72 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.72_file&amp;diff=649"/>
		<updated>2020-03-09T14:18:25Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.72 file contains wind velocity or stress time series output at the meteorological recording stations in the model grid as specified in the fort.15 file.  == File...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.72 file contains wind velocity or stress time series output at the meteorological recording stations in the model grid as specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.72 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.71_file_format&amp;diff=648</id>
		<title>Fort.71 file format</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.71_file_format&amp;diff=648"/>
		<updated>2020-03-09T14:00:31Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance read...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s) in bold face type. Blank lines are to enhance readability. Loops indicate multiple lines of output. &lt;br /&gt;
&lt;br /&gt;
[[RUNDES]], [[RUNID]], [[AGRID]]&lt;br /&gt;
&lt;br /&gt;
[[NTRSPM]], [[NSTAM]], [[DTDP]]*[[NSPOOLM]], [[NSPOOLM]], [[IRTYPE]]&lt;br /&gt;
&lt;br /&gt;
for j=1, [[NTRSPM]]&lt;br /&gt;
: [[TIME]], [[IT]]&lt;br /&gt;
: for k=1, [[NSTAM]]&lt;br /&gt;
:: k, [[RMP00(k)]]&lt;br /&gt;
: end k loop&lt;br /&gt;
end j loop&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Output may be in ascii or binary format depending on how [[NOUTM]] is set in the [[fort.15 file format|fort.15 file]]&lt;br /&gt;
&lt;br /&gt;
If binary output is specified, the station number (k) is not included in the output.&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.71_file&amp;diff=647</id>
		<title>Fort.71 file</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.71_file&amp;diff=647"/>
		<updated>2020-03-09T13:58:26Z</updated>

		<summary type="html">&lt;p&gt;Cfulcher: Created page with &amp;quot;The fort.71 file contains atmospheric pressure time series output at the meteorological recording stations specified in the fort.15 file.  == File Format == See fort.71...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The fort.71 file contains atmospheric pressure time series output at the meteorological recording stations specified in the [[fort.15 file]].&lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
See [[fort.71 file format]] for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:output files]]&lt;/div&gt;</summary>
		<author><name>Cfulcher</name></author>
	</entry>
</feed>