matt-graham / ParticleDA.jl

Home Page:https://team-raddish.github.io/ParticleDA.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParticleDA

Dev Build Status Coverage DOI

ParticleDA.jl is a Julia package to run data assimilation with particle filter distributed using MPI.

Installation

To install the latest stable version of the package, open the Julia REPL, enter the package manager with ], then run the command

add ParticleDA

If you plan to develop the package (make changes, submit pull requests, etc), in the package manager mode run this command

dev ParticleDA

This will automatically clone the repository to your local directory ~/.julia/dev/ParticleDA.

You can exit from the package manager mode by pressing CTRL + C or, alternatively, the backspace key when there is no input in the prompt.

Documentation

Documentation Website

License

The ParticleDA.jl package is licensed under the MIT "Expat" License.

About

https://team-raddish.github.io/ParticleDA.jl/dev/

License:MIT License


Languages

Language:Julia 87.3%Language:Jupyter Notebook 12.4%Language:Shell 0.4%