Skip to content
Discussion options

You must be logged in to vote

Hi Denis,

Thanks!

I assume you want to specify some vp, vs, rho values in the fault zones, is that right?
My suggestion:

  • The 3D fault plane volume is stored as a binary segmentation as fault_planes.

  • You may want to perform some morphological dilation to widen the fault zone, for example the _dilate_faults method in Closures.py.

  • A very simple method would be to do something similar to how we overwrite the property values for salt. Check for those voxels which are in a fault zone and enter the values you want to use.

  • If you wanted to do something more complicated, which accounted for changes with depth / per layer, then you could add a new block to apply_faulting_to_geomodels_and_de…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Denisiuskley
Comment options

Answer selected by tpmerrifield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants