Wouter J. de Bruin

Results 29 issues of Wouter J. de Bruin

ERT's new storage functionality allows us to get the misfit for an ensemble via ERT without calculating the misfit ourselves. Unfortuonately, when having many observations it is quite slow per...

enhancement
blocked

The analytics after iterations are calculated using the reference case. This does not reflect the uncertainty in the observations well.

enhancement
invalid

The method used to identify groups of perforations is based on a cubical bounding box. In case of strange shapes of wells, or multi-lateral wells, this might not work very...

enhancement

Although the tables are the same. Non-issue?

enhancement

Not all items in the config parser setup have description. For completeness, these should be added.

documentation
invalid
maintenance

Currently we have some custom code for handling the situation where the user has not supplied any arguments. https://github.com/equinor/flownet/blob/c23c9adfc09374aa220cbec11fc339504c494bf1/src/flownet/_command_line.py#L208-L210 For python > 3.6 there is the option of setting `required...

maintenance

The `EQUIL` keyword in Norne looks like: ![image](https://user-images.githubusercontent.com/9119793/92088878-c0fb6180-edcd-11ea-8e12-01091a751670.png) In FlowNet we currently only allow a single range for OWC depth, and a single range for GOC depth. This makes it...

enhancement

https://github.com/equinor/pyscal/releases/tag/v0.6.0

enhancement

Currently we have a hard-coded 150 degrees angle that is used to dismiss some connections. Should we expose this number to the user? https://github.com/equinor/flownet/blob/b7fece0cccf3ec62c774455eafb2e6a2cc9acbfd/src/flownet/network_model/_generate_connections.py#L50

question