Skip to content
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

Suggestions for functionality that migth be implemented in Webviz #720

Open
1 of 7 tasks
lindjoha opened this issue Sep 10, 2024 · 2 comments
Open
1 of 7 tasks

Suggestions for functionality that migth be implemented in Webviz #720

lindjoha opened this issue Sep 10, 2024 · 2 comments
Labels

Comments

@lindjoha
Copy link
Collaborator

lindjoha commented Sep 10, 2024

I have gathered a list of typical visualisations and analysis functionality that people in the FMU community might have to implement in another tool than Webviz. Maybe some of this can be implemented in Webviz in some way at some point:

  • Analysis of ERT AHM output #784
  • General scatter plotting functionality. Between summary data and parameters, but also other output like f.ex the volumetrics tables.
  • Plotting other time series than summary vectors in the TimeSeries visualisation. It can be f.ex ecalc-output or other time series you want to calculate yourself, but is to advanced for the vector calculator. In the old webviz it is possible to open the summary arrow file and add columns.
  • Visualisation of discrete vectors in the TimeSeries plotter (f.ex WMCTL). Statistics makes no sense, but f.eks an area plot can be useful (like in the WellAnalysis plugin in the webviz-subsurface).
  • Make it possible to add annotations to plots #786
  • Recovery factor/production per region and zone (and facies/source/ensemble). Kind of like the functionality in VolumetricAnalysis, but for dynamic data.
  • Production/injection per well and being able to compare ensembles (Something like WellAnalysis in webviz-subsurface).
@anders-kiaer
Copy link
Collaborator

anders-kiaer commented Oct 30, 2024

Analysis of ERT AHM output. The most basic is to have access to all observations, simulated responses/misfit and parameters that ERT actually uses in the assisted history matching. And then be able to cross plot and analyse correlations. Vi have some of the functionality in ParameterAnalysis and RftPlotter in the webviz-subsurface.

Open question if we should do the (response - observation) diff by ourselves, or get it from ERT.
We want to get upscaling of error from ERT.

General scatter plotting functionality. Between summary data and parameters, but also other output like f.ex the volumetrics tables.

Covered by data channels.

Plotting other time series than summary vectors in the TimeSeries visualisation. It can be f.ex ecalc-output or other time series you want to calculate yourself, but is to advanced for the vector calculator. In the old webviz it is possible to open the summary arrow file and add columns.

Need to ask fmu-dataio to add CCS data and eCalc time series.

Visualisation of discrete vectors in the TimeSeries plotter (f.ex WMCTL). Statistics makes no sense, but f.eks an area plot can be useful (like in the WellAnalysis plugin in the webviz-subsurface).

res2df need to provide metadata on which vectors are discrete.

Production rates plotted together with capacities, f.ex oil, gas, liquid, water and water injection in the same window. A simple solution could be the option to add constant lines, or at least be able to make constants in the vector calculator)

We generalize this to general annotations (both horizontal lines, e.g. for capcaity, and vertical lines e.g. annotating certain events).

@lindjoha
Copy link
Collaborator Author

For the point about general scatter plotting functionality I want to add the possibility to scatter plot the delta between two ensembles, and the delta between two time steps, vs f.ex parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants