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.
Cite This Page
Bibliographic details for Tips and Tricks
- Page name: Tips and Tricks
- Author: ADCIRCWiki contributors
- Publisher: ADCIRCWiki, .
- Date of last revision: 4 March 2024 21:52 UTC
- Date retrieved: 14 August 2026 12:22 UTC
- Permanent URL: https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138
- Page Version ID: 1138
Citation styles for Tips and Tricks
APA style
Tips and Tricks. (2024, March 4). ADCIRCWiki, . Retrieved 12:22, August 14, 2026 from https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138.
MLA style
"Tips and Tricks." ADCIRCWiki, . 4 Mar 2024, 21:52 UTC. 14 Aug 2026, 12:22 <https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138>.
MHRA style
ADCIRCWiki contributors, 'Tips and Tricks', ADCIRCWiki, , 4 March 2024, 21:52 UTC, <https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138> [accessed 14 August 2026]
Chicago style
ADCIRCWiki contributors, "Tips and Tricks," ADCIRCWiki, , https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138 (accessed August 14, 2026).
CBE/CSE style
ADCIRCWiki contributors. Tips and Tricks [Internet]. ADCIRCWiki, ; 2024 Mar 4, 21:52 UTC [cited 2026 Aug 14]. Available from: https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138.
Bluebook style
Tips and Tricks, https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138 (last visited August 14, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ADCIRCWiki",
title = "Tips and Tricks --- ADCIRCWiki{,} ",
year = "2024",
url = "https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138",
note = "[Online; accessed 14-August-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "ADCIRCWiki",
title = "Tips and Tricks --- ADCIRCWiki{,} ",
year = "2024",
url = "\url{https://wiki.adcirc.org/index.php?title=Tips_and_Tricks&oldid=1138}",
note = "[Online; accessed 14-August-2026]"
}