IndividualDisplacements.jl

IndividualDisplacements.jl: a Julia package to simulate and study particle displacements within the climate system - Published in JOSS (2021)

https://github.com/JuliaClimate/Drifters.jl

Science Score: 59.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 5 DOI reference(s) in README
  • 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
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary

Keywords from Contributors

tracer fluxes fluid-dynamics pde ecology ocean biogeochemistry particles finite-elements numerical-methods
Last synced: 6 months ago · JSON representation

Repository

Trajectory simulations for point particles in the Ocean & Atmosphere

Basic Info
Statistics
  • Stars: 86
  • Watchers: 3
  • Forks: 14
  • Open Issues: 9
  • Releases: 69
Created over 6 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

Drifters.jl

codecov CI

DOI DOI Binder

Drifters.jl computes point displacements over a gridded domain. It is geared towards the analysis of Climate, Ocean, etc models (Arakawa C-grids are natively supported) and the simulation of material transports within the Earth System (e.g. plastics or planktons in the Ocean; dusts or chemicals in the Atmosphere).

Inter-operability with popular climate model grids via MeshArrays.jl is an important aspect. The package can read and write individual displacement collection files, including those generated by the MIT general circulation model. Drifters's initial test suite is based on global ocean model simulations called ECCO (v4r2) and CBIOMES (alpha) (see Forget et al. 2015).

Installation

using Pkg Pkg.add("Drifters") Pkg.test("Drifters")

Examples

The movies highlighted above are based on the Global Climatology and Three Dimensional examples.

The basic examples shown below are from the Simple 3-D Flow and Simple 2-D Flow notebooks. For more, please report to the docs.

Would like to contribute?

Thank you for your interest in contributing to this package!

Please start by filing a ticket in the GitHub issue tracker if you think you’ve found a bug, found a potential fix for a bug, would like to suggest additional features, would like guidance on how to add features, or could help improve the documentation for example.

You can also send a GitHub pull request directly but filing a ticket first is often preferable e.g. to avoid duplicating efforts or confusion. For an example of how to work with pull requests, please refer to the MITgcm documentation.

Owner

  • Name: JuliaClimate
  • Login: JuliaClimate
  • Kind: organization

GitHub Events

Total
  • Create event: 9
  • Issues event: 2
  • Release event: 8
  • Watch event: 47
  • Issue comment event: 36
  • Push event: 27
  • Pull request event: 29
  • Fork event: 3
Last Year
  • Create event: 9
  • Issues event: 2
  • Release event: 8
  • Watch event: 47
  • Issue comment event: 36
  • Push event: 27
  • Pull request event: 29
  • Fork event: 3

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 778
  • Total Committers: 6
  • Avg Commits per committer: 129.667
  • Development Distribution Score (DDS): 0.015
Past Year
  • Commits: 106
  • Committers: 2
  • Avg Commits per committer: 53.0
  • Development Distribution Score (DDS): 0.009
Top Committers
Name Email Commits
gaelforget g****t@m****u 766
github-actions[bot] 4****] 6
Kyle Niemeyer k****r@f****m 2
CompatHelper Julia c****y@j****g 2
Julia TagBot 5****t 1
“sevfour” “****r@p****” 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 18
  • Total pull requests: 109
  • Average time to close issues: 2 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 6
  • Total pull request authors: 6
  • Average comments per issue: 14.28
  • Average comments per pull request: 0.32
  • Merged pull requests: 85
  • Bot issues: 0
  • Bot pull requests: 21
Past Year
  • Issues: 2
  • Pull requests: 25
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.48
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
  • milankl (9)
  • gaelforget (5)
  • sevfour (1)
  • zhenwu0728 (1)
  • hdrake (1)
  • JuliaTagBot (1)
Pull Request Authors
  • gaelforget (84)
  • github-actions[bot] (21)
  • kyleniemeyer (2)
  • sevfour (2)
  • visr (1)
  • JuliaTagBot (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
juliahub.com: Drifters

Trajectory simulations for point particles in the Ocean & Atmosphere

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Downloads: 3.0%
Dependent repos count: 3.2%
Average: 7.5%
Dependent packages count: 16.3%
Last synced: 6 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite