-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resmda->dageo; ES-MDA->ESMDA; m->z
- Loading branch information
Showing
28 changed files
with
176 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
``resmda`` - ES-MDA with a simple 2D reservoir modeller | ||
======================================================= | ||
``dageo`` - Data Assimilation in Geosciences | ||
============================================ | ||
|
||
A simple 2D reservoir simulator and a straight-forward implementation of the | ||
basic *Ensemble smoother with multiple data assimilation* (ES-MDA) algorithm as | ||
presented by Emerick and Reynolds, 2013. | ||
Data Assimilation in Geosciences is, for now, a simple 2D reservoir simulator | ||
and a straight-forward implementation of the basic *Ensemble smoother with | ||
multiple data assimilation* (ESMDA) algorithm as presented by Emerick and | ||
Reynolds, 2013. However, more DA methods and examples might be added in the | ||
future. | ||
|
||
- **Documentation:** https://tuda-geo.github.io/resmda | ||
- **Source Code:** https://github.com/tuda-geo/resmda | ||
- **Bug reports:** https://github.com/tuda-geo/resmda/issues | ||
- **Documentation:** https://tuda-geo.github.io/dageo | ||
- **Source Code:** https://github.com/tuda-geo/dageo | ||
- **Bug reports:** https://github.com/tuda-geo/dageo/issues | ||
|
||
|
||
Available through pip and conda: | ||
``pip install resmda`` / ``conda install -c conda-forge resmda``. | ||
``pip install dageo`` / ``conda install -c conda-forge dageo``. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Data Assimilation | ||
----------------- | ||
|
||
.. automodapi:: resmda.data_assimilation | ||
.. automodapi:: dageo.data_assimilation | ||
:no-inheritance-diagram: | ||
:no-heading: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ API reference | |
|
||
---- | ||
|
||
.. module:: resmda | ||
.. module:: dageo | ||
|
||
|
||
.. toctree:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Reservoir Simulator | ||
------------------- | ||
|
||
.. automodapi:: resmda.reservoir_simulator | ||
.. automodapi:: dageo.reservoir_simulator | ||
:no-inheritance-diagram: | ||
:no-heading: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Utilities | ||
--------- | ||
|
||
.. automodapi:: resmda.utils | ||
.. automodapi:: dageo.utils | ||
:no-inheritance-diagram: | ||
:no-heading: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.