equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Layer-based assignment of prior flownet cell volumes #431

Closed olwijn closed 2 years ago

olwijn commented 3 years ago

Insert a description of your pull request (PR) here, and check off the boxes below when they are done.

This is a draft PR that aims to provide the option to map reservoir volumes to Flownet cells, based on a list of depth levels. Reservoir volumes should not be mapped across these depths. This could be used for example to prevent the transfer of large volumes below an oil-water contact to FlowNet cells above the contact, leading to an overestimation of the FOIP after equilibration.

For example, for a single depth level (e.g. the OWC depth ) separating 2 depth intervals (below and above this level), add to the config file in the section called 'flownet': prior_volume_layering: [2570]


Contributor checklist

olwijn commented 2 years ago

The FOIP computed with the old code and the FOIP computed with the new code without specifying any layers lie on top of each other: image The same holds for FWIP.

olwijn commented 2 years ago

The last 2 commits were not supposed to be pushed yet, how can these be undone?