--- 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.

Endrisinginun.63 file format: 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 12: Line 12:


== Notes ==
== Notes ==
Output may be in ascii or netCDF format depending on how NOUTGE is set in the [[fort.15 file]]
Output may be in ascii or netCDF format depending on how [[NOUTGE]] is set in the [[fort.15 file]]


The endrisinginun.63 file is written at the very end of the simulation, after timestepping is complete. The values only reflect the current run, even if the run was hotstarted. The data in the endrisinginun.63 file only flag rising water surface elevation in areas that are initially dry, according to the [[initiallydry.63 file]].
The endrisinginun.63 file is written at the very end of the simulation, after timestepping is complete. The values only reflect the current run, even if the run was hotstarted. The data in the endrisinginun.63 file only flag rising water surface elevation in areas that are initially dry, according to the [[initiallydry.63 file]].

Latest revision as of 12:16, 6 March 2020

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.

RUNDES, RUNID, AGRID

1, NP, DTDP*NSPOOLGE, NSPOOLGE, IRTYPE

TIME, IT

for k=1, NP

k, endrisinginun(k)

end k loop

Notes

Output may be in ascii or netCDF format depending on how NOUTGE is set in the fort.15 file

The endrisinginun.63 file is written at the very end of the simulation, after timestepping is complete. The values only reflect the current run, even if the run was hotstarted. The data in the endrisinginun.63 file only flag rising water surface elevation in areas that are initially dry, according to the initiallydry.63 file.