-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add analysis workflow as optional #90
Add analysis workflow as optional #90
Conversation
@@ -1,2 +1 @@ | |||
SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB <RUN_PATH> <ECL_BASE> <YAML_OBS> <ANALYSIS_START> <ANALYSIS_END> <ANALYSIS_QUANTITY> <ANALYSIS_METRIC> <ANALYSIS_OUTFILE> | |||
|
|||
SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB <CONFIG_FILE> <RUN_PATH> <ECL_BASE> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB <CONFIG_FILE> <RUN_PATH> <ECL_BASE> | |
SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB <CONFIG_FILE> <RUN_PATH> <ECL_BASE> | |
Where in this PR is #61 addressed? |
Two actions were identified in issue #61 :
Does this answer your question, @wouterjdb ? |
The following two problems were also mentioned in #61; are those addressed or open issues:
|
It could be that the new changes fix those, but I didn't address or test them directly. So I would say maybe better to keep them as separate open issues. We have a well closing in the Brugge example, and I don't observe any NaN. So it could be that your point (2) is covered. Regarding your point (1), I personally think that it should be left to the user the responsibility to choose appropriately the vectors for the analysis. With the new changes, data from the reference OPM-Flow/Eclipse simulation is fetched from the summary files of the Still related to this, currently |
By the way, this PR #90 is a bit on hold now. The latest changes in the master caused the code on my local branch not to work anymore. I might start a new PR with the commits again |
Solved the conflict. |
Maybe add the analysis workflow to This will now fail because the configuration file is called differently (see requested change below). NB. Don't forget to pull the changes I made before you continue working. |
36da28a
to
4941a83
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Closes #61.
With this change, the analysis workflow is not added to the ERT run if
ert.analysis
is not present in the FlowNet config file.This PR also includes the changes in the other files to accompany the fix in #81 (I had forgotten to commit those).