Skip to content

Commit

Permalink
Improved source stepping from 3d view
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 12, 2023
1 parent 60aa046 commit 43a14aa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
22 changes: 12 additions & 10 deletions content/getting-started/whats-new/releasenotes_2023_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ hidden = true
![]({{< relref "" >}}images/plot-window/SummaryPlotsMain.png)

[Summary Plotting]({{< relref "summaryplots.md" >}}) is updated with new features and improved workflows:
- improve logarithmic legend and default ranges
- visual appearance of curves is stable when doing Source Stepping
- curve name and plot name improvements
- Improved logarithmic legend and default ranges
- Visual appearance of curves is stable when doing **Source Stepping**
- Curve name and plot name improvements

## Change Data Source by Clicking in 3D
If data is extracted along a well path and displayed as curves in a plot, the data source for multiple plots can be updated by clicking on a well path in 3D. This feature can be useful for large fields with many wells and you want to investigate a small subset of wells.

[Source Stepping]({{< relref "summarysourcestepping" >}}#change-well-data-source-from-3d-view)

## Linked View Improvements
It is now possible to get the result property values from all linked views when left-clicking on a cell in a view. Property filters can now be linked between views, and will also work between multiple cases.

[Linked Views]({{< relref "linkedviews" >}})

**Result Info** can now display values from additionaly selected properties.
## Linked Views Improvements
It is now possible to get the result property values from all linked views when left-clicking on a cell in a view. Text is displayed in [Result Info]({{< relref "resultinfo" >}}), and values from other properties can also be appended. Property filters can now be linked between views, and will also work between multiple cases.

[Linked Views]({{< relref "linkedviews" >}})


## Calculator Improvements
Expand All @@ -40,7 +40,7 @@ The grid calculator and summary curve calculator is updated with more help and i

## Breaking changes for user defined well paths

The calculation of the geometry for a user defined well path was wrong in some cases. This is now fixed, and will affect the automatically generated geometry of a well path. If the ResInsight project file was stored with the wrong well path geometry, loading the project in version 2023.01 can potentially generate a different well path geometry (the location of well targets are unchanged). The location of perforation intervals and completions are specified in measured depth, and could be shifted to a different location.
The calculation of the geometry for a user defined well path had some defects in some cases. These issues are now fixed, and will affect the generated geometry of a user-defined well path. If the ResInsight project file was stored with a version < 2023.01, loading the project in version 2023.01 can potentially generate a slightly different well path geometry (the location of well targets are unchanged). The location of perforation intervals and completions are specified by measured depth, and could be shifted to a different location due to this change of behaviour.

Thanks to https://github.com/EdmundStephens for reporting this [issue](https://github.com/OPM/ResInsight/issues/9439).

Expand All @@ -50,13 +50,15 @@ Thanks to https://github.com/EdmundStephens for reporting this [issue](https://g
## Display of RFT segment curves
![]({{< relref "" >}}images/plot-window/RFTSegmentPlot.png)

RFT Segment Data can be plotted as horizontal Well Log Plots. This feature is now improved.
**RFT Segment Data** can be plotted as horizontal **Well Log Plots**. This feature is now improved with more tracks and improved visual quality.

[RFT Segment plots]({{< relref "rftsegmentplot" >}})


## Import of ROFF files (Preview)
ROFF files with properties can be imported, both in ASCII and binary form. Grid geometry and properties per cell can be imported.

[Import ROFF grid model]({{< relref "ROFFData" >}}).
[ROFF grid models]({{< relref "RoffGridModels" >}})


## High Priority Issues Fixed
Expand Down
12 changes: 12 additions & 0 deletions content/plot-window/SummarySourceStepping.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ As seen, ResInsight per default lists the most probable stepping dimensions by a

![]({{< relref "" >}}images/plot-window/SummarySourceSteppingPropertyEditor.png)

## Change Well Data Source from 3D View
If multiple plots are using well as data source, the plot content can be uptedate by clicking on well geometry in 3D. This can be efficient if there are many wells in a model.

- create plots based on well summary vectors
- make sure source stepping dimension is set to **Well**
- activate the update of plots by clicking on button with tool tip text *"Update wells used in plots from well selections in 3D view."*
- open a 3D view, click on wells and the well data source in plots will be updated accordingly


![]({{< relref "" >}}images/plot-window/SummarySourceStepping3dview.png)


## Source Stepping dimensions
ResInsight decides default step dimensions based on a consideration of visible curves in the current plot or subplot. For instance, well stepping is set as default if all curves display data from the same well, c.f. examples above.
However, the complete set of source stepping dimensions is always available in both the toolbar and Property Editor:
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43a14aa

Please sign in to comment.