Closed steink closed 5 days ago
jenkins build this failure_report please
I looked at many of the test failures and I didn't notice anything that should hinder an update of data. If all of them are reasonable, we should merge this.
jenkins build this failure_report please
This should be merged. It need a update of the reference results, due to mostly minor numerical noise. I will start the update process
jenkins build this update_data please
jenkins build this opm-tests=1255 please
The
updateWellStateWithTarget
for all wells can be problematic here. In particular, this is the case for thp-wells, since in this caseupdateWellStateWithTarget
only provides an initial guess well-state. This means that at this stage, we may have converged thp-wells that after going throughupdateWellStateWithTarget
are no longer convereged, which again may prevent overall convergence.I can't see that
updateAndCommunicateGroupData
changes any well control-modes, so there should be no reason to update the target of wells not under group control here?This PR just skips the
updateWellStateWithTarget
for wells not under group control