MOM6

A numerical representation of the ocean fluid with applications from the process scale to the planetary circulation scale.
https://github.com/NOAA-GFDL/MOM6

Category: Hydrosphere
Sub Category: Ocean Models

Keywords from Contributors

numerical-modeling climate-model ocean-circulation ocean-circulation-models climate fms gfdl earth-system-model datamodeling ocean-modelling

Last synced: about 5 hours ago
JSON representation

Repository metadata

Modular Ocean Model

README.md

Read The Docs Status
codecov

MOM6

This is the MOM6 source code.

Where to find information

Start at the MOM6-examples wiki which has installation instructions.

Source code documentation is hosted on read the docs.

What files are what

The top level directory structure groups source code and input files as follow:

File/directory Purpose
LICENSE.md A copy of the Gnu lesser general public license, version 3.
README.md This file with basic pointers to more information.
src/ Contains the source code for MOM6 that is always compiled.
config_src/ Contains optional source code depending on mode and configuration such as dynamic-memory versus static, ocean-only versus coupled.
pkg/ Contains third party (non-MOM6 or FMS) code that is compiled into MOM6.
docs/ Workspace for generated documentation. See docs/README.md
.testing/ Contains the verification test suite. See .testing/README.md
ac/ Contains the autoconf build configuration files. See ac/README.md

Quick start guide

To quickly get started and build an ocean-only MOM6 executable, see the
autoconf README.

For setting up an experiment, or building an executable for coupled modeling,
consult the MOM6-examples wiki.

Disclaimer

The United States Department of Commerce (DOC) GitHub project code is provided
on an "as is" basis and the user assumes responsibility for its use. DOC has
relinquished control of the information and no longer has responsibility to
protect the integrity, confidentiality, or availability of the information. Any
claims against the Department of Commerce stemming from the use of its GitHub
project will be governed by all applicable Federal law. Any reference to
specific commercial products, processes, or services by service mark,
trademark, manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce. The
Department of Commerce seal and logo, or the seal and logo of a DOC bureau,
shall not be used in any manner to imply endorsement of any commercial product
or activity by DOC or the United States Government.

This project code is made available through GitHub but is managed by NOAA-GFDL
at https://gitlab.gfdl.noaa.gov.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 8,549
Total Committers: 114
Avg Commits per committer: 74.991
Development Distribution Score (DDS): 0.672

Commits in past year: 429
Committers in past year: 41
Avg Commits per committer in past year: 10.463
Development Distribution Score (DDS) in past year: 0.606

Name Email Commits
Robert Hallberg R****g@n****v 2801
Alistair Adcroft A****t@n****v 1787
Gustavo Marques g****s@u****u 618
Kate Hedstrom k****m@a****u 442
Marshall Ward m****d@n****v 419
Matthew Harrison M****n@n****v 236
Andrew Shao a****o@n****v 228
alperaltuntas a****s@g****m 228
Brandon Reichl B****l@n****v 160
Niki Zadeh N****h@n****v 145
pjpegion P****n@n****v 87
Zhi Liang Z****g@n****v 84
He Wang H****g@n****v 78
Stephen Griffies S****s@n****v 77
Angus Gibson a****s@a****e 75
Mariana Vertenstein m****s@u****u 72
Andrew Shao a****o@g****m 71
Nicholas Hannah n****h@g****m 64
Benjamin Mater B****r@n****v 64
John Krasting J****g@n****v 45
Scott Bachman b****n@u****u 42
Raphael Dussin R****n@n****v 40
Olga Sergienko o****n@p****u 35
Nicholas Hannah n****h@g****m 34
denise.worthen D****n@n****v 34
Hemant Khatri h****1@g****m 28
Rob Cermak c****k@a****u 25
Michael Levy m****k@g****m 25
Alex Huth h****e@g****m 24
Andrew Ross a****s@n****v 23
and 84 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 98
Total pull requests: 855
Average time to close issues: 3 months
Average time to close pull requests: 15 days
Total issue authors: 29
Total pull request authors: 47
Average comments per issue: 3.0
Average comments per pull request: 2.63
Merged pull request: 733
Bot issues: 0
Bot pull requests: 0

Past year issues: 42
Past year pull requests: 277
Past year average time to close issues: 2 months
Past year average time to close pull requests: 17 days
Past year issue authors: 19
Past year pull request authors: 32
Past year average comments per issue: 2.45
Past year average comments per pull request: 2.17
Past year merged pull request: 216
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/NOAA-GFDL/MOM6

Top Issue Authors

  • kshedstrom (27)
  • marshallward (12)
  • Hallberg-NOAA (9)
  • herrwang0 (5)
  • adcroft (5)
  • breichl (4)
  • nikizadehgfdl (3)
  • yichengt900 (3)
  • raphaeldussin (3)
  • pittwolfe (3)
  • wfcooke (2)
  • ThomasNeumann2 (2)
  • c2xu (2)
  • Mark360s (2)
  • andrew-c-ross (2)

Top Pull Request Authors

  • Hallberg-NOAA (427)
  • marshallward (146)
  • adcroft (40)
  • kshedstrom (26)
  • herrwang0 (26)
  • alex-huth (20)
  • raphaeldussin (17)
  • breichl (15)
  • c2xu (13)
  • awallcraft (11)
  • MJHarrison-GFDL (10)
  • yichengt900 (7)
  • claireyung (7)
  • NoraLoose (7)
  • OlgaSergienko (6)

Top Issue Labels

  • bug (19)
  • enhancement (5)
  • documentation (1)
  • answer-changing (1)

Top Pull Request Labels

  • bug (159)
  • enhancement (153)
  • answer-changing (91)
  • documentation (85)
  • Parameter change (81)
  • refactor (76)
  • invalid (1)
  • duplicate (1)

Dependencies

.github/actions/macos-setup/action.yml actions
.github/actions/testing-setup/action.yml actions
.github/actions/ubuntu-setup/action.yml actions
.github/workflows/coupled-api.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite
.github/workflows/coverage.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite
.github/workflows/documentation-and-style.yml actions
  • actions/checkout v3 composite
.github/workflows/expression.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite
.github/workflows/macos-regression.yml actions
  • ./.github/actions/macos-setup * composite
  • ./.github/actions/testing-setup * composite
  • actions/checkout v3 composite
.github/workflows/macos-stencil.yml actions
  • ./.github/actions/macos-setup * composite
  • ./.github/actions/testing-setup * composite
  • actions/checkout v3 composite
.github/workflows/other.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite
.github/workflows/perfmon.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite
.github/workflows/regression.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite
.github/workflows/stencil.yml actions
  • ./.github/actions/testing-setup * composite
  • ./.github/actions/ubuntu-setup * composite
  • actions/checkout v3 composite

Score: 9.08000387024818