Aronnax

Aronnax: An idealised isopycnal ocean model - Published in JOSS (2018)

https://github.com/edoddridge/aronnax

Science Score: 95.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Scientific Fields

Mathematics Computer Science - 84% confidence
Last synced: 6 months ago · JSON representation

Repository

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.

Basic Info
Statistics
  • Stars: 24
  • Watchers: 3
  • Forks: 6
  • Open Issues: 40
  • Releases: 3
Created over 9 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

Build Status codecov Documentation Status DOI

Aronnax

An idealised isopycnal ocean circulation model that can either be run as a reduced gravity model with n + 1/2 layers, or with n layers and variable bathymetry.

Aronnax is - Easy to install on a laptop or a compute node, including without administrative privileges. - Easy to configure. All parameters, including grid size, are specified at runtime in a simple configuration file. - Easy to use. Aronnax can be controlled programmatically as a Python library. - Easy to learn and understand, with extensive online documentation, including a complete description of the physics and the numerics. - Verified. Aronnax successfully reproduces published results from idealised models appearing in the literature. - Fast. The main integration loop is a Fortran program, wrapped in Python for convenient use.

Get Involved

  • Please report any bugs you come across in the Github issue tracker

  • Feature requests should also be made through the Github issue tracker

  • We are happy to receive pull requests for new features or bug fixes; check out the issues for stuff that we know needs doing, and HACKING.md for a developer's intro to the repository.

Owner

  • Name: Ed Doddridge
  • Login: edoddridge
  • Kind: user
  • Location: Lutruwita (Tasmania)
  • Company: University of Tasmania

JOSS Publication

Aronnax: An idealised isopycnal ocean model
Published
June 15, 2018
Volume 3, Issue 26, Page 592
Authors
Edward W. Doddridge ORCID
Earth, Atmospheric and Planetary Science, Massachusetts Institute of Technology, Cambridge, MA, USA
Alexey Radul
Brain and Cognitive Science, Massachusetts Institute of Technology, Cambridge, MA, USA
Editor
Kyle Niemeyer ORCID
Tags
oceanography isopycnal model python geophysical fluid dynamics

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 921
  • Total Committers: 3
  • Avg Commits per committer: 307.0
  • Development Distribution Score (DDS): 0.217
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ed Doddridge e****e@g****m 721
Alexey Radul a****h@m****u 199
Navid Constantinou n****y@g****m 1
Committer Domains (Top 20 + Academic)
mit.edu: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 48
  • Total pull requests: 52
  • Average time to close issues: 5 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 9
  • Total pull request authors: 2
  • Average comments per issue: 1.54
  • Average comments per pull request: 1.38
  • Merged pull requests: 52
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • edoddridge (30)
  • axch (8)
  • navidcy (3)
  • shifei90 (2)
  • braaannigan (1)
  • renskegelderloos (1)
  • zelunwu (1)
  • nvogtvincent (1)
  • ingwag (1)
Pull Request Authors
  • edoddridge (53)
  • navidcy (1)
Top Labels
Issue Labels
feature (9) bug (8) usability (6) validation (4) hackability (3) documentation (3) performance (3) easy pick (1)
Pull Request Labels
feature (9) documentation (9) bug (2) performance (2) validation (1)

Dependencies

.github/workflows/testing.yml actions
  • actions/checkout v2.2.0 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v3 composite
docs/requirements.txt pypi
  • dask *
  • future *
  • numpy *
  • pandas *
  • scipy *
  • sphinx-rtd-theme *
  • toolz *
  • xarray *
setup.py pypi
  • numpy *
  • scipy *