Description Usage Arguments Value References Examples
Implementation of Acworth et. al. 2016 equation 4.
1 2 | be_acworth_eq_4(s2_gw, s2_et, s2_at, m2_gw, m2_et, d_phase,
inverse = TRUE)
|
s2_gw |
|
s2_et |
|
s2_at |
|
m2_gw |
|
m2_et |
|
d_phase |
|
inverse |
|
barometric efficiency
Acworth, R. I., Halloran, L. J. S., Rau, G. C., Cuthbert, M. O., & Bernardi, T. L. (2016). An objective frequency-domain method for quantifying confined aquifer compressible storage using Earth and atmospheric tides. Geophysical Research Letters, 43 (November). doi: https://doi.org/10.1002/2016GL071328
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | be_acworth_eq_4(s2_at = 7.461,
s2_et=224.640,
s2_gw=4.086,
m2_gw = 0.471,
m2_et = 492.526,
d_phase=-56.709)
be_acworth_eq_4(s2_at = 6.164,
s2_et=270.463,
s2_gw=0.329,
m2_gw = 0.225,
m2_et = 551.572,
d_phase=-71.726)
be_acworth_eq_4(s2_at = 5.897,
s2_et=234.478,
s2_gw=5.536,
m2_gw = 0.773,
m2_et = 558.075,
d_phase=-70.393)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.