--- 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.10 file format

From ADCIRCWiki
Revision as of 11:39, 12 October 2018 by Cfulcher (talk | contribs) (Created page with "=File structure for a 2DDI run= Header Line 1 Header Line 2 NVP : for k=1 to NVP :: jki,DACONC(jki) : end k loop =File structure for a 3D run= Header Lin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File structure for a 2DDI run

Header Line 1

Header Line 2

NVP

for k=1 to NVP
jki,DACONC(jki)
end k loop

File structure for a 3D run

Header Line 1

Header Line 2

NVN, NVP

for k=1 to NVP
for j=1 to NVN
NHNN,NVNN,CONC(NHNN,NVNN)
end j loop
end k loop