Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Include log data into FlowNet #154

Closed
wouterjdb opened this issue Aug 28, 2020 · 2 comments · Fixed by #155
Closed

Test: Include log data into FlowNet #154

wouterjdb opened this issue Aug 28, 2020 · 2 comments · Fixed by #155
Assignees
Labels
enhancement New feature or request

Comments

@wouterjdb
Copy link
Collaborator

Including log data to improve priors has been something we wanted to test out for a long time. Now that we are working with Norne we see that an improved prior might be needed.

It is therefore suggested to test out including log information (permeability and porosity) to steer the prior distributions of the FlowNet for these quantities.

A possible implementation would be to (from the simulation model as input) calculate the (harmonic?) mean permeability along the connections and assign an uncertainty. Then, assign distributions to all connections based on nearby measured values.

The following image is an attempt to visualize the envisioned methodology:

image

Any input @olelod @anders-kiaer @olwijn @edubarrosTNO @tayloris?

@wouterjdb wouterjdb added the enhancement New feature or request label Aug 28, 2020
@wouterjdb wouterjdb self-assigned this Aug 28, 2020
@wouterjdb
Copy link
Collaborator Author

wouterjdb commented Aug 28, 2020

@edubarrosTNO suggested to use kriging.

I googled for a few seconds and found https://github.com/GeoStat-Framework/PyKrige; could that be something? (3D supported)

@edubarrosTNO
Copy link
Contributor

Agree on the approach. Even if we start simple this will give us some insight on the usefulness of these "constraints" for the prior.

First step is to fetch the permeability values from the connections in the reference simulation model (let me know if you need to discuss, I have done this before using libecl). We should be careful with the averaging though. It will be simple for the Egg model which is basically a 2,5D model (layers look very similar), but things might become more tricky if there are connections in different formations.
Second step: "interpolation" between measured values. Kriging as you mentioned might become useful.

Finally, I think this task also links to the older #38 issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants