--- 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.19 file format: Difference between revisions

From ADCIRCWiki
Jump to navigation Jump to search
(Created page)
 
m (removed File structure)
Line 1: Line 1:
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.  
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.  
=File Structure=


[[ETIMINC]]
[[ETIMINC]]

Revision as of 11:28, 5 December 2018

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.

ETIMINC

for k=1,NETA

ESBIN(k)

end k loop

Notes

The first set of elevation values are provided at TIME=STATIM. Additional sets of elevation values are provided every ETIMINC.

Enough sets of elevation values must be provided to extend for the entire model run, otherwise the run will crash!