<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.adcirc.org/index.php?action=history&amp;feed=atom&amp;title=Fort.38_file_format</id>
	<title>Fort.38 file format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.adcirc.org/index.php?action=history&amp;feed=atom&amp;title=Fort.38_file_format"/>
	<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file_format&amp;action=history"/>
	<updated>2026-09-10T10:41:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.1</generator>
	<entry>
		<id>https://wiki.adcirc.org/index.php?title=Fort.38_file_format&amp;diff=674&amp;oldid=prev</id>
		<title>Cfulcher: Created page with &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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.adcirc.org/index.php?title=Fort.38_file_format&amp;diff=674&amp;oldid=prev"/>
		<updated>2020-03-18T19:36:31Z</updated>

		<summary type="html">&lt;p&gt;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;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&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>
</feed>