Skip to content

Commit 2c12ef2

Browse files
authored
Create README file
1 parent 8da8ba3 commit 2c12ef2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# RSAT
2+
Rising head Slug test Analysis Tool: python script for preprocessing, plotting and analysis of rising head slug tests.
3+
4+
## For users
5+
The RSAT tool version 0.2.1 is the successor of the [slugtest](https://github.com/VUB-HYDR/slugtest) repository. It is developed for the calculation of the horizontal hydraulic conductivity of aquifers for data from rising head slug tests. It is an extension of the version developed by Ghysels (2018). RSAT is built with Python 3.7. It consists of a user interface to manipulate, visualize and interact with the data. The horizontal hydraulic conductivity is calculated with the Bouwer & Rice (1976) method modified for anisotropy by Zlotnik (1994) and the Hvorslev (1951) method. The guidelines of Butler (1997) are used for the selection of the optimal range of normalized heads: normalized heads in the range of 0.20-0.30 for Bouwer and Rice methods (1976) and 0.15-0.25 for de Hvorslev methods (1951).
6+
7+
## Bug reports
8+
For any bug reports, please open a new [issue](https://github.com/VUB-HYDR/slugtest/issues).
9+
10+
## Versions
11+
Version 0.2.1 - January 2020
12+
13+
## Authors
14+
Annabel Vaessens, Gert Ghysels.
15+
16+
## License
17+
This project is licensed under the MIT License. See also the [LICENSE](https://github.com/VUB-HYDR/RSAT/blob/master/LICENSE) file.
18+
19+
## References
20+
* Bouwer, H., Rice, R.C., 1976. A slug test for determining hydraulic conductivity of unconfined aquifers with completely or partially penetrating wells. Water Resour. Res. 12, 423--428. [https://doi.org/10.1029/WR012i003p00423](https://doi.org/10.1029/WR012i003p00423)
21+
* Butler, J.J., 1997. The Design, Performance and Analysis of Slug Tests. CRC Press.
22+
* Hvorslev, M.J., 1951. Time lag and soil permeability in groundwater observations. US Army Bull. 36.
23+
* Zlotnik, V., 1994. Interpretation of slug and packer tests in anisotropic aquifers. Ground Water 32, 761--766. [https://doi.org/10.1111/j.1745-6584.1994.tb00917.x](https://doi.org/10.1111/j.1745-6584.1994.tb00917.x)

0 commit comments

Comments
 (0)