Giter Site home page Giter Site logo

aibecs.jl's Introduction

logo

AIBECS.jl

The ideal tool for exploring global marine biogeochemical cycles.

License: MIT

AIBECS (for Algebraic Implicit Biogeochemical Elemental Cycling System, pronounced like the cool ibex) is a Julia package that provides ocean biogeochemistry modelers with an easy-to-use interface for creating and running models of the ocean system.

AIBECS is a system because it allows you to chose some biogeochemical tracers, define their interactions, select an ocean circulation and Voilà! — your model is ready to run.

Getting started

If you are new to AIBECS, head over to the documentation and look for the tutorials. (You can also click on the big "Documentation" badge above.)

Concept

This package was developed to exploit linear-algebra tools and algorithms in Julia to efficiently simulate marine tracers. AIBECS represents global biogeochemical cycles with a discretized system of nonlinear partial differential equations that takes the generic form

(∂/∂𝑡 + 𝓣)x = G(x)

where x represents the model state variables, i.e., the marine tracer(s) concentration. For a single tracer, x can be interpreted as the 3D field of its concentration. In AIBECS, x is represented as a column vector.

The operator 𝓣 is a spatial differential operator that represents the transport of tracers. For example, for a single tracer transported by the ocean circulation,

𝓣 = ∇ ⋅ (u + K∇)

represents the effects of advection and eddy-diffusion. (u is the 3D vector of the marine currents and K is a 3×3 diffusivity matrix.) Thus, 𝓣 acts on x such that 𝓣x is the flux divergence of that tracer. In AIBECS, 𝓣 is represented by matrices.

Lastly, G(x) represents the local sources minus sinks of each tracer. In AIBECS, G(x) is represented by functions of the tracer(s).

To simulate tracers using the AIBECS, you just need to define the transport operators 𝓣 and the net sources and sinks G. That's pretty much the whole concept!

References

If you use this package, please cite it. And if you use data with these package (like the ocean circulation from the OCIM) please also cite them. The references under bibtex format are available in the CITATION.bib file.

Also, if you want to do research using the AIBECS, and you think I could help, do not hesitate to contact me directly (contacts on my website), I would be happy to contribute and collaborate!

NSF

The authors acknowledge funding from the Department of Energy grant DE-SC0016539 and from the National Science Foundation grant 1658380.

aibecs.jl's People

Contributors

briochemc avatar github-actions[bot] avatar juliatagbot avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.