USGS Combined (2004) Attenuation Relationship
This Attenuation Relationship averages the rock-site results over four attenuation relationships and then applies the Borcherdt (1994) nonlinear amplification factors (details below). This relationship is intended to represent the averaging done for the California component of the 2002 USGS National Seismic Hazard Maps (with the added option of including site effects).
Supported Intensity Measure Types (IMTs):
Earthquake Rupture Related Parameters:
- Magnitude
- all those used by the four attenuation relationships
Site Related Parameters:
Propagation-Effect Related Parameters:
- all those used by the four attenuation relationships
Other Parameters:
Model Details:
This computes rock site results from the following four relationships:
The nonlinear amplification factors of Borcherdt (1994, Earthquake Spectra, Vol. 10, No. 4, 617-653) are applied as given in his appendix-equations 7a or 7b (for periods ≤0.5 and >0.5 seconds, respectively) using a reference velocity of 760 m/sec (and with the mv and ma coefficients linearly interpolated at intermediate input ground motions). Applying the mid-period amplification factors above 2.0 seconds for SA may not be legitimate.
For the one relationship that has a site-type dependent standard deviation (Sadigh et al., 1997) only the rock-site value is used (the difference is minor).
The Boore, Joyner & Fumal (1997) relationship is not included in the average for SA periods above 2.0 seconds.
For Boore, Joyner & Fumal (1997) the component is set as "Random Horizontal" (rather than "Average Horizontal") to be consistent with how this was set in the 2002 USGS National Seismic Hazard Maps. All others are set as "Average Horizontal".
For Campbell and Bozorgnia (2003) the magnitude dependent standard deviation is used.
This class supports a "Greater of Two Horz." component by multiplying the average horizontal component median by a factor of 1.15. This value was taken directly from the official USGS ShakeMap documentation. The standard deviation for this component is set the same as the average horizontal (not sure if this is correct).
One can only compute median IMLs for Modified Mercalli Intensity (MMI) because the probability distribution for the latter is undifined.
Some Technical Details:
Several methods for this class have been overridden to throw Runtime Exceptions, either because it was not clear what to return or because the info is complicated and not necessarily useful. For example, it's not clear what to return from getStdDev(); one could return the average of the std. dev. of the four relationships, but nothing actually uses such an average (the probability of exceedance calculation uses the mean/stdDev for each relationship separately). Another example is what to return from the getPropagationEffectParamsIterator - all of the three distance measures used by the four relationships? - this would lead to confusion and possible inconsistencies in the AttenuationRelationshipApplet. The bottom line is we've maintained the IntensityMeasureRelationshipAPI, but not the AttenuationRelationshipAPI (so this relationship cannot be added to the AttenuationRelationshipApplet). This class could simply be a subclass of IntensityMeasureRelationship. however, it's not because it uses some of the private methods of AttenuationRelationship.