-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve docs - add new sections (like TimML) - run docformatter - fix some linting issues * fix coveralls parallel build issue * update gitignore * add sphinx-bibtex to docs deps * move pumptests notebooks to docs * rename api folder * add about section with bibliography * update main docs page layout update conf.py * add all examples * add newline * delete moved notebooks from notebook dir - update tests accordingly * update nbdirs * no more notebooks remaining in notebooks dir * fix nb tests * hopefully final fix
- Loading branch information
1 parent
577703f
commit 4d60993
Showing
157 changed files
with
548 additions
and
1,807 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,4 +109,4 @@ Info.plist | |
|
||
# docs | ||
_build | ||
/docs/api/generated/ | ||
/docs/05api/generated/ |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Tutorials | ||
========= | ||
|
||
TTim tutorials. | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:hidden: | ||
:glob: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Concepts | ||
======== | ||
|
||
This section contains explanations of some basic concepts that are used in TTim. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
Examples | ||
======== | ||
|
||
TTim example notebooks. | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:hidden: | ||
:glob: | ||
|
||
compare_wells_linesink | ||
aem_ttim_sol | ||
circareasink_example | ||
line_sink_well_sol | ||
line-sink-ditch | ||
meandering_river | ||
pathline_trace | ||
pumpingtest_hypothetical | ||
pumpingtest | ||
theis_storage | ||
ttim_exercise1_sol | ||
ttim_figures | ||
ttim_neuman_comparison | ||
ttim_pumptest_neuman | ||
ttim_slugtest | ||
well_example | ||
well_near_river_or_wall | ||
well_near_wall | ||
wells_in_different_systems | ||
|
||
|
||
* `Comparing linesink with row of wells`_ | ||
* `aem_ttim_sol`_ | ||
* `circareasink_example`_ | ||
* `line_sink_well_sol`_ | ||
* `line-sink-ditch`_ | ||
* `meandering_river`_ | ||
* `pathline_trace`_ | ||
* `pumpingtest_hypothetical`_ | ||
* `pumpingtest`_ | ||
* `theis_storage`_ | ||
* `ttim_exercise1_sol`_ | ||
* `ttim_figures`_ | ||
* `ttim_neuman_comparison`_ | ||
* `ttim_pumptest_neuman`_ | ||
* `ttim_slugtest`_ | ||
* `well_example`_ | ||
* `well_near_river_or_wall`_ | ||
* `well_near_wall`_ | ||
* `wells_in_different_systems`_ | ||
|
||
|
||
.. _Comparing linesink with row of wells: compare_wells_linesink.html | ||
.. _aem_ttim_sol: aem_ttim_sol.html | ||
.. _circareasink_example: circareasink_example.html | ||
.. _compare_wells_linesink: compare_wells_linesink.html | ||
.. _line_sink_well_sol: line_sink_well_sol.html | ||
.. _line-sink-ditch: line-sink-ditch.html | ||
.. _meandering_river: meandering_river.html | ||
.. _pathline_trace: pathline_trace.html | ||
.. _pumpingtest_hypothetical: pumpingtest_hypothetical.html | ||
.. _pumpingtest: pumpingtest.html | ||
.. _theis_storage: theis_storage.html | ||
.. _ttim_exercise1_sol: ttim_exercise1_sol.html | ||
.. _ttim_figures: ttim_figures.html | ||
.. _ttim_neuman_comparison: ttim_neuman_comparison.html | ||
.. _ttim_pumptest_neuman: ttim_pumptest_neuman.html | ||
.. _ttim_slugtest: ttim_slugtest.html | ||
.. _well_example: well_example.html | ||
.. _well_near_river_or_wall: well_near_river_or_wall.html | ||
.. _well_near_wall: well_near_wall.html | ||
.. _wells_in_different_systems: wells_in_different_systems.html |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
notebooks/meandering_river.ipynb → docs/03examples/meandering_river.ipynb
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
notebooks/ttim_figures.ipynb → docs/03examples/ttim_figures.ipynb
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
notebooks/well_near_wall.ipynb → docs/03examples/well_near_wall.ipynb
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Pumping tests | ||
============= | ||
|
||
TTim pumping test benchmark notebooks. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
0_synthetic_data | ||
1_test_of_oude_korendijk | ||
2_test_of_dalem | ||
3_test_of_vennebulten | ||
4_test_of_gridley | ||
5_test_of_sioux | ||
6_test_of_schroth | ||
7_test_of_neveda_double-porosity | ||
8_test_of_hardinxveld_recovery | ||
9_test_of_texas_hill | ||
10_moench_test | ||
11_slug_test_pratt_county | ||
12_falling-head_slug_test | ||
13_multiwell_slug_test- | ||
14_dawsonville_slug_test | ||
confined1_oude_korendijk |
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 |
---|---|---|
|
@@ -30,5 +30,5 @@ Python code. | |
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 4 | ||
:maxdepth: 2 | ||
:glob: |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Cite | ||
==== | ||
|
||
Publications | ||
------------ | ||
|
||
.. bibliography:: publications.bib | ||
:list: bullet | ||
|
||
bakker_semi-analytic_2013 | ||
bakker_analytic_2013 |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
@article{bakker_semi-analytic_2013, | ||
title = {Semi-analytic modeling of transient multi-layer flow with {TTim}}, | ||
volume = {21}, | ||
issn = {1435-0157}, | ||
url = {https://doi.org/10.1007/s10040-013-0975-2}, | ||
doi = {10.1007/s10040-013-0975-2}, | ||
abstract = {TTim is a free code for the semi-analytic simulation of transient flow in multi-layer systems consisting of an arbitrary number of layers. No grid or time-stepping is required, nor does a closed model boundary need to be specified in any of the layers. Currently, TTim includes multi-layer wells and line-sinks, which may be used to simulate transient flow to a variety of hydrogeologic features, including wells with a skin and wellbore storage, incompletely sealed abandoned wells, streams with leaky beds, vertical faults, and horizontal wells; transient forcing needs to be represented by a step function. Other features that may be simulated include vertical anisotropy and the delayed response of the water table. Behind the scenes of TTim, the Laplace-transform analytic element method is applied. TTim is written in Python, with Python scripts used as input files. TTim has many practical applications, including the design of riverbank filtration systems, analysis of aquifer tests near surface-water bodies, design and evaluation of recirculation wells, and modeling of the transient pressure response of proposed carbon geologic sequestration projects. In addition, the short and simple input files and the one-to-one link between analytic elements and hydrogeologic features make TTim well suited for education.}, | ||
language = {en}, | ||
number = {4}, | ||
urldate = {2023-03-17}, | ||
journal = {Hydrogeology Journal}, | ||
author = {Bakker, Mark}, | ||
month = jun, | ||
year = {2013}, | ||
keywords = {analytic, analytic element, Analytic element method, and is implemented in, bakker 2012, code ttim, computer, groundwater modeling, Groundwater modeling, method, multi-layer, Multi-layer, pronounced, tee-tim, the free and open-source, transient fl ow, Transient flow}, | ||
pages = {935--943}, | ||
file = {Full Text:/home/david/Zotero/storage/SDZGNFL7/Bakker - 2013 - Semi-analytic modeling of transient multi-layer fl.pdf:application/pdf}, | ||
} | ||
|
||
@incollection{bakker_analytic_2013, | ||
address = {New York, NY}, | ||
title = {Analytic {Modeling} of {Transient} {Multilayer} {Flow}}, | ||
isbn = {978-1-4614-6479-2}, | ||
url = {https://doi.org/10.1007/978-1-4614-6479-2_5}, | ||
abstract = {An approach is presented for the semi-analytic simulation of transient flow in systems consisting of an arbitrary number of layers. Storage in both aquifer layers and leaky layers is taken into account. Flow in the system is generated by wells and line-sinks. Wells and line-sinks may be open to an arbitrary number of layers, which allows for the simulation of multi-aquifer wells, abandoned wells, partially penetrating streams, and linear fractures that provide a hydraulic connection between aquifer layers.}, | ||
language = {en}, | ||
urldate = {2023-03-17}, | ||
booktitle = {Advances in {Hydrogeology}}, | ||
publisher = {Springer}, | ||
author = {Bakker, Mark}, | ||
editor = {Mishra, Phoolendra K. and Kuhlman, Kristopher L.}, | ||
year = {2013}, | ||
doi = {10.1007/978-1-4614-6479-2_5}, | ||
keywords = {Aquifer Layer, Multilayer System, Stream Segment, Transient Flow, Unconfined Aquifer}, | ||
pages = {95--114}, | ||
file = {Full Text:/home/david/Zotero/storage/83T646QS/Bakker - 2013 - Analytic Modeling of Transient Multilayer Flow.pdf:application/pdf}, | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.