slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
98 stars 31 forks source link

Option to disable reflections from the bottom of the model #196

Closed kerim371 closed 1 year ago

kerim371 commented 1 year ago

Let's suppose the registration time is big enough to waves to reach the bottom of the model. In such case waves reflect from the bottom of the model and such waves appear on the seismogram. Is there a way to disable reflections from the bottom of a model?

mloubout commented 1 year ago

There is an abosrbing layer at the bottom of the layer however depending on the velocity there and how smooth your model is it might not be perfect so you can either increase the size of the boundary layer (Model(... ; nb = )). Other option is to design a new boundary condition for the bottom of the model

kerim371 commented 1 year ago

That should help. Thank you for explanation