Cu-Psha A Matlab Software For Psha
Cu-Psha A Matlab Software For Psha
1. Introduction
In earthquake hazard mitigation, seismic hazard analysis (SHA) [Kramer, 1996] is
one of the most widely used scientic methods for determining earthquake ground
shaking based on the known seismic sources and suitable models of the strong
groundmotion attenuation. Conceptually, the SHA widely used nowadays can be
divided into two methods [Kramer, 1996]. The rst method is the deterministic
seismic hazard analysis (DSHA) [Krinitzsky, 2003], which aims to evaluate the
maximum possible ground shaking value, i.e. worst case scenario, that is likely to
occur at any site of interest, whilst the second method is the probabilistic seismic
Corresponding author.
1450008-1
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
2. PSHA Method
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
quake magnitudes, locations, and the attenuation of the ground shaking as a dier-
ent probability of occurrence. Mathematically, the PSHA approach estimates the
probability, , that a particular ground shaking level, A, is equal to or exceeds the
ground shaking level, A0 , as shown in Eq. (1) [Cornell, 1968].
Ns
(A A0 ) = i fMi (m)fRi (r)P [A(m, r) A0 | m, r]dmdr , (1)
i=1
where fMi (m) is the probability density function of the earthquake magnitude that
describes the probability of an earthquake occurrence having a magnitude in a given
range, fRi (r) is the probability density function for the distance from the earthquake
source to the site, and P [A(m, r) A0 | m, r] is the probability of exceeding the
threshold value A0 , under the condition that an event of magnitude m occurred
at source-to-site distance r. Note that the value of P [A(m, r) A0 | m, r] depends
on the strong groundmotion attenuation model used. The coecient i represents
the activity rate, which implies the average rate of occurrence of earthquakes for
an individual earthquake source i from the total earthquake sources (Ns).
1450008-2
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
These authors also determined an expression for the activity rate (i ) for the
exponential magnitude distribution model, as expressed in Eq. (4).
1450008-3
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
NC = , (8)
KMmax
0 e(mmax mmin m2 )
b10cm2 be m1 (1 10cm2 )
K= . (9)
cb
by WSPC on 07/30/14. For personal use only.
1450008-4
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
3. MATLAB Algorithm
As per the method described above, the data, parameters and models required
for PSHA consist of (1) the location of the study area, (2) the locations and
geometries of all recognized earthquake sources, (3) the earthquake parameters
(e.g. mmax , mmin , a, b, S, Af etc.), indicating the earthquake potential of each indi-
vidual source, and (4) the suitable strong groundmotion attenuation models for
the study region. As a result, the CU-PSHA software developed here requires some
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
inputs which are in a format that is compatible for analyzing the PSHA.
Regarding the algorithm (Fig. 1), CU-PSHA can work with geographic coordi-
nates in decimal degrees using the .txt format for this calculation. All input les
by WSPC on 07/30/14. For personal use only.
1450008-5
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
1450008-6
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Table 1. The earthquake source parameters for three recognized earthquake sources in the case
study site in Sumatra Island, Indonesia.
the PSHA calculation (Sec. 2 in Fig. 1). During the PSHA process, the PSHA.m
displays the interface of progress for the PSHA running. For each individual PSHA
calculating point, the script CalPSHA.m calls the EQ-parameters.txt le and
calculates the PSHA as follows:
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
(a) The possible magnitude distributions (fM (m)) are calculated by the script
ProbM.m (Sec. 3 in Fig. 1). This CU-PSHA software allows for selecting the
suitable model by quoting the number in column 9 of the EQ-parameters.txt
by WSPC on 07/30/14. For personal use only.
le using (1) for the exponential magnitude distribution model and (2) for the
characteristic earthquake model. For CU-PSHA, 10 cases between mmin and
mmax are separated. The probability density functions, i.e. Prob-magnitude.txt,
are then determined according to the selected model.
(b) At the same time, the possible source-to-site distances and their probability
(fR (r)) are also calculated by the script ProbR.m (Sec. 4 in Fig. 1). All point-
generated earthquake sources, e.g. 1.txt, are determined for their distance from
source to the site. The probability density function fR (r), i.e. Prob-distance.txt,
is approximated by dividing the distance range into 50 equal intervals between
the shortest and longest distances and then determining how many of the dis-
tances fall within each distance interval, normalized by the total number of
distances possible for the entire earthquake source.
(c) Next, the probability P [A(m, r) A0 | m, r] is calculated by the script CalP-
SHA.m using strong groundmotion models for the required attenuation
(Sec. 5 in Fig. 1). Five attenuation models are available for PSHA analysis in the
CU-PSHA software, selected by quoting the number of the desired model in col-
umn 10 of the EQ-parameters.txt, being the (1) Esteva and Villaverde [1973],
(2) Idriss [1993], (3) Sadigh et al. [1997], (4) Boore et al. [1997], (5) Kobayashi
et al. [2000], (6) Crouse [1991], and (7) Petersen et al. [2004] or modied Youngs
et al. [1997] models. The (4) and (5) models are proposed for use incases of
shallow crustal earthquakes whereas the last two are for subduction zone earth-
quakes. After determining the mean of the possible PGA values (PHA), the
probability P [A(m, r) A0 | m, r] is analyzed according to the obtained PHA
and . For the CU-PSHA software, 200 cases of A0 , starting with 0.005 g and
increasing every 0.01 g up to 1.995 g, are regarded.
(d) The output le Hazard-curve.txt is then generated. This le contains the
annual probability that individual target accelerations A0 (i.e. 0.0051.995 g)
will be exceeded. At any site of interest, this data is useful to clarify and
1450008-7
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
illustrate the seismic hazard curve which represents the probability of exceed-
ing dierent groundmotion levels at a given site [Cornell, 1968; Kramer, 1996].
In PSHA mapping (workow 2 in Fig. 1), the most useful way of presenting the
PSHA results are in the format of a nite time period of interest, depending on the
lifetime of the infrastructure of interest [Cornell, 1968]. Furthermore, in the nite
time period, Kramer [1996] suggested two representative methods to present the
PSHA mapping, as follows.
(1) The ground shaking map describes the ground shaking value (i.e. PGA) that
can be exceeded with any given % probability (Prob) that is of interest (selected)
in any specic time span (T ). Thus, the probability of exceeding the seismic hazard
curve (Prob hazard ) can be evaluated according to Eq. (11) [Kramer, 1996], and
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
then converted to the ground shaking level using the seismic hazard curve in each
individual area.
ln(1 Prob)
Prob hazard =
by WSPC on 07/30/14. For personal use only.
. (11)
T
This procedure is performed by the script Shakemap.m (Sec. 6 in Fig. 1), with
the output le released in terms of a .txt le with the name related to the given
Prob and time period (T ), such as P2Y50.txt.
(2) The probability map reveals the probabilities (Prob) that the ground shaking
may equal or exceed that of the constant ground shaking level of interest (in the
MMI scale) in a given time (T ) period. This procedure is evaluated by the script
Percentmap.m (Sec. 7 in Fig. 1), and the output is released as a .txt le with
the name related to the given ground shaking level of interest and T , such as
MMI6Y50.txt. At rst, the ground shaking of interest is converted from the MMI
scale to the PGA unit (g), according to the PGAMMI relationship, for each specic
area. Based on the literature review, there are some PGAMMI relationships that
have been proposed previously, and are available in this CU-PSHA model, such
as the models of Okamoto [1973], Shabestari and Yamazaki [2001] and others.
Thereafter, the obtained PGA is converted into the probability of exceedance in
the seismic hazard curve (Prob hazard ). Finally, the probabilities of exceedance
(Prob) can be evaluated according to Eq. (12) [Kramer, 1996].
4. A Case Study
As a test of the validity and to illustrate the capability of the CU-PSHA software, a
PSHA case study using the CU-PSHA software for the Sumatra island of Indonesia
was performed (Fig. 2). Geologically, there are three major seismotectonic sources
occupied in this region consisting of (i) interplate and (ii) intraslab of the Sumatra
Andaman Subduction Zone (SASZ) including (iii) the intraplate Sumatra Fault
Zone (SFZ).
1450008-8
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Fig. 2. Map of Sumatra island and the adjacent areas showing the epicentral distribution of
earthquakes generated by various earthquake sources during 19642010. The SFZ (black lines) is
the intraplate strike-slip faults, lined in a NWSE direction along the Sumatra island.
Due to the interaction between the Indo-Australian and Eurasian plates, the
earthquake activities along these seismic sources are still active, as represented
by the present day seismicity (Fig. 2). For each seismic source mentioned above,
the earthquake parameters were determined from both the instrumental-based
earthquake records and from the paleo-seismological data (Table 1). Based on the
completeness earthquake catalogue recorded instrumentally by the Incorporated
Research Institutions for Seismology during 19642010, the GR relationships of
individual source zone are contributed (Fig. 3). The value of a and b were, then,
determined from the GR relationships as expressed in Table 1.
Regarding to the values of mmax , there are a number of signicant earthquakes
posed along the SASZ such as Mw 8.4 (1779), Mw 8.3 (1861), Mw 9.2 (1833),
Mw 9.2 (2004), Mw 8.4 (2007), and Mw 7.6 (2009) earthquakes. Therefore,
the devastating Mw 9.2 earthquake posed on December 26, 2004 including the
geological records of Mw 9.2 earthquake in A.D. 1883 [Putra et al., 2012] are
applied to be the mmax of the SASZ (Table 1). In case of the SFZ, the length of
SFZ is converted to magnitude around 8.8 Mw using the Wells and Coppersmiths
1450008-9
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
[1994] assumption. The Af of all seismic sources were, then, determined from the
obtained Mw values, according to the Af Mw relationship proposed by Wells and
Coppersmith [1994]. The value of mmin is taken to be 4.0 Mw for all earthquake
sources, which assumes that there is no signicant earthquake hazard on engineering
structures [Kramer, 1996].
1450008-10
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Note that the values of S are cited from previous publications. For instance, the
rate of SASZ slip, Sieh et al. [1999] and Petersen et al. [2008] determined roughly the
slip rates along this subduction zone around 4045 and 2040 mm/yr, respectively.
However, according to the most up-to-date investigation, Megawati and Pan [2009]
and Putra et al. [2012] proposed in detail that the SASZ along the Sumatra island
slips with the average rate 46.7 mm/yr, which applied for the SASZ in this study
(Table 1). In case of the SFZ, Petersen et al. [2004] reveals the rate of fault slip
around 627 mm/yr. Thus, the maximum rate of 27 mm/yr is recognized for the
SFZ in this PSHA investigation.
The Fmds of characteristic earthquake models [Youngs and Coppersmith, 1985],
including the attenuation models (Att) of shallow crustal SFZ [Boore et al., 1997]
and the SASZ [modied Youngs et al., 1997] were selected for this study according
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
to the suggestions of Petersen et al. [2004], Irsyam et al. [2008], and Delfebriyadi
[2011]. However, as mentioned above, the other choices of attenuation models for
the Mainland Southeast Asia are also available in the CU-PSHA software. For
by WSPC on 07/30/14. For personal use only.
instance, the models of Sadigh et al. [1997] and Crouse [1991] proposed by Chin-
tanapakdee et al. [2008] are suitable for Thailand region and the neighborhood
areas.
In the computation procedure, three earthquake sources including the study
area are converted systematically to each individual 0.1 0.1 point. The centers
of grid cells are applied for representing the multi-points of PSHA investigation. For
instance, the probabilities density functions of the earthquake magnitudes along the
SFZ are calculated with the characteristic earthquake model and using the earth-
quake parameters in Table 1. The probability of occurrence decreases exponentially
from 1.8 103 at a Mw of 4.2 down to 4 106 at a Mw of 8.1. After that, the
probabilities of occurrence illustrate a more stable characteristic earthquake being
1.5 105 for a Mw of 8.6 (Fig. 4(a)). In addition, Fig. 4(b) shows the probability
of possible distances measured from Padang city to the SFZ. Due to the location of
Padang city is quite close to the SFZ, the most measured source-to-site distances
are, therefore, around 32 km showing 0.99 probability of occurrence. Meanwhile
for the other, the probabilities of the possible distances during 50.6928 km varies
between 105 and 106 (Fig. 4(b)).
Besides both demonstrated probabilities of possible magnitude and distance, the
seismic hazard curves for the major cities in the study area are also plotted between
the individual PGA against the probability of exceedance (Fig. 4(c)). It is notable
that most cities in the Sumatra island illustrate high seismic hazard. Meanwhile
for Singapore, George Town, and Kuala Lumpur are posed by the comparative low
hazardous levels. For instance at PGA 0.1 g, the highest hazardous Padang city has
0.01 probability of exceedance whereas the lowest hazardous Singapore city is 1/50
time of Padang city (Fig. 4(c)).
In addition, two kinds of PSHA maps are also presented here (Fig. 5) to illus-
trate the analysis. The ground shaking maps are contributed illustrating the 2% and
10% probability of exceeding the given values in a 50-year time period (Figs. 5(a)
1450008-11
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
(a) (b)
by WSPC on 07/30/14. For personal use only.
(c)
Fig. 4. (a) Probability density function of the earthquakes might be generated along the SFZ
according to characteristic earthquake model. (b) Probability of the source-to-site distance mea-
sured from the SFZ to Padang city. (c) Probabilistic seismic hazard curve of the major cities in
the study areas derived from considering three earthquake sources.
and 5(b)). Taking a 2% probability of exceedance (Fig. 5(a)), the PGA values
indicate a high seismic hazard (up to 0.75 g) at small islands located oshore of
the Sumatra Island that, however, decreases gradually eastward down to 0.15 g at
Palembang city, Southeastern part of Sumatra island. In case of Singapore, George
Town, and Kuala Lumpur cities, PSHA reveal a low hazard (i.e. 00.2 g) compared
with the Sumatra island (Fig. 5(a)). In addition to the map considering 10% prob-
ability of exceedance, the spatial distribution of the ground shaking levels conform
1450008-12
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Fig. 5. Probabilistic seismic hazard maps of Sumatra island and the adjacent areas showing the
PGA distribution that exceeds (a) 2% or (b) 10% probability for return period of 50 years. (c) and
(d) Illustrating the probabilities (%) that ground shaking will be equal to or greater than the MMI
levels VI and VII for return periods of 50 years, respectively.
1450008-13
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
both PGA level and spatial distribution, i.e. 0.10.9 g and 0.050.6 g for 2% and
10% probability of exceedance in 50 years. This implies that the CU-PSHA applied
here is eective for analyzing the probabilistic seismic hazard.
For the probability maps, the probabilities of the MMI level VI and VII in 50
years are demonstrated (Figs. 5(c) and 5(d)). Using the PGAMMI relationship
suggested lately by Shabestari and Yamazaki [2001], the Sumatra island is reveled
to have the potential to be aected by the MMI levels VI and VII with 4080%
and 020% probabilities. Meanwhile for the Singapore, George Town, and Kuala
Lumpur cities, the obtained probabilities are less than 15% indicating the area to
be quiescent with respect to ground shaking, at least according to this CU-PSHA
evaluation.
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
5. Summary
by WSPC on 07/30/14. For personal use only.
Acknowledgments
This work was sponsored by the Research Endowment Fund, Chulalongkorn Uni-
versity. Thanks are also extended to T. Pailoplee for the preparation of the draft
manuscript. We thank the Publication Counseling Unit (PCU), Faculty of Sci-
ence, Chulalongkorn University, for a critical review and improved English. We
acknowledge thoughtful comments and suggestions by Prof. Dr. Fook-Hou Lee, the
Managing Editors and anonymous reviewers which enhanced the quality of this
manuscript signicantly.
1450008-14
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
fprintf(Hc1, '%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
%f %f %f %f %f %f %f %f\n',[PGA]);
1450008-15
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Appendix B: CalPSHA.m
functionPacc = CalPSHA(long,lat)
formatlongg;
% CU-PSHA Software
% Calculate Hazard Curve
QP(f,9));
PR = ProbR(long,lat,QP(f,1));
1450008-16
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
for k = 1:200
fori = 1:10
for j = 1:50
if PM(i,1) >= MC
by WSPC on 07/30/14. For personal use only.
lamda(k,i,j) = PM(11,1)*PM(i,2)*PR(2,j)*probPHA(k,i,j);
else
lamda(k,i,j) = PM(11,2)*PM(i,2)*PR(2,j)*probPHA(k,i,j);
end
end
lamdasum1(k,i) = sum(lamda(k,i,:));
end
lamdasum2(k) = sum(lamdasum1(k,:));
end
HZZ(f,:) = lamdasum2(1,:)';
end
HZS = sum (HZZ,1);
1450008-17
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Appendix C: ProbM.m
function PM = ProbM(Fnum,Mmax,Mmin,a,b,SR,Af,FMD)
formatlongg;
% CU-PSHA Software
% Calculate probability of earthquake magnitude
MC = Mmax-delM2; % Characteristic EQ
Momax = 10^((c*Mmax)+d); % Maximum seismic moment
fm = zeros(10,1);
by WSPC on 07/30/14. For personal use only.
1450008-18
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
alphaNC = (Mshear*Af*SR*(1-exp((-beta)*(Mmax-Mmin-
delM2))))/(K*Momax*exp((-beta)*(Mmax-Mmin-delM2)));
Mull1 = (alphaNC*(beta*delM2*exp((-beta)*(Mmax-Mmin-delM1-
delM2))))/(1-exp((-beta)*(Mmax-Mmin-delM2))) ;
Mull2 = exp(alpha-(beta*Mmin));
end
end
PMM = zeros(11,2);
fori = 1:10
PMM(i,1) = subM(i);
if PMM(i,1) <= Mmin
PMM(i,2) = 0;
else
PMM(i,2) = fm(i);
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
end
end
PMM(11,1) = Mull1;
PMM(11,2) = Mull2;
by WSPC on 07/30/14. For personal use only.
PM = PMM;
1450008-19
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Appendix D: ProbR.m
function PR = ProbR(long,lat,Fnum)
formatlongg;
% CU-PSHA Software
% Calculate probability of distance from earthquake source to site
Rdist(i) = sqrt((((Qn(i,1)-long)*100)^2)+(((Qn(i,2)-lat)*100)^2)+
(Qn(i,3)^2));
end
distmax = max(Rdist);
distmin = min(Rdist);
subR = distmin+((distmax-distmin)/100):(distmax-distmin)/50:distmax-
((distmax-distmin)/100);
DistR = hist(Rdist,subR);
probdistR = DistR/sum(DistR);
ProbR = zeros(2,50);
ProbR(1,:) = subR;
ProbR(2,:) = probdistR;
PR = ProbR;
1450008-20
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
c17 = 0;
c21 = -1.274;
c22 = 1.1;
c23 = 0;
by WSPC on 07/30/14. For personal use only.
c24 = -2.1;
c25 = -0.48451;
c26 = 0.524;
c27 = 0;
h = 0;
1450008-21
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
Appendix F: Shakemap.m
clearall; clc; format longg;
% CU-PSHA Software
% Evaluate the ground shaking of exceedance
HZCpoint = HZCcount/202;
HZC = HZC2';
fclose(HZC1);
Acc = 0.005:0.01:1.995;
by WSPC on 07/30/14. For personal use only.
1450008-22
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
fclose(Ske2);
Appendix G: Percentmap.m
clearall; clc; format longg;
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
% CU-PSHA Software
% Evaluate percent of occurrence of ground shaking (MMI) of interest
1450008-23
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
PGA = (10^((0.3019*MMI)-0.2394))/981;
elseif MG == 9
PGA = (10^((0.32*MMI)-0.3985))/981;
elseif MG == 10
PGA = (10^((0.304*MMI)-0.2115))/981;
elseif MG == 11
PGA = (10^((0.29493*MMI)+0.046))/981;
elseif MG == 12
PGA = (10^((0.291*MMI)+0.304))/981;
elseif MG == 13
PGA = (10^((0.2545*MMI)+0.2977))/981;
end
end
end
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
end
end
end
end
by WSPC on 07/30/14. For personal use only.
end
end
end
end
end
end
1450008-24
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
MM(i) = Rate(1);
elseif PGA > Acc(200)
MM(i) = 0;
elseif PGA < Acc(1)
MM(i) = 1;
end
end
end
end
end
end
MMGG(i) = (1-exp((-1)*MM(i)*Yr))*100;
fprintf(Ske2,'\n%f %f %f',[HZC(i+1,1);HZC(i+1,2);MMGG(i)]);
end
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
fclose(Ske2);
References
Boore, D. M., Joyner, W. B. and Fumal, T. E. [1997] Equations for estimating horizontal
response spectra and peak acceleration from Western North American earthquakes:
A summary of recent work, Seismol. Res. Lett. 68, 128153.
Chintanapakdee, C., Naguit, M. E. and Charoenyuth, M. [2008] Suitable attenuation
model for Thailand, The 14th World Conf. Earthquake Engineering, 1217 October,
Beijing, China, 2008, pp. 18.
Convertito, V., Emolo, A. and Zollo, A. [2006] Seismic-hazard assessment for a character-
istic earthquake scenario: An integrated probabilistic-deterministic method, Bullet.
Seismol. Soc. Amer. 96(2), 377391.
Cornell, C. A. [1968] Engineering seismic risk analysis, Bullet. Seismol. Soc. Amer. 58,
15831606.
Crouse, C. B. [1991] Ground-motion attenuation equations for earthquakes on the Cas-
cadia subduction zones, Earthq. Spectra 7(2), 201236.
Delfebriyadi [2011] Seismic hazard assessment of Padang city using probabilistic method,
Asian Trans. Eng. (ATE ISSN : 2221-4267) 01(05), 5662.
Esteva, L. and Villaverde, R. [1973] Seismic risk, design spectra and structural reliability,
Proc. 5th World Conf. Earthquake Engineering, Rome, Italy, pp. 25862597.
Gutenberg, B. and Richter, C. F. [1944] Frequency of earthquakes in California, Bullet.
Seismol. Soc. Amer. 34, 185188.
Hanks, T. C. and Kanamori, H. [1979] A moment-magnitude scale, J. Geophys. Res.
84, 23482350.
Idriss, I. M. [1993] Procedures for selecting earthquake ground motions at rock sites,
Report-NIST GCR 93-625, U.S. Department of Commerce, National Institute of Stan-
dards and Technology, Gaithersburg, Maryland, U.S.A.
Irsyam, M., Dangkua, D. T., Hoedajanto, D., Hutapea, B. M., Kertapati, E. K., Boen, T.
and Petersen, M. D. [2008] Proposed seismic hazard maps of Sumatra and Java
1450008-25
2nd Reading
June 30, 2014 8:33 WSPC/S1793-4311/238-JET 1450008
islands and microzonation study of Jakarta city, Indonesia, J. Earth Syst. Sci.
117(S2), 865878.
Kobayashi, S., Takahashi, T., Matsuzaki, S., Mori, M., Fukushima, Y., Zhao, J. X. and
Somerville, P. G. [2000] A spectral attenuation model for Japan using digital strong
motion records of JMA87 type, Proc. 12th World Conf. Earthquake Engineering,
Auckland, New Zealand, pp. 146150.
Kramer, S. L. [1996] Geotechnical Earthquake Engineering (Prentice Hall, Inc., Upper
Saddle River, New Jersey).
Krinitzsky, E. L. [2003] How to combine deterministic and probabilistic methods for
assessing earthquake hazards, Eng. Geol. 70, 157163.
Megawati, K. and Pan, T.-C. [2009] Regional seismic hazard posed by the Mentawai
segment of the Sumatran megathrust, Bullet. Seismol. Soc. Amer. 99(2A), 566584.
Okamoto, S. [1973] Introduction to Earthquake Engineering (University of Tokyo Press,
J. Earthquake and Tsunami Downloaded from www.worldscientific.com
Tokyo).
Petersen, M., Dewey, J., Hartzell, S., Mueller, C., Harmsen, S., Frankel, A. D. and Ruk-
stales, K. [2004] Probabilistic seismic hazard analysis for Sumatra, Indonesia and
across the Southern Malaysian Peninsula, Tectonophys. 390, 141158.
by WSPC on 07/30/14. For personal use only.
Petersen, M. D., Harmsen, S., Mueller, C., Haller, K., Dewey, J., Luco, N., Crone, A.,
Rukstales, K. and Lidke, D. [2008] New USGS Southeast Asia seismic hazard maps,
The 14th World Conf. Earthquake Engineering, 1217 October 2008, Beijing, China.
Putra, R. R., Kiyono, J., Ono, Y. and Parajuli, H. R. [2012] Seismic hazard analysis for
Indonesia, J. Nat. Disas. Sci. 33(2), 5970.
Sadigh, K., Chang, C.-Y., Egan, J. A., Makdisi, F. and Youngs, R. R. [1997] Attenuation
relationships for shallow crustal earthquakes based on California strong motion data,
Seismol. Res. Lett. 68, 180189.
Shabestari, K. T. and Yamazaki, F. [2001] A proposal of instrumental seismic intensity
scale compatible with MMI evaluated from three-component acceleration records,
Earthquake 17(4), 711723.
Sieh, K., Ward, S. N., Natawidjaja, D. and Suwargadi, B. W. [1999] Crustal deformation
at the Sumatra subduction zone revealed by coral data, Geophys. Res. Lett. 26(20),
31413144.
Wells, D. L. and Coppersmith, K. J. [1994] Updated empirical relationships among mag-
nitude, rupture length, rupture area, and surface displacement, Bullet. Seismol. Soc.
Amer. 84, 9741002.
Youngs, R. R., Chiou, S. J. and Silva, W. J. [1997] Humphrey strong ground motion
attenuation relationships for subduction zone earthquakes, Seismol. Res. Lett. 68,
5873.
Youngs, R. R. and Coppersmith, K. J. [1985] Implications of fault slip rates and earth-
quake recurrence models to probabilistic seismic hazard estimates, Bullet. Seismol.
Soc. Amer. 75, 939964.
1450008-26