Skip to content

Uncertainty analysis with Monte Carlo #972

Closed Answered by NilsChudalla
LFGS20 asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @LFGS20 ,
If you are looking for vertices of your meshes, this is how you can find them in the current version of gempy:
geo_model.solutions.dc_meshes[i].vertices, where i is the index of the surface from your stack. Note, that the coordiantes are currently transformed to optimize the computation. You can easily retransform the vertices to real life coordinates by
geo_model.input_transform.apply_inverse(geo_model.solutions.dc_meshes[0].vertices)

if you are looking for the lithblock solution (essentially the voxels of your model), you might want to go with
geo_model.solutions.raw_arrays.lith_block

To come up with an example, how the uncertainty analysis can be performed, can you be a …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@LFGS20
Comment options

@NilsChudalla
Comment options

@NilsChudalla
Comment options

@LFGS20
Comment options

@NilsChudalla
Comment options

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