Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NOAA-GFDL/MOM6
Modular Ocean Model
https://github.com/NOAA-GFDL/MOM6
Last synced: 3 months ago
JSON representation
Modular Ocean Model
- Host: GitHub
- URL: https://github.com/NOAA-GFDL/MOM6
- Owner: NOAA-GFDL
- License: other
- Fork: true (mom-ocean/MOM6)
- Created: 2021-11-12T20:39:58.000Z (almost 3 years ago)
- Default Branch: dev/gfdl
- Last Pushed: 2024-05-21T16:33:35.000Z (6 months ago)
- Last Synced: 2024-05-21T18:51:16.078Z (6 months ago)
- Language: Fortran
- Size: 73.8 MB
- Stars: 20
- Watchers: 9
- Forks: 44
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-sustainable-technology - MOM6 - A numerical representation of the ocean fluid with applications from the process scale to the planetary circulation scale. (Hydrosphere / Ocean Models)
README
[![Read The Docs Status](https://readthedocs.org/projects/mom6/badge/?version=main)](https://mom6.readthedocs.io/en/main/?badge=main)
[![codecov](https://codecov.io/gh/NOAA-GFDL/MOM6/branch/dev/gfdl/graph/badge.svg?token=uF8SVydCdp)](https://codecov.io/gh/NOAA-GFDL/MOM6)# MOM6
This is the MOM6 source code.
# Where to find information
Start at the [MOM6-examples wiki](https://github.com/NOAA-GFDL/MOM6-examples/wiki) which has installation instructions.
[Source code documentation](http://mom6.readthedocs.io/) 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](docs/README.md) |
| ```.testing/``` | Contains the verification test suite. See [.testing/README.md](.testing/README.md) |
| ```ac/``` | Contains the autoconf build configuration files. See [ac/README.md](ac/README.md) |# Quick start guide
To quickly get started and build an ocean-only MOM6 executable, see the
[autoconf README](ac/README.md).For setting up an experiment, or building an executable for coupled modeling,
consult the [MOM6-examples wiki](https://github.com/NOAA-GFDL/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.