Wouter J. de Bruin
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...
The analytics after iterations are calculated using the reference case. This does not reflect the uncertainty in the observations well.
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...
Although the tables are the same. Non-issue?
Not all items in the config parser setup have description. For completeness, these should be added.
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...
The `EQUIL` keyword in Norne looks like:  In FlowNet we currently only allow a single range for OWC depth, and a single range for GOC depth. This makes it...
https://github.com/equinor/pyscal/releases/tag/v0.6.0
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