Skip to content

Commit f0474b9

Browse files
committed
update date; references; dependencies
1 parent db8df2f commit f0474b9

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 GeoStat-Examples
3+
Copyright (c) 2021 GeoStat-Examples
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ The data for the "Horkheimer Insel" field site was manually taken from:
4646
The 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/)
4848
and 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

7378
Main Python dependencies are stored in `requirements.txt`:
7479

7580
```
76-
welltestpy==1.0.2
81+
welltestpy==1.0.3
7782
anaflow==1.0.1
7883
spotpy==1.5.9
7984
mpi4py==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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
welltestpy==1.0.2
1+
welltestpy==1.0.3
22
anaflow==1.0.1
33
spotpy==1.5.9
44
mpi4py==3.0.2

0 commit comments

Comments
 (0)