Eduardo Gonçalves Dias de Barros
Eduardo Gonçalves Dias de Barros
I have tested the `MISFIT_PREPROCESSOR` option in the Norne case by using the code in the branch of this PR. With this workflow job enabled, ERT writes some files to...
All in all, the only thing that I could infer from these output files is that 2 clusters of observations seem to be formed and assigned to calculated scaling factors...
I completely agree with you, @tayloris . I made the same suggestion in the past, to split SCHEDULE and COMPDAT files but the issue didn't get prioritized - back then...
If this is pursued, I expect that some of the inputs of the analysis workflow job would need to be adjusted accordingly. For example, the CSV file saving the error...
No particular reason for the layering setting, it can be `k = 15` (just changed it in the list above). Also added one experiment with variation of number of additional...
> On further thought, some refinement may be necessary. For example, if all nearest nodes are to the right, any connections to the left would be removed, which may be...
I have looked a little into this issue. I modified the original Norne schedule file to remove the unnecessary information on well completions before the wells are open (i.e., like...
I think this file is created here: `_create_ert_setup.py`, https://github.com/equinor/flownet/blob/master/src/flownet/ert/_create_ert_setup.py ``` for section in ["RUNSPEC", "PROPS", "SOLUTION", "SCHEDULE"]: static_source_path = pathlib.Path(static_path) / f"{section}.inc" if static_source_path.is_file(): # If there is a static...
It looks like it can be a challenge to match the BHP observations during shut-in periods in some wells, see e.g. well D-4H below. We see a good match of...
> Sure. I thought it more, it might get better wellbore simulation, for example cross-flow, while it can be over costly to have one segment for each grid/connection, especially if...