Skip to content

Slice model according to mesh properties #1017

@vinicius-anp

Description

@vinicius-anp

Hi,

I’m a PhD student using the Tomofast-x software for inversion. New to geological modelling, though. I’d like to know if there’s a way to convert a model created in GemPy to Tomofast-x format or if I can 'slice' my GemPy model after I created into the exact cells generated in Tomofast-x.

I have a mesh grid (with topography added where cells are shifted based on DTM data) where each cell is structured as follows:

$N$
$X_{\text{min}}^1 \quad X_{\text{max}}^1 \quad Y_{\text{min}}^1 \quad Y_{\text{max}}^1 \quad Z_{\text{min}}^1 \quad Z_{\text{max}}^1 \quad m^1 \quad i^1 \quad j^1 \quad k^1$
$...$
$X_{\text{min}}^N \quad X_{\text{max}}^N \quad Y_{\text{min}}^N \quad Y_{\text{max}}^N \quad Z_{\text{min}}^N \quad Z_{\text{max}}^N \quad m^N \quad i^N \quad j^N \quad k^N$

$N$ is the number of model cells, $X_{\text{min}}^1 \quad X_{\text{max}}^1 \quad Y_{\text{min}}^1 \quad Y_{\text{max}}^1 \quad Z_{\text{min}}^1 \quad Z_{\text{max}}^1 \quad m^1 \quad i^1 \quad j^1 \quad k^1$ are the min/max coordinates of the X, Y, Z planes of the cell (rectangular prism), $m^i$ is the model value at this cell, $i^i j^i k^i$ is the 3D cell-index (integer).

The mesh consists of cubic cells at the core, transitioning to larger rectangular prisms toward the edges (i.e. cells with expanding factor).

Would it be possible to ‘slice’ in cubes/prisms a geological model using these geophysical mesh coordinates? My goal is to use a geological model as a constraint in Tomofast-x inversions.

Additionally, can GemPy export the data in a spaced format, e.g. my mesh cells are spaced 100 m then I can go to my geomodel and sample every 100 m to extract the physical value there? Does GemPy allow to store property values too (e.g. density)?

Sorry for so many questions.

Best regards,

Vinicius

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions