Skip to content

DanGiles/ParticleDA.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParticleDA

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

Disclaimer

This repository is a work in progress and will be updated frequently. Use at your own risk!

Installation

To install the package, open the Julia REPL, enter the package manager with ], then run the command

add https://github.com/Team-RADDISH/ParticleDA.jl.git

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

dev https://github.com/Team-RADDISH/ParticleDA.jl.git

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.

Releases

No releases published

Packages

No packages published

Languages

  • Julia 83.9%
  • Jupyter Notebook 15.3%
  • Shell 0.8%