We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rate vectors are special in reservoir simulators, in that every data-point is valid backwards in time (but not including) the current time-step. See: https://equinor.github.io/fmu-ensemble/usage.html#rate-handling-in-eclipse-summary-vectors
Rate vectors are currently plotted with linear interpolation between the report steps.
See also: #8572
We should plot it with steps (using pre) instead:
pre
From: https://matplotlib.org/stable/gallery/lines_bars_and_markers/step_demo.html
TBD
See internal discussions here
--enable-scheduler
The text was updated successfully, but these errors were encountered:
xjules
Successfully merging a pull request may close this issue.
What happened? (You can include a screenshot if it helps explain)
Rate vectors are special in reservoir simulators, in that every data-point is valid backwards in time (but not including) the current time-step. See: https://equinor.github.io/fmu-ensemble/usage.html#rate-handling-in-eclipse-summary-vectors
Rate vectors are currently plotted with linear interpolation between the report steps.
See also: #8572
What did you expect to happen?
We should plot it with steps (using
pre
) instead:From: https://matplotlib.org/stable/gallery/lines_bars_and_markers/step_demo.html
steps to reproduce
TBD
See internal discussions here
Environment where bug has been observed
--enable-scheduler
The text was updated successfully, but these errors were encountered: