ADCIRC
A system of computer programs for solving time-dependent, free-surface circulation and transport problems in two and three dimensions in applications such as storm surge and flood prediction.
https://github.com/adcirc/adcirc
Category: Climate Change
Sub Category: Natural Hazard and Storms
Keywords from Contributors
adcirc shallow-water-equations multiscale-simulation meshes geophysics coastal-modelling cyclones tropical gcc gfortran
Last synced: about 4 hours ago
JSON representation
Repository metadata
ADCIRC Model Repository
- Host: GitHub
- URL: https://github.com/adcirc/adcirc
- Owner: adcirc
- License: other
- Created: 2016-05-19T19:49:41.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-08-04T04:50:48.000Z (22 days ago)
- Last Synced: 2026-08-12T13:51:51.459Z (13 days ago)
- Language: Fortran
- Homepage: https://adcirc.org
- Size: 68.2 MB
- Stars: 81
- Watchers: 18
- Forks: 34
- Open Issues: 82
- Releases: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
README.md
ADCIRC
ADCIRC is a system of computer programs for solving time-dependent, free surface circulation and transport problems in
two and three dimensions. These programs use the finite element method in space allowing the use of highly flexible,
unstructured grids. Typical ADCIRC applications have included:
- Prediction of storm surge and flooding
- Modeling tides and wind driven circulation
- Larval transport studies
- Near shore marine operations
- Dredging feasibility and material disposal studies
ADCIRC has been used around the world for various studies, including those conducted by the United States Army Corps of
Engineers (USACE), Federal Emergency Management Agency (FEMA), National Oceanographic and Atmospheric Administration
(NOAA), and many others.
Authors
- Joannes Westerink, University of Notre Dame
- Rick Luettich, University of North Carolina at Chapel Hill
Development Group
- Brian Blanton - RENCI
- Shintaro Bunya - University of North Carolina at Chapel Hill
- Zachary Cobell - The Water Institute of the Gulf
- Clint Dawson - University of Texas at Austin
- Casey Dietrich - North Carolina State University
- Randall Kolar - University of Oklahoma at Norman
- Chris Massey - US Army Corps of Engineers Research and Development Center, Coastal and Hydraulics Laboratory
Gallery
Louisiana ADCIRC model simulating Hurricane Katrina storm surge and waves developed by The Water Institute of the Gulf.
ADCIRC mesh in the Chesapeake Bay area used for the FEMA Coastal Storm Surge Study
Versions
Code versions are published based on semantic versioning as of version 56. Prior to that, ADCIRC used a two level
versioning scheme, though it approximately mirrors semantic versioning.
Documentation
Documentation is presently undergoing upgrades, however, the main documentation locations for users are:
Contributors are actively consolidating information from ADCIRC website and ADCIRC Wiki into ADCIRC documentation to provide comprehensive, up-to-date information about ADCIRC.
Contributing
ADCIRC is an open source project and contributions are welcome.
Please see the CONTRIBUTING.md file for more information
on how to contribute to the project.
The high-level summary is:
- Run
pre-commit installto install pre-commit hooks in your development environment. Pre-commit can be installed usingpip install pre-commit. - New source files should have a "*.F90" extension
- All new code should contain Doxygen-style comments
- Developers are encouraged to compile their code using the GCC compilers (even if this is not their typical development environment) with
-DADCIRC_DEVELOPER_MODE=ONto ensure that the code will build in the CI environment with strict checks - Developers should avoid adding new variables to the
GLOBALmodule unless absolutely necessary
Requirements
ADCIRC minimally requires a C and Fortran compiler that minimally meet the following specifications:
- C compiler: C11 standard
- Fortran compiler: Fortran 2008 standard
ADCIRC has been tested with the following compilers:
- GNU Compiler Collection (GCC)
- Intel Classic Compilers
- Intel OneAPI Compilers/IntelLLVM
- NVIDIA HPC Compilers (nvc/nvfortran)
- LLVM (clang/flang)
Additional features, including MPI parallelism and netCDF output require additional libraries:
- MPI (Message Passing Interface)—OpenMPI, MVAPICH2, Intel MPI, or other MPI implementations
- netCDF—netCDF C and Fortran libraries
Docker Containers
To help new users get spun up quickly with the ADCIRC model, ADCIRC is provided as Linux Docker containers and pushed to DockerHub.
New images are published either when a new version is released or the main branch has changes. The DockerHub repository is
located here. Images may be used with Docker Desktop or Singularity on x86 or ARM CPUs
on Windows, Mac, and Linux.
Images are tagged for release versions (using semantic versioning) as well as the current state of the main branch as "latest".
By default, a release tag should be used and only use latest to try the newest version of the code. The ADCIRC Docker images are
distributed under the same license and conditions as this repository.
Images built for x86 systems use the IntelLLVM compiler while images build for ARM CPUs use the GCC compiler, version 14.2. The
x86 base image is the same used to build ADCIRC during continuous integration testing.
Examples
The ADCIRC testing repository doubles as a set of examples which can be used
for new users to become acquainted with the model. Since version 55, the branches are annotated with the expected
version numbers that would allow the tests to run successfully.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file."
title: "ADCIRC: The Advanced Circulation model"
abstract: >-
ADCIRC is a system of computer programs for solving time-dependent, free
surface circulation and transport problems in two and three dimensions. These
programs use the finite element method in space, allowing the use of highly
flexible, unstructured grids. Typical applications include the prediction of
storm surge and flooding, modeling of tides and wind-driven circulation,
larval transport studies, near-shore marine operations, and dredging
feasibility and material disposal studies.
type: software
authors:
- family-names: Luettich
given-names: Rick
orcid: "https://orcid.org/0000-0002-7625-1952"
affiliation: University of North Carolina at Chapel Hill
- family-names: Westerink
given-names: Joannes
orcid: "https://orcid.org/0000-0003-0602-0494"
affiliation: University of Notre Dame
- family-names: Cobell
given-names: Zachary
orcid: "https://orcid.org/0000-0002-6645-8570"
affiliation: The Water Institute
- family-names: Bunya
given-names: Shintaro
orcid: "https://orcid.org/0000-0001-5455-8550"
affiliation: University of North Carolina at Chapel Hill
- family-names: Dawson
given-names: Clint
orcid: "https://orcid.org/0000-0001-7273-0684"
affiliation: The University of Texas at Austin
- family-names: Massey
given-names: Thomas Chris
affiliation: United States Army Corps of Engineers
- family-names: Dietrich
given-names: Joel Casey
affiliation: North Carolina State University
- family-names: Kolar
given-names: Randall
orcid: "https://orcid.org/0009-0005-5248-7900"
affiliation: University of Oklahoma
- family-names: Blanton
given-names: Brian
orcid: "https://orcid.org/0000-0002-3162-2799"
affiliation: University of North Carolina at Chapel Hill
repository-code: "https://github.com/adcirc/adcirc"
url: "https://adcirc.org"
license: LGPL-3.0-or-later
keywords:
- storm surge
- coastal circulation
- hydrodynamics
- finite element method
- unstructured mesh
- shallow water equations
- ocean modeling
- tides
Owner metadata
- Name: ADCIRC Development Group
- Login: adcirc
- Email:
- Kind: organization
- Description: Development team for the ADCIRC Model
- Website: http://www.adcirc.org
- Location: Chapel Hill, North Carolina
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/19238040?v=4
- Repositories: 5
- Last ynced at: 2024-03-27T10:10:39.612Z
- Profile URL: https://github.com/adcirc
GitHub Events
Total
- Create event: 66
- Delete event: 41
- Fork event: 9
- Issue comment event: 49
- Issues event: 34
- Pull request event: 73
- Pull request review comment event: 5
- Pull request review event: 9
- Push event: 365
- Release event: 2
- Watch event: 25
Last Year
- Create event: 22
- Delete event: 11
- Fork event: 1
- Issue comment event: 3
- Issues event: 5
- Pull request event: 10
- Pull request review comment event: 2
- Pull request review event: 4
- Push event: 92
- Release event: 1
- Watch event: 7
Committers metadata
Last synced: 6 days ago
Total Commits: 1,057
Total Committers: 50
Avg Commits per committer: 21.14
Development Distribution Score (DDS): 0.72
Commits in past year: 57
Committers in past year: 5
Avg Commits per committer in past year: 11.4
Development Distribution Score (DDS) in past year: 0.211
| Name | Commits | |
|---|---|---|
| Zach Cobell | z****l@g****m | 296 |
| Jason Fleming | j****g@s****m | 273 |
| Chris Massey | C****y@u****l | 76 |
| Zach Cobell | z****l@a****m | 68 |
| Zach Cobell | z****l@a****m | 51 |
| WPringle | w****e@n****u | 45 |
| Robert Weaver | r****r@f****u | 31 |
| Casey Dietrich | c****h@g****m | 29 |
| Dylan Wood | d****d@g****m | 21 |
| Shintaro Bunya | s****a@g****m | 18 |
| Shintaro Bunya | s****a@u****u | 14 |
| Damrongsak Wirasaet | d****e@g****m | 14 |
| Christina Forbes | c****s@n****v | 13 |
| Tristan | a****r@n****u | 13 |
| T | t****r | 12 |
| Panagiotis Velissariou | p****u@n****v | 10 |
| cblakely | c****y@n****u | 8 |
| Corbitt Kerr | p****r@n****u | 6 |
| Kendra Dresback | d****k@o****u | 5 |
| caseydietrich | d****h@i****u | 4 |
| tampbell | t****l@n****m | 4 |
| Alper Altuntas | a****s@g****m | 3 |
| Brian Blanton | b****n@r****g | 3 |
| Guoming Ling | g****g@n****u | 3 |
| Seizo Tanaka | t****o@g****m | 3 |
| Seun Omogbehin | o****n@g****m | 3 |
| Aman Tejaswi | a****i@a****u | 3 |
| Joel Dietrich | j****1@l****u | 2 |
| William Pringle | w****e@b****v | 2 |
| Alexander Crosby | c****r@g****m | 2 |
| and 20 more... | ||
Committer domains:
- nd.edu: 5
- noaa.gov: 3
- arcadis-us.com: 2
- noemail.com: 2
- aegaeon.crc.nd.edu: 2
- seahorsecoastal.com: 1
- usace.army.mil: 1
- arcadis.com: 1
- fit.edu: 1
- unc.edu: 1
- ncsu.edu: 1
- ou.edu: 1
- ices.utexas.edu: 1
- renci.org: 1
- login2.stampede2.tacc.utexas.edu: 1
- beboplogin4.lcrc.anl.gov: 1
- beboplogin1.lcrc.anl.gov: 1
- lanl.gov: 1
- ransomenv.com: 1
- login1.stampede2.tacc.utexas.edu: 1
- crux-uan-0002.head.cm.crux.alcf.anl.gov: 1
- login1.frontera.tacc.utexas.edu: 1
- gmail.com“: 1
- my.uri.edu: 1
- beboplogin2.lcrc.anl.gov: 1
- proton.me: 1
- uga.edu: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 116
Total pull requests: 239
Average time to close issues: about 1 year
Average time to close pull requests: about 1 month
Total issue authors: 36
Total pull request authors: 26
Average comments per issue: 2.32
Average comments per pull request: 0.8
Merged pull request: 183
Bot issues: 0
Bot pull requests: 0
Past year issues: 6
Past year pull requests: 20
Past year average time to close issues: 13 days
Past year average time to close pull requests: 16 days
Past year issue authors: 5
Past year pull request authors: 6
Past year average comments per issue: 2.0
Past year average comments per pull request: 0.25
Past year merged pull request: 15
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- zcobell (32)
- jasonfleming (25)
- wwlwpd (7)
- krober10nd (5)
- tgasher (5)
- mattbilskie (3)
- WPringle (3)
- shin-ozaki (2)
- yujifunakoshiNOAA (2)
- pvelissariou1 (2)
- MGYBY (2)
- acrosby (2)
- ps2epsi (2)
- krsteffen (2)
- brian-jupiter (1)
Top Pull Request Authors
- zcobell (114)
- shinbunya (30)
- cblakely97 (22)
- jasonfleming (12)
- dwirasae (10)
- poseidonND (8)
- jlwoodr (6)
- pvelissariou1 (6)
- acrosby (4)
- dylnwood (3)
- mattbilskie (3)
- krober10nd (3)
- chrismassey (2)
- caseydietrich (2)
- dave-gso (2)
Top Issue Labels
- bug (52)
- enhancement (37)
- question (7)
- help wanted (6)
- bug-thirdparty (4)
- critical (4)
- duplicate (2)
- wontfix (1)
- feature-request (1)
Top Pull Request Labels
- bug (66)
- enhancement (57)
- bug-thirdparty (8)
- maintenance (8)
- documentation (4)
- critical (2)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 16
proxy.golang.org: github.com/adcirc/adcirc
- Homepage:
- Documentation: https://pkg.go.dev/github.com/adcirc/adcirc#section-documentation
- Licenses: other
- Latest release: v56.2.1+incompatible (published 9 months ago)
- Last Synced: 2026-08-24T19:01:44.894Z (1 day ago)
- Versions: 16
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.401%
- Average: 5.583%
- Dependent repos count: 5.764%
Score: -Infinity