equinor / flownet

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

Make SATNUM regions in FlowNet based on region parameter from simulation model #393

Closed olelod closed 3 years ago

olelod commented 3 years ago

When setting the scheme to regions_from_sim the SATNUM regions in the input simulation model were used to generate the SATNUM regions for the FlowNet model. This PR makes this more flexible by allowing any region parameter from the INIT file to be used.

Contributor checklist

olelod commented 3 years ago

Currently the implementation is such that you define a single prior which is used for all regions. I have not implemented a possibility for different priors in different regions (such as the one for equilibrium regions). I am open for doing that, but maybe make it an issue for further work?

wouterjdb commented 3 years ago

Currently the implementation is such that you define a single prior which is used for all regions. I have not implemented a possibility for different priors in different regions (such as the one for equilibrium regions). I am open for doing that, but maybe make it an issue for further work?

That sounds like a good idea. Just make it an issue, and leave it on the backlog for the time-being.