-
-
Notifications
You must be signed in to change notification settings - Fork 255
Description
Is your feature request related to a problem? Please describe.
Sometimes, you only know the top of a reservoir (e.g., from seismics). However, based on well data, you know the (true!) thickness of that layer. The goal is now to get the base layer modelled in GemPy
Describe the solution you'd like
It is not enough to just shift the top layer X m downwards. What you want is that the layer has a constant true thickness orthogonal to the layer boundary (see image). That would mean that you have to shift the layer (or points of the mesh) orthogonal to the gradient of the layer by X m (here now the thickness of the layer). Based on the shifted points, a new layer can be calculated.
Describe alternatives you've considered
None, I will try to come up with a simple solution. I may also implement that in GemGIS then ;)