|
The implementation of the derivative analysis within Aquiferwin32 was adapted from two sources. The first-order pressure derivative of the data is performed as per Spane & Wurstner, 1993, and the algorithm from their DERIV program was adapted. As indicated in their paper, the differential algorithm is based on the preferred algorithm listed by Bourdet et al., 1989; the algorithm calculates the first derivative of the pressure change with respect to the natural logarithm of the change of time. Two options are available for calculating the data slopes before and after a given point, LEAST SQUARES and FIXED ENDPOINT. The fixed endpoint uses the points preceding and following the point of interest by the specified distance along the x axis. The least squares regression option uses all the points preceding and following the point of interest within the specified distance in the calculation.
Spane & Wurstner, 1993, recommend the fixed end point options for data from published type curves or data devoid of significant noise. For noisy
test data the least squares option is preferred. In Aquiferwin32 the least squares option is the default. The distance along the x-axis to use in the aforementioned calculations is referred to as the L-Spacing. The L-Spacing ranges from 0 to .5 in which 0 uses the points immediately adjacent to the point of interest. Values greater than .2 smooth out noisy data but can also cause a loss of resolution. Since Aquiferwin32 directly calculates the values for type curves, the pressure derivatives are directly calculated using the equation presented by Horne, 1995.
|