Dost, van Eck and Haak (2004)¶
-
class
openquake.hazardlib.gsim.dost_2004.
DostEtAl2004
[source]¶ Implements the GMPE of Dost et al. (2004) for PGA and PGV from induced seismicity earthquakes in the Netherlands Dost, B., van Eck, T. and Haak, H. (2004) Scaling of peak ground acceleration and peak ground velocity recorded in the Netherlands. Bollettino di Geofisica Teorica ed Applicata. 45(3), 153 - 168
-
DEFINED_FOR_INTENSITY_MEASURE_COMPONENT
= 'Average Horizontal (GMRotD100)'¶ Supported intensity measure component is the average horizontal
-
DEFINED_FOR_INTENSITY_MEASURE_TYPES
= set([<class 'openquake.hazardlib.imt.PGA'>, <class 'openquake.hazardlib.imt.PGV'>])¶ Supported intensity measure types are peak ground acceleration and peak ground velocity
-
DEFINED_FOR_STANDARD_DEVIATION_TYPES
= set(['Total'])¶ Supported standard deviation types is total.
-
DEFINED_FOR_TECTONIC_REGION_TYPE
= 'Induced'¶ The GMPE is derived from induced earthquakes
-
REQUIRES_DISTANCES
= set(['rhypo'])¶ Required distance measure is hypocentral distance
-
REQUIRES_RUPTURE_PARAMETERS
= set(['mag'])¶ Required rupture parameters are magnitude (ML is used)
-
REQUIRES_SITES_PARAMETERS
= set([])¶ No required site parameters
-
get_mean_and_stddevs
(sites, rup, dists, imt, stddev_types)[source]¶ See
superclass method
for spec of input and result values.
-
non_verified
= True¶ GMPE not tested against independent implementation so raise not verified warning
-
-
class
openquake.hazardlib.gsim.dost_2004.
DostEtAl2004BommerAdaptation
[source]¶ Adaptation of the GMPE for application to higher magnitudes proposed by Bommer et al. (2013)
-
DEFINED_FOR_STANDARD_DEVIATION_TYPES
= set(['Total', 'Inter event', 'Intra event'])¶ Supported standard deviation types is total.
-