be_acworth_eq_4: be_acworth_eq_4

Description Usage Arguments Value References Examples

View source: R/be_acworth.R

Description

Implementation of Acworth et. al. 2016 equation 4.

Usage

1
2
be_acworth_eq_4(s2_gw, s2_et, s2_at, m2_gw, m2_et, d_phase,
  inverse = TRUE)

Arguments

s2_gw

numeric s2 component in the groundwater levels

s2_et

numeric s2 component in the earth tides

s2_at

numeric s2 component for atmospheric pressure

m2_gw

numeric m2 component in the groundwater levels

m2_et

numeric m2 component in the earth tides

d_phase

numeric phase difference between Earth tide and atmospheric drivers s2_et and s2_at

inverse

logical whether the barometric relationship is inverse (TRUE means that when the barometric pressure goes up the measured water level goes down (vented transducer, depth to water), FALSE means that when the barometric pressure goes up so does the measured pressure (non-vented transducer))

Value

barometric efficiency

References

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

Examples

 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)

jkennel/waterlevel documentation built on Dec. 1, 2019, 6:24 p.m.