MITgcm.jl

MITgcm.jl: a Julia Interface to the MITgcm - Published in JOSS (2024)

https://github.com/gaelforget/mitgcm.jl

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 6 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

adjoint adjoint-sensitivities biogeochemistry climate climate-model climate-science ecology model ocean ocean-modelling ocean-sciences particles seaice tracers transport

Keywords from Contributors

climate-change data-assimilation fluid-dynamics oceanography climate-and-forecast-conventions climatology earth-observation meteorology opendap pde

Scientific Fields

Engineering Computer Science - 40% confidence
Last synced: 6 months ago · JSON representation

Repository

Julia interface to MITgcm

Basic Info
Statistics
  • Stars: 33
  • Watchers: 2
  • Forks: 10
  • Open Issues: 6
  • Releases: 61
Topics
adjoint adjoint-sensitivities biogeochemistry climate climate-model climate-science ecology model ocean ocean-modelling ocean-sciences particles seaice tracers transport
Created about 6 years ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

MITgcm.jl

Documentation codecov CI

DOI DOI Binder

Julia interface to MITgcm that allows user not only to analyze model output, but also to download the source code, build the model executable, modify run-time parameters, run model simulations, or verify model results against a benchmark.

Forget, G., (2024). MITgcm.jl: a Julia Interface to the MITgcm. Journal of Open Source Software, 9(102), 6710, https://doi.org/10.21105/joss.06710

Notebooks and tutorials are found in the docs.

Examples / How-To To open a notebook using [Pluto.jl](https://featured.plutojl.org): 1. open `julia` in terminal window 2. type command below at the `Julia` prompt 3. _new web browser tab should show `Pluto` prompt_ 4. copy/paste a notebook URL from [the docs](https://gaelforget.github.io/MITgcm.jl/dev/examples/) ``` cd("examples/"); using Pluto; Pluto.run() ```
Examples / Running Models - [MITgcm_configurations.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/MITgcm_configurations.html) : explore MITgcm configurations and their parameters. - [MITgcm_worklow.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/MITgcm_worklow.html) : build, setup, run, and plot for any standard configuration. - [MITgcm_run.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/MITgcm_run.html) : a more detailed look into compiling and running the model. - [MITgcm\_scan\_output.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/MITgcm_scan_output.html) : scan `output.txt`, read grid, viz with `Makie.jl`
Examples / Analyzing Results - [HS94_animation.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/HS94_animation.html) : run `hs94.cs-32x32x5`, read output, interpolate, and animate map - [HS94_particles.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/HS94_particles.html) : compute particle trajectories from `hs94.cs-32x32x5` output - [HS94_Makie.jl](https://gaelforget.github.io/MITgcm.jl/dev/examples/HS94_Makie.html) : example using `Makie.jl` instead of `Plots.jl`

Owner

  • Name: Gael Forget
  • Login: gaelforget
  • Kind: user
  • Location: Cambridge, MA, USA
  • Company: MIT (Massachusetts Institute of Technology)

Researches oceans and climate.

JOSS Publication

MITgcm.jl: a Julia Interface to the MITgcm
Published
October 22, 2024
Volume 9, Issue 102, Page 6710
Authors
Gaël Forget ORCID
Massachusetts Institute of Technology, Cambridge, MA, USA
Editor
Anjali Sandip ORCID
Tags
Ocean climate

GitHub Events

Total
  • Create event: 8
  • Release event: 1
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 24
  • Push event: 35
  • Pull request event: 19
  • Fork event: 3
Last Year
  • Create event: 8
  • Release event: 1
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 24
  • Push event: 35
  • Pull request event: 19
  • Fork event: 3

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 561
  • Total Committers: 6
  • Avg Commits per committer: 93.5
  • Development Distribution Score (DDS): 0.023
Past Year
  • Commits: 52
  • Committers: 3
  • Avg Commits per committer: 17.333
  • Development Distribution Score (DDS): 0.038
Top Committers
Name Email Commits
gaelforget g****t@m****u 548
jbisits j****s@g****m 5
CompatHelper Julia c****y@j****g 5
Kristen Thyng k****g@g****m 1
Julia TagBot 5****t 1
Benoît Pasquier 4****c 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 13
  • Total pull requests: 87
  • Average time to close issues: 13 days
  • Average time to close pull requests: about 20 hours
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 15.08
  • Average comments per pull request: 0.16
  • Merged pull requests: 85
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 4
  • Pull requests: 20
  • Average time to close issues: 6 days
  • Average time to close pull requests: 3 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.25
  • Average comments per pull request: 0.2
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gaelforget (8)
  • simone-silvestri (3)
  • swilliamson7 (1)
  • JuliaTagBot (1)
Pull Request Authors
  • gaelforget (110)
  • github-actions[bot] (2)
  • kthyng (2)
  • briochemc (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 3
  • Total downloads:
    • julia 3 total
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 142
proxy.golang.org: github.com/gaelforget/MITgcm.jl
  • Versions: 61
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago
proxy.golang.org: github.com/gaelforget/mitgcm.jl
  • Versions: 61
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago
juliahub.com: MITgcm

Julia interface to MITgcm

  • Versions: 20
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3 Total
Rankings
Dependent repos count: 9.6%
Average: 24.3%
Dependent packages count: 38.9%
Last synced: 6 months ago