Update doc for Release 2018.11.1

This commit is contained in:
Magne Sjaastad
2018-12-21 11:46:45 +01:00
parent 7f2a8d8f6e
commit a78c1637ac
8 changed files with 60 additions and 23 deletions

View File

@@ -39,6 +39,7 @@
- title: Plot Window
docs:
- summaryplots
- summaryplotsourcestepping
- summaryploteditor
- summarycrossplots
- ensembleplotting

View File

@@ -0,0 +1,14 @@
---
layout: news_item
title: "ResInsight 2018.11.1 Released"
date: "2018-12-21 16:00:00 +0200"
author: magnesj
version: 2018.11.1
categories:
- release
---
We are happy to announce the release of ResInsight v2018.11.1. This is mainly a patch release, but includes improved support for data source stepping of summary curves and ensemble curves.
### Download
Have a look at the [GitHub release-page](https://github.com/OPM/ResInsight/releases) to read the release notes
or download the new release from the [Download]({{site.baseurl}}/project/download) page.

View File

@@ -21,6 +21,8 @@ Ensembles are plotted in the summary plot the same way as ordinary summary curve
- **Single color** Use the same color for all curves in a curve set
- **By Ensemble Parameter** One ensemble parameter is selected to control coloring. The ensemble parameter value for each case is used to pick a color in a color range. In this case a color legend appears.
Stepping of data source for ensemble curves is described in [Summary Plot Source Stepping]({{site.baseurl}}/docs/summaryplotsourcestepping)
### Statistics curves
If the number of curves in a curve set is sufficient, ResInsight will calculate statistics for the curve set. The following statistics curves may be displayed:
- **P10** -- 10% of the curves in the curve set are above this curve

View File

@@ -211,26 +211,6 @@ The user can control the curve name used in the plot legend by using these optio
Copy and Paste of selections of Summary Plots and Curves, is possible using the Project Tree Context menu and standard keyboard shortcuts (CTRL-C/CTRL-V).
## Summary Source Stepping
Summary Source Stepping is a function which lets the user step through multiple vectors in one click. This function is available from both the toolbar and the **Summary Curves** property editor under a **Summary Plot** item in the **Main Plot Window Project Tree**.
The toolbar version may look like this
![]({{site.baseurl}}/images/SummarySourceSteppingToolbar.png)
and the property editor version may looks like this
![]({{site.baseurl}}/images/SummarySourceSteppingPropertyEditor.png)
In some cases some of the stepping components are hidden, depending on the set of summary curves currently visible. When ResInsight decides which stepping component to display, all visible curves in the current plot are taken into account. If, for instance, all curves display data from the same well, the well stepping component is displayed. This policy applies to the following source dimensions:
- Cases
- Wells
- Well groups
- Regions
- Vectors/Summaries
When one of the **next buttons** are clicked, all curves are changed to display data for the next item for the clicked source dimension. Example: The user clicks the **next well button**. Then the well source for all curves in the current plot are changed to display data for the next well.
## Recursive summary file import
When using the standard file selection dialog, the user is limited to select files in one directory only. If the interesting files are distributed over multiple directories, the dialog has to be opened once for each directory. The recursive file selection dialog is created to circumvent this limitation. This dialog is able to search a directory tree for files matching a specified pattern.

View File

@@ -0,0 +1,40 @@
---
layout: docs
title: Summary Plot Source Stepping
permalink: /docs/summaryplotsourcestepping/
published: true
---
![]({{ site.baseurl }}/images/SummarySourceSteppingBanner.png)
## Summary Plot Source Stepping
Summary Source Stepping is a function which lets the user step through multiple vectors in one click. This function is available from both the toolbar and the **Summary Curves** property editor under a **Summary Plot** item in the **Main Plot Window Project Tree**.
This functionality applies both to single summary curves and ensemble curve sets.
The toolbar version may look like this
![]({{site.baseurl}}/images/SummarySourceSteppingToolbar.png)
and the property editor version may looks like this
![]({{site.baseurl}}/images/SummarySourceSteppingPropertyEditor.png)
In some cases some of the stepping components are hidden, depending on the set of summary curves currently visible. When ResInsight decides which stepping component to display, all visible curves in the current plot are taken into account. If, for instance, all curves display data from the same well, the well stepping component is displayed. This policy applies to the following source dimensions:
- Cases
- Wells
- Well groups
- Regions
- Vectors/Summaries
### Tag selected curve item for source stepping
If the plot contains a mix of different curves, ResInsight might end up with too few stepping components available. Then, by selecting a summary curve or ensemble curve set, and activation of the context menu item **Set as Source Stepping Curve**, will use the selected curve as basis for data source stepping. All source stepping components for the selected curve is dispayed. When a curve or ensemble is marked for source stepping, an source stepping icon is displayed next to the curve.
Select **Clear Source Stepping Curve** to leave this mode.
This functionality applies both to single summary curves and ensemble curve sets.
### Handling of summary curves and history summary curves
If a plot displays both a summary curve and the corresponding history summary curve, the source stepping can be applied to both curves at the same time. If you have a mix of several curves, it might be required to mark one of the curves using **Set as Source Stepping Curve**.
### Applying data source change
When one of the **next buttons** are clicked, all curves are changed to display data for the next item for the clicked source dimension. Example: The user clicks the **next well button**. Then the well source for all curves in the current plot are changed to display data for the next well.

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -47,7 +47,7 @@ overview: true
Sign up to be notified of new releases:<br> <a href="{{ site.baseurl }}/project/releasenotification">Release Notification &rarr;</a>
</p>
Latest release is 2018.11
Latest release is 2018.11.1
</div>
<div class="clear"></div>
</div>

View File

@@ -5,8 +5,8 @@ permalink: /project/download/
published: true
---
Windows : [ResInsight-2018.11.0_oct-4.0.0_souring_fractures_win64.zip](https://github.com/OPM/ResInsight/releases/download/v2018.11/ResInsight-2018.11.0_oct-4.0.0_souring_win64.zip)
Windows : [ResInsight-2018.11.1_oct-4.0.0_souring_fractures_win64.zip](https://github.com/OPM/ResInsight/releases/download/v2018.11.1/ResInsight-2018.11.1_oct-4.0.0_souring_win64.zip)
Linux - RHEL6 : [ResInsight-2018.11.0_oct-3.4.3_souring_el6.tar.gz](https://github.com/OPM/ResInsight/releases/download/v2018.11/ResInsight-2018.11.0_oct-3.4.3_souring_el6.tar.gz)
Linux - RHEL6 : [ResInsight-2018.11.1_oct-3.4.3_souring_el6.tar.gz](https://github.com/OPM/ResInsight/releases/download/v2018.11.1/ResInsight-2018.11.1_oct-3.4.3_souring_el6.tar.gz)
For older versions, release notes and source code, please visit [ResInsight on Github](https://github.com/OPM/ResInsight/releases/)