Skip to content

Commit

Permalink
Addition to similar projects
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Jan 10, 2023
1 parent 3930545 commit 2023668
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,23 +269,24 @@ Name | Developers | Purpose (approximately)
Below is a list of projects with a purpose more similar to DAPPER's
(research *in* DA, and not so much *using* DA):

Name | Developers | Notes
------------------------------------ | ---------------------- | ---------------------------------
[DAPPER][22] | Raanes, Chen, Grudzien | Python
[SANGOMA][5] | Conglomerate* | Fortran, Matlab
[hIPPYlib][25] | Villa, Petra, Ghattas | Python, adjoint-based PDE methods
[FilterPy][12] | R. Labbe | Python. Engineering oriented.
[DASoftware][13] | Yue Li, Stanford | Matlab. Large inverse probs.
[Pomp][18] | U of Michigan | R
[EnKF-Matlab][15] | Sakov | Matlab
[EnKF-C][17] | Sakov | C. Light-weight, off-line DA
[pyda][16] | Hickman | Python
[PyDA][19] | Shady-Ahmed | Python
[DasPy][20] | Xujun Han | Python
[DataAssim.jl][23] | Alexander-Barth | Julia
[DataAssimilationBenchmarks.jl][24] | Grudzien | Julia, Python
Datum | Raanes | Matlab
IEnKS code | Bocquet | Python
Name | Developers | Notes
------------------------------------ | ---------------------- | ---------------------------------
[DAPPER][22] | Raanes, Chen, Grudzien | Python
[SANGOMA][5] | Conglomerate* | Fortran, Matlab
[hIPPYlib][25] | Villa, Petra, Ghattas | Python, adjoint-based PDE methods
[FilterPy][12] | R. Labbe | Python. Engineering oriented.
[DASoftware][13] | Yue Li, Stanford | Matlab. Large inverse probs.
[Pomp][18] | U of Michigan | R
[EnKF-Matlab][15] | Sakov | Matlab
[EnKF-C][17] | Sakov | C. Light-weight, off-line DA
[pyda][16] | Hickman | Python
[PyDA][19] | Shady-Ahmed | Python
[DasPy][20] | Xujun Han | Python
[DataAssim.jl][23] | Alexander-Barth | Julia
[DataAssimilationBenchmarks.jl][24] | Grudzien | Julia, Python
[EnsembleKalmanProcesses.jl][26] | Clim. Modl. Alliance | Julia, EKI (optim)
Datum | Raanes | Matlab
IEnKS code | Bocquet | Python

The `EnKF-Matlab` and `IEnKS` codes have been inspirational
in the development of DAPPER.
Expand Down Expand Up @@ -317,6 +318,7 @@ in the development of DAPPER.
[23]: https://juliahub.com/docs/DataAssim/qCDwD/0.3.2/
[24]: https://github.com/cgrudz/DataAssimilationBenchmarks.jl
[25]: https://hippylib.github.io/
[26]: https://github.com/CliMA/EnsembleKalmanProcesses.jl


## Contributors
Expand Down
2 changes: 1 addition & 1 deletion dapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. include:: ./README.md
"""

__version__ = "1.3.0"
__version__ = "1.4.0"

# A parsimonious list of imports used in the examples
from .dpr_config import rc
Expand Down

0 comments on commit 2023668

Please sign in to comment.