-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 2.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: kitagawa
Type: Package
Title: Spectral Response of Water Wells to Harmonic Strain and Pressure Signals
Version: 3.1.2
Date: 2024-01-26
Authors@R:
c(person(given = c("Andrew","J."),
family = "Barbour",
role = c("aut", "cre"),
email = "andy.barbour@gmail.com",
comment = c(ORCID = "0000-0002-6890-2452")),
person(given = "Jonathan",
family = "Kennel",
role = "ctb",
comment = c(ORCID = "0000-0003-4474-6886")))
Description: Provides tools to calculate the theoretical hydrodynamic response
of an aquifer undergoing harmonic straining or pressurization, or analyze
measured responses. There are
two classes of models here, designed for use with confined
aquifers: (1) for sealed wells, based on the model of
Kitagawa et al (2011, <doi:10.1029/2010JB007794>),
and (2) for open wells, based on the models of
Cooper et al (1965, <doi:10.1029/JZ070i016p03915>),
Hsieh et al (1987, <doi:10.1029/WR023i010p01824>),
Rojstaczer (1988, <doi:10.1029/JB093iB11p13619>),
Liu et al (1989, <doi:10.1029/JB094iB07p09453>), and
Wang et al (2018, <doi:10.1029/2018WR022793>). Wang's
solution is a special exception which
allows for leakage out of the aquifer
(semi-confined); it is equivalent to Hsieh's model
when there is no leakage (the confined case).
These models treat strain (or aquifer head) as an input to the
physical system, and fluid-pressure (or water height) as the output. The
applicable frequency band of these models is characteristic of seismic
waves, atmospheric pressure fluctuations, and solid earth tides.
License: GPL (>= 2)
URL: https://github.com/abarbour/kitagawa
BugReports: https://github.com/abarbour/kitagawa/issues
Depends:
R (>= 2.10.1),
stats
Imports:
Bessel,
kelvin (>= 1.2.0),
psd (>= 2.0.0)
Suggests:
dplyr,
tibble,
RColorBrewer,
signal,
testthat,
knitr,
rmarkdown,
formatR,
covr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1