File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 GeoStat-Examples
3+ Copyright (c) 2021 GeoStat-Examples
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -46,8 +46,13 @@ The data for the "Horkheimer Insel" field site was manually taken from:
4646The pumping data from the "Lauswiesen" field site was kindly provided by
4747[ Dr. Carsten Leven-Pfister] ( https://uni-tuebingen.de/fakultaeten/mathematisch-naturwissenschaftliche-fakultaet/fachbereiche/geowissenschaften/arbeitsgruppen/angewandte-geowissenschaften/angewandte-geowissenschaften-zag/hydrogeologie/hydrogeology/carsten-leven-pfister/ )
4848and is made available on a repository of the University of Tübingen:
49- [ Research Data Portal FDAT] ( https ://fdat.escience.uni-tuebingen.de/portal/#/start )
49+ [ Research Data Portal FDAT] ( http ://hdl.handle.net/10900.1/bfb0b0f7-7065-4a24-8a91-92ad8aa8fc40 )
5050
51+ Citable as:
52+
53+ > Leven, C. (2020): Pumping Tests in Wells B1-B5 at the Hydrogeological Research Site Lauswiesen,
54+ > Eberhard Karls Universität Tübingen,
55+ > http://hdl.handle.net/10900.1/bfb0b0f7-7065-4a24-8a91-92ad8aa8fc40
5156
5257## Structure
5358
@@ -65,15 +70,15 @@ The workflow is organized by the following structure:
6570 - ` 06_rad_sens.py ` - estimate parameter sensitivites depending on the radial distance
6671 to the pumping well. when run in serial, results will be plotted.
6772 - ` 07_comparison_len_scale.py ` - generate comparison plot for different length scales
68- - ` results/ ` - all produced results (except ` *.csv ` files generated by spotpy)
73+ - ` results/ ` - all produced results
6974
7075
7176## Python environment
7277
7378Main Python dependencies are stored in ` requirements.txt ` :
7479
7580```
76- welltestpy==1.0.2
81+ welltestpy==1.0.3
7782anaflow==1.0.1
7883spotpy==1.5.9
7984mpi4py==3.0.2
@@ -94,4 +99,4 @@ You can contact us via <info@geostat-framework.org>.
9499
95100## License
96101
97- MIT © 2020
102+ MIT © 2021
Original file line number Diff line number Diff line change 1- welltestpy == 1.0.2
1+ welltestpy == 1.0.3
22anaflow == 1.0.1
33spotpy == 1.5.9
44mpi4py == 3.0.2
You can’t perform that action at this time.
0 commit comments