public abstract class McVerryEtAl_2000 extends Object implements GroundMotionModel
Implementation details:
Model applicability: This needs work (TODO). Prior implementations restricted distance to 400km, foacl depths to 100km, and Magnitudes between 5.0 and 8.5. However the model supports a range of tectonic settings and McVerry et al. (2006) restrict magnitude to 7.5 and distance to 400km for curstal earthquakes, and restrict magnitudes to 8.0 and distances to 500km for subduction earthquake.
Reference: McVerry, G.H., Zhao, J.X., Abrahamson, N.A., and Somerville, P.G., 2000, Crustal and subduction zone attenuation realations for New Zealand earthquakes: Proc 12th World conference on earthquake engineering, Auckland, New Zealand, February, 2000.
Reference: McVerry, G.H., Zhao, J.X., Abrahamson, N.A., and Somerville, P.G., 2000, New Zealand acceleration response spectrum attenuation relations for crustal and subduction zone earthquakes: Bulletin of the New Zealand Society of Earthquake Engineering, v. 39, n. 4, p. 1-58.
Component: Model supports geometric mean or maximum of two horizontal components; only concrete implementations of max-horizontal component are provided at this time.
| Modifier and Type | Method and Description |
|---|---|
ScalarGroundMotion |
calc(GmmInput in)
Compute the scalar ground motion and its standard deviation for the
supplied arguments.
|
static void |
main(String[] args) |
public final ScalarGroundMotion calc(GmmInput in)
GroundMotionModelcalc in interface GroundMotionModelin - a ground motion model input argument containerpublic static void main(String[] args)