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

From ADCIRCWiki
Jump to navigation Jump to search
(Created page)
 
(Move file format to this page)
 
Line 1: Line 1:
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]].
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]].


== File Format ==
= File Format =
See [[fort.20 file format]] for details.
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.
 
FTIMINC
 
for k=1,NFLBN
 
: QNIN(k)
 
end k loop
 
=Notes:=
 
The first set of normal flow values is provided at TIME=STATIM. Additional sets of normal flow values are provided every FTIMINC
 
Enough sets of normal flow values must be provided to extend for the entire model run, otherwise the run will crash!

Latest revision as of 15:27, 28 June 2022

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.

File Format

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.

FTIMINC

for k=1,NFLBN

QNIN(k)

end k loop

Notes:

The first set of normal flow values is provided at TIME=STATIM. Additional sets of normal flow values are provided every FTIMINC

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