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

Grid Development and Editing: Difference between revisions

From ADCIRCWiki
Jump to navigation Jump to search
(Added header info)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Methods/Applications for ADCIRC grid generation and editing ==
A mesh in the form of a [[fort.14 file]] is required to run ADCIRC. This page presents basic info on options available to mesh construction end editing. For information on viewing meshes or other ADCIRC data, see [[visualization]]. In many cases, a mesh may already exist to suite one's needs. Given the complexities and challenges associated with mesh construction, users should carefully weigh the merits of using an existing mesh, revising an existing mesh, or building a new one.
== Tools for ADCIRC Meshing ==


=== SMS <span style="color:red">Contributor needed</span> ===
=== SMS ===
SMS is a commercial Windows-based graphical program for creating, editing, viewing, and running various models, including ADCIRC. It is popular with ADCIRC users due to its features and support for ADCIRC file formats. More information is available from parent company Aquaveo [https://www.aquaveo.com/software/sms-adcirc here] and [https://xmswiki.com/wiki/SMS:ADCIRC here].


=== OceanMesh2d <span style="color:red">Contributor needed</span> ===
=== OceanMesh2D ===
Completely open source (GNU GPLv3.0) MATLAB-based software for automated triangular mesh generation. Newest version is available from https://github.com/CHLNDDEV/OceanMesh2D
Completely open source (GNU GPLv3.0) MATLAB-based software for automated triangular mesh generation. The latest version is available from https://github.com/CHLNDDEV/OceanMesh2D
<ref>Roberts, K.J., Pringle, W.J., Westerink, J.J., 2018. OceanMesh2D 1.0: MATLAB-based software for two-dimensional unstructured mesh generation in coastal ocean modeling. Geosci. Model Dev. Discuss. in review. doi:10.5194/gmd-2018-203</ref>
<ref>Pringle, W.J., Roberts, K.J., 2020. CHLNDDEV/OceanMesh2D: OceanMesh2D V3.0.0. doi:10.5281/zenodo.3721137</ref>
<ref>Roberts, K.J., Pringle, W.J., 2018. OceanMesh2D: User guide - Precise distance-based two-dimensional automated mesh generation. doi:10.13140/RG.2.2.21840.61446/1</ref>
<ref>Roberts, K.J., Pringle, W.J., Westerink, J.J., 2019. OceanMesh2D 1.0: MATLAB-based software for two-dimensional unstructured mesh generation in coastal ocean modeling. Geosci. Model Dev. 12, 1847–1868. doi:10.5194/gmd-12-1847-2019</ref>
<ref>Roberts, K.J., Pringle, W.J., 2018. OceanMesh2D: User guide - Precise distance-based two-dimensional automated mesh generation. doi:10.13140/RG.2.2.21840.61446/1</ref>.
 
It can be used as an end-to-end pre-processor for ADCIRC, including:
* Generating the mesh.
* Checking for and editing the mesh to satisfy Courant constraints.
* Generating [[fort.13 file]] attributes.
* Generating [[fort.15 file]], including automatic generation of tidal potential information and tidal elevation boundary conditions.
* Generating other input files such as [[fort.24 file]].
* Storing the mesh and its attributes into a <code>msh</code> class container that can be saved as an efficient .mat binary.
* Plotting the mesh and its attributes using the generalized <code>plot</code> command.
* Writing the from the <code>msh</code> class container into the ASCII fort.xx input files.


=== Blue Kenue  <span style="color:red">Contributor needed</span> ===
=== Blue Kenue  <span style="color:red">Contributor needed</span> ===

Latest revision as of 12:22, 12 May 2020

A mesh in the form of a fort.14 file is required to run ADCIRC. This page presents basic info on options available to mesh construction end editing. For information on viewing meshes or other ADCIRC data, see visualization. In many cases, a mesh may already exist to suite one's needs. Given the complexities and challenges associated with mesh construction, users should carefully weigh the merits of using an existing mesh, revising an existing mesh, or building a new one.

Tools for ADCIRC Meshing

SMS

SMS is a commercial Windows-based graphical program for creating, editing, viewing, and running various models, including ADCIRC. It is popular with ADCIRC users due to its features and support for ADCIRC file formats. More information is available from parent company Aquaveo here and here.

OceanMesh2D

Completely open source (GNU GPLv3.0) MATLAB-based software for automated triangular mesh generation. The latest version is available from https://github.com/CHLNDDEV/OceanMesh2D [1] [2] [3].

It can be used as an end-to-end pre-processor for ADCIRC, including:

  • Generating the mesh.
  • Checking for and editing the mesh to satisfy Courant constraints.
  • Generating fort.13 file attributes.
  • Generating fort.15 file, including automatic generation of tidal potential information and tidal elevation boundary conditions.
  • Generating other input files such as fort.24 file.
  • Storing the mesh and its attributes into a msh class container that can be saved as an efficient .mat binary.
  • Plotting the mesh and its attributes using the generalized plot command.
  • Writing the from the msh class container into the ASCII fort.xx input files.

Blue Kenue Contributor needed

References

  1. Pringle, W.J., Roberts, K.J., 2020. CHLNDDEV/OceanMesh2D: OceanMesh2D V3.0.0. doi:10.5281/zenodo.3721137
  2. Roberts, K.J., Pringle, W.J., Westerink, J.J., 2019. OceanMesh2D 1.0: MATLAB-based software for two-dimensional unstructured mesh generation in coastal ocean modeling. Geosci. Model Dev. 12, 1847–1868. doi:10.5194/gmd-12-1847-2019
  3. Roberts, K.J., Pringle, W.J., 2018. OceanMesh2D: User guide - Precise distance-based two-dimensional automated mesh generation. doi:10.13140/RG.2.2.21840.61446/1