Skip to content

The strata near the fault did not undergo dislocation. #1028

Answered by javoha
kaikai430 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @kaikai430,

thanks for your question. It is really hard to figure out the exact problem in your code just by looking at it here. From what I can see, in the last thing you output your fault relations contains all False, which means all your faults do not cause any offset. So my assumption is that the mistake happens whenyou sert your fault relations:

gp.set_fault_relation(
frame=geo_model.structural_frame,
rel_matrix=np.array([
[0, 0, 0, 1, 0],
[0, 0, 0, 1, 0],
[0, 0, 0, 1, 0],
[0, 0, 0, 0, 0],
[0, 0, 0, 0, 0],
])
)

Ma suggestion would be to use the alternative way to set faults in gempy and use the default behavior without setting the fault relation matrix actively:

gp.set_is_faul…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kaikai430
Comment options

@kaikai430
Comment options

Answer selected by kaikai430
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