bugfix: not yet done: problem with cusioning around topography
This commit is contained in:
parent
dc4d19ba88
commit
d8a59ac81d
@ -486,7 +486,7 @@ class SeisArray(object):
|
||||
topo = point[2]
|
||||
z = -(R + topo - radius)
|
||||
if z > (topo + 1):
|
||||
vel = 0.0
|
||||
vel = vtop[0]
|
||||
elif (topo + 1) >= z > topo: # cushioning around topography
|
||||
vel = vtop[0]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user