-
Notifications
You must be signed in to change notification settings - Fork 118
Support well completion quantities in ACTIONX #4855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Support well completion quantities in ACTIONX #4855
Conversation
For this we need to convert e.g. WWCTL__3 on well W1 to WWCTL:W1:3 for looking up the summary quantity and make sure that the func_type in ACTIONX is Well. In addition we check that number specifier in well completion quantity has the 3 characters used for the number and throw an expection with message similar to: Well completion quantity WWCTL_3 needs to have three consecutive characters that are a number or an underline character (e.g. WWCTL123:W1, WWCTL_23:W or WWCTL__3:W1)
|
jenkins build this please |
|
Seems like other simulators are less strict with the number representation. I might change that. |
|
jenkins build this please |
|
Strange. Jenkins just stopped during compiling opm-cmmon and marked it as failure |
75ab010 to
a565301
Compare
|
jenkins build this please |
E.g. we convert WWCTL_3 to WWCTL__3. This is done to prevent adding unuseful vectors because of ACTIONX.
This does not happen anymore as we fix abbreviated names during ACTIONX parsing.
a565301 to
c05006c
Compare
|
jenkins build this please |
|
@akva2 Any idea how I can pursuade jenkins to try building this again? It it hanging in "Waiting for status to be reported — A Jenkins build has been triggered" since December. |
|
well the status message is just the last that was pushed out from jenkins before the build crashed or whatever. a new build is in the queue and should run once there is a slot. ie the message is correct now. |
For this we need to convert e.g. WWCTL__3 on well W1 to WWCTL:W1:3 for looking up the summary quantity and make sure that the func_type in ACTIONX is Well.
If the number in the well completion quantity WWCTL_3 has less than three consecutive characters then we fix this during parsing of ACTIONX
This is draft, because I need to check results and add tests.