Changes in opm-common for current Production/Injection Group Control parameters#1592
Changes in opm-common for current Production/Injection Group Control parameters#1592bska merged 7 commits intoOPM:masterfrom
Conversation
|
jenkins build this please |
src/opm/output/eclipse/Summary.cpp
Outdated
| return { sum, rate_unit< phase >() }; | ||
| } | ||
|
|
||
| template < bool isGroup = true, bool Producer = true, bool waterInjector = false, bool gasInjector = false> |
There was a problem hiding this comment.
Is the default initialization used/needed?
There was a problem hiding this comment.
I agree, I do not think the default is needed - I will remove it.
|
jenkins build this opm-simulators=2459 please |
joakim-hove
left a comment
There was a problem hiding this comment.
I don't fully understand the interaction between this and other PR's, so I will leave this open - but feel free to merge it when ready.
|
jenkins build this opm-simulators=2459 please |
|
Thanks a lot for the update. Commit a4d3ec3 in particular was necessary to get this to run without timeouts on the CI system. Now the only remaining thing to do is to update the reference data to include new summary vectors in the expected results for model1/BASE_MODEL_1.DATA, model1/FAULTS_MODEL_1.DATA, and model1/MSW_MODEL_1.DATA. Doing so will fix the comparison failures below. I will however defer the data update until #1599 and its associate update OPM/opm-tests#266 have been merged into master. |
Reason: OPM/opm-common#1592 OPM/opm-simulators#2459 opm-common = 1aa28ed927a5a912d2819dbe24550ff8b7a458d1 opm-grid = 1d0697f99f3738b3c01707aa8b1dd85da448cc8b opm-material = 16fcd186c70f170c80431c97e802eabcc548feae opm-models = 214100686144f801c4ff56c016bf71195c789c25 opm-simulators = 29bd764db12a707a4917b879ca041ea9f0cd91a6
|
jenkins build this opm-simulators=2459 opm-tests=267 please |
Success! Thanks a lot for your patience. I am going to merge this and the downstream PRs now. |
This pullrequest includes changes in opm-common needed to hold the current Production and Injection Group control parameters for use in output to summary file and for use in output of Eclipse Compatible restart file. The changes to write the control status to the summary file is also included.
This pull request is needed for OPM/opm-simulators#2459 to be able to build.
The pull request is ready for review and merge from my side.