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

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

Fort.74 file: Difference between revisions

From ADCIRCWiki
Jump to navigation Jump to search
(Created page with "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...")
 
No edit summary
 
Line 1: Line 1:
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.  
The fort.74 file contains wind velocity or stress time series output at all nodes in the model grid as specified in the [[fort.15 file]].


[[RUNDES]], [[RUNID]], [[AGRID]]
== File Format ==
 
See [[fort.74 file format]] for details.<br>
[[NDSETSW]], [[NP]], [[DTDP]]*[[NSPOOLGW]], [[NSPOOLGW]], [[IRTYPE]]
 
[[TIME]], [[IT]]
 
for k=1, [[NP]]
: k, [[WVNXOUT(k)]], [[WVNYOUT(k)]]
end k loop
 
== Notes ==
Output may be in ascii or binary format depending on how [[NOUTGW]] is set in the Model Parameter and Periodic Boundary Condition File
 
If binary output is specified, the station number (k) is not included in the output.


[[Category:output files]]
[[Category:output files]]

Latest revision as of 11:48, 6 August 2019

The fort.74 file contains wind velocity or stress time series output at all nodes in the model grid as specified in the fort.15 file.

File Format

See fort.74 file format for details.