Changed average radiation pattern for P-waves to exact definition in Aki and Richards, 1980.
This commit is contained in:
parent
f7a84233bf
commit
41a495371d
@ -190,7 +190,7 @@ class M0Mw(Magnitude):
|
||||
% tr.stats.station)
|
||||
|
||||
# additional common parameters for calculating Mo
|
||||
rP = 0.52 # average radiation pattern of P waves (Aki & Richards, 1980)
|
||||
rP = 2 / np.sqrt(15) # average radiation pattern of P waves (Aki & Richards, 1980)
|
||||
freesurf = 2.0 # free surface correction, assuming vertical incidence
|
||||
|
||||
self.Mo = (self.getw0() * 4 * np.pi * self.getrho() * np.power(self.getvp(), 3) * \
|
||||
|
Loading…
Reference in New Issue
Block a user