diff --git a/3d-main-window/3dviews/index.html b/3d-main-window/3dviews/index.html index c63da3b994..38ce84484e 100644 --- a/3d-main-window/3dviews/index.html +++ b/3d-main-window/3dviews/index.html @@ -12,18 +12,18 @@ 3D Views :: ResInsight - - - - - - - - - + + + + + + + + + - + - - - + - - - - - - - -
-
-
- -
-
- - - - - - - -
-
- -
- -
- -
- -

- - Grid Case Groups and Statistics -

- - - - - - -

-

Grid Case Group’s are designed to make it easy to calculate statistics per cell and per time step of a large number of Eclipse simulation Cases with identical Grids (often labeled realizations).

-

If you have several Eclipse simulations with different input parameters available, you can put all the realizations into a Grid Case Group and easily calculate each of the cells mean value, range and max/min values at each time step between the realizations.

-

Creating Grid Case Groups

-

From Files

-

The easiest way to create a Grid Case Group is to use the Import command: -File->Import->Eclipse Cases->Create Grid Case Group

-

This command will display the recursive file import dialog described on the Summary Plots page.

-

ResInsight then creates a Grid Case Group for you, and populates its Source Cases with the Cases you selected. Then the first of those Cases are read completely, while the others are just scanned to verify that the Grids match and to detect changes in the Active Cells layout. This makes it quite fast to load even a quite large number of realizations.

-

Manually

-

A Grid Case Group can be created from the right-click menu of a Result Case, Input Case or a different Grid Case Group. Source Cases can then be added by using the mouse to drag and drop cases with equal grids into the Grid Case Group’s Source Case folder. -This is useful if you want to create statistics based only on a subset of the source cases in an already created Grid Case Group.

-

Drag and Drop of cases will normally copy the cases to the new destination, but moving them is possible by pressing and holding the Shift key while dropping.

-

Viewing Special Source Cases

-

To reduce the number of views, only a view for the first case is created automatically. If you want to inspect the results of a particular source case, select New view from the right-click menu. A new 3D View will the be created on that particular case.

- -
How to limit system resource allocation
-To reduce memory usage, project loading time etc. remember to delete the 3D Views you do not need. 3D Views uses a lot of system resources. -
- -

Statistics

-

After creating a grid case group, an empty Statistics Case is created for you in the Derived Statistics folder of the Grid Case Group.

-

Setting Up and Calculate

-

The properties of non-calculated and calculated Statistics Case is shown below:

-

-
    -
  • Compute – Starts to calculate requested statistical Properties.
  • -
  • Edit – Deletes the calculated results, and makes the controls to edit the setup available.
  • -
  • Summary of calculation setup – Summarizes what to calculate.
  • -
  • Properties to consider – These options makes it possible to select what Eclipse properties to include in the Statistical calculations. Adding variables increase the memory usage and the computational time.
  • -
  • Percentile Setup – Selects whether to calculate percentiles, what method and what percentile levels should be used. Turning this off speeds up the calculations.
  • -
  • Well Data Source Case – This option selects which set of Simulation Wells to be shown along with the statistical results. You can select one of the Source Cases.
  • -
-

Percentile Methods

-

Three Percentile methods are implemented:

-
    -
  • Interpolated Observation – -The values are sorted, and the two observations representing the probabilities closest to the percentile are interpolated to find the value for the percentile. This is the default method.
  • -
  • Nearest Observation – -The values are sorted, and the first observation representing a probability higher or equal to the percentile probability is selected as the value for the percentile. This method is by some considered to be statistically more puristic.
  • -
  • Histogram based estimate – -A histogram is created and the percentile is calculated based on the histogram. This method will be faster when having a large number of realizations, because no value sorting is involved. You would however need several hundred realizations before this method should be considered.
  • -
-

Viewing the Results

-

When the computation is complete, you have to create a 3D View on the Statistics Case to view the results. Use the right-click menu of the Statistics Case to create it.

-

Adding Statistics Cases

-

A new statistical calculation can be created by activating the right-click menu for Derived Statistic->New Statistics Case.

- - -
- -
- - -
- - -
- - - -
- -
-
-
- - - - - - - - - - - - - - - - - - diff --git a/3d-main-window/cellresults/index.html b/3d-main-window/cellresults/index.html index b20eaee57c..b1599ac0fb 100644 --- a/3d-main-window/cellresults/index.html +++ b/3d-main-window/cellresults/index.html @@ -12,18 +12,18 @@ Cell Results :: ResInsight - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + +
+
+
+ +
+
+ + + + + + + +
+
+ +
+ +
+ +
+ +

+ + Aggregation of Grid Cell Values +

+ + + + + + +

Calculate statistics for sum of mobile oil for an ensemble

+

Workflow description

+
    +
  • Import an ensemble of grid models with identical IJK into a Grid Case Group.
  • +
  • Create a view on one of the source grid models, and create a cell filter.
  • +
  • Create an expression for mobile oil MOBILE_OIL := if(((SOIL-SOWCR) < 0.00), 0.00, PORV*(SOIL-SOWCR))
  • +
  • Optionally select a subset of time steps
  • +
  • Create an expression to sum values for all visible cells SUM_MOBILE_OIL := sum(MOBILE_OIL) Use the result from the previous calculation as input to the variable, use MOBILE_OIL from the Generated category.
  • +
  • The individual values for each realization and time step is displayed as text in Messages. The statistics for each time step is displayed at the bottom.
  • +
+

image

+

See draft workflow with screenshots here: +https://github.com/OPM/ResInsight/discussions/10913

+ + +
+ +
+ + +
+ + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/calculated-data/calculatorexpressions/index.html b/calculated-data/calculatorexpressions/index.html index b29eaa13fa..d2e05d7066 100644 --- a/calculated-data/calculatorexpressions/index.html +++ b/calculated-data/calculatorexpressions/index.html @@ -12,18 +12,18 @@ Calculator Expressions :: ResInsight - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + +
+
+
+ +
+
+ + + + + + + +
+
+ +
+ +
+ +
+ +

+ + Grid Case Groups and Statistics +

+ + + + + + +

+

Grid Case Group’s are designed to make it easy to calculate statistics per cell and per time step of a large number of Eclipse simulation Cases with identical Grids (often labeled realizations).

+

If you have several Eclipse simulations with different input parameters available, you can put all the realizations into a Grid Case Group and easily calculate each of the cells mean value, range and max/min values at each time step. Grid calculations can optionally be used as a data source for computations.

+

Creating Grid Case Groups

+

From Files

+

The easiest way to create a Grid Case Group is to use the Import command: +File->Import->Eclipse Cases->Create Grid Case Group

+

This command will display the recursive file import dialog described on the Summary Plots page.

+

ResInsight then creates a Grid Case Group for you, and populates its Source Cases with the Cases you selected. Then the first of those Cases are read completely, while the others are just scanned to verify that the Grids match and to detect changes in the Active Cells layout. This makes it quite fast to load even a quite large number of realizations.

+

Manually

+

A Grid Case Group can be created from the right-click menu of a Result Case, Input Case or a different Grid Case Group. Source Cases can then be added by using the mouse to drag and drop cases with equal grids into the Grid Case Group’s Source Case folder. +This is useful if you want to create statistics based only on a subset of the source cases in an already created Grid Case Group.

+

Drag and Drop of cases will normally copy the cases to the new destination, but moving them is possible by pressing and holding the Shift key while dropping.

+

Viewing Special Source Cases

+

To reduce the number of views, only a view for the first case is created automatically. If you want to inspect the results of a particular source case, select New view from the right-click menu. A new 3D View will the be created on that particular case.

+ +
How to limit system resource allocation
+To reduce memory usage, project loading time etc. remember to delete the 3D Views you do not need. 3D Views uses a lot of system resources. +
+ +

Statistics

+

After creating a grid case group, an empty Statistics Case is created for you in the Derived Statistics folder of the Grid Case Group.

+

Setting Up and Calculate

+

Settings for grid case property statistics

+

+
    +
  • Compute – Starts to calculate requested statistical Properties.
  • +
  • Edit – Deletes the calculated results, and makes the controls to edit the setup available.
  • +
  • Summary of calculation setup – Summarizes what to calculate.
  • +
  • Properties to consider – These options makes it possible to select what Eclipse properties to include in the Statistical calculations. Adding variables increase the memory usage and the computational time.
  • +
  • Percentile Setup – Selects whether to calculate percentiles, what method and what percentile levels should be used. Turning this off speeds up the calculations.
  • +
  • Well Data Source Case – This option selects which set of Simulation Wells to be shown along with the statistical results. You can select one of the Source Cases.
  • +
+

Settings for grid cell calculations

+

+
    +
  • Data Source – Defines either a cell property or a grid calculation expression to be used as data source for the statistical calculations.
  • +
  • Grid Calculation – List of all defined calculations in the project.
  • +
  • Filter By View – Limit the calculation to visible cells in a selected view.
  • +
+

Cell values in a selection of cells can be aggregated as described in Aggregation of Grid Cell Values

+

Settings for when statistics has been computed

+

+

Percentile Methods

+

Three Percentile methods are implemented:

+
    +
  • Interpolated Observation – +The values are sorted, and the two observations representing the probabilities closest to the percentile are interpolated to find the value for the percentile. This is the default method.
  • +
  • Nearest Observation – +The values are sorted, and the first observation representing a probability higher or equal to the percentile probability is selected as the value for the percentile. This method is by some considered to be statistically more puristic.
  • +
  • Histogram based estimate – +A histogram is created and the percentile is calculated based on the histogram. This method will be faster when having a large number of realizations, because no value sorting is involved. You would however need several hundred realizations before this method should be considered.
  • +
+

Viewing the Results

+

When the computation is complete, you have to create a 3D View on the Statistics Case to view the results. Use the right-click menu of the Statistics Case to create it.

+

Adding Statistics Cases

+

A new statistical calculation can be created by activating the right-click menu for Derived Statistic->New Statistics Case.

+ + +
+ +
+ + +
+ + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/calculated-data/curvecalculator/index.html b/calculated-data/curvecalculator/index.html index acebbe0127..1a27b3b584 100644 --- a/calculated-data/curvecalculator/index.html +++ b/calculated-data/curvecalculator/index.html @@ -12,18 +12,18 @@ Curve Calculator :: ResInsight - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + +
+
+
+ +
+
+ + + + + + + +
+
+ +
+ +
+ +
+ +

+ + What's New in 2023.12 +

+ + + + + + +

Grid Calculations

+
    +
  • Grid Property Calculations can now be applied to multiple grid cases.
  • +
  • A grid calculation can be used as data source for Grid Case Statistics. The data source for statistics computations can either be a cell property or a grid calculation expression.
  • +
  • Time step selection is added to the Grid Case Statistics settings to reduce computation demand.
  • +
  • Expressions can be stored to a file and loaded from a file. This makes it possible to reuse expressions in multiple projects.
  • +
+

Aggregated Grid Calculations

+

When using a aggregation expression like sum the resulting value will be available as a cell result (the single value is duplicated and displayed for all cells used in the calculation). If the calculation is applied to multiple grids, the aggregated value for each realization will be displayed in the Messages dialog. For each time step, the statistical values are also computed and displayed as text.

+

Aggregation of Grid Cell Values Example

+

Summary Improvements

+
    +
  • The summary plot editor has been reworked to make it easier to use and to make it more consistent with the generated plots. The preview plot title is removed, and preview curves are using multiple axes similar to other plots.
  • +
  • Space between curve icon and text in legend is increased to make it easier to read
  • +
  • Fixed missing curve legend when clicking on curves (Happens on some Linux distributions)
  • +
  • Added flag to optionally distribute a summary calculation to all cases
  • +
  • Summary expressions can be stored to a file and loaded from a file. This makes it possible to reuse expressions in multiple projects.
  • +
+

Automation of RFT PLots

+

Multiple RFT plots can now be created using the Create Multiple RFT Plots menu item. The operation will create one plot for each RFT well.

+

Other improvements

+
    +
  • Fixed a crash issue when using the summary toolbar
  • +
  • Fixed a crash when toggling on Well Allocation Over Time plot
  • +
  • Regression Analysis: Fixed crash after modifying the expression
  • +
  • Completion export: Exclude COMPDAT for deactivated laterals
  • +
+

See Release Notes on GitHub for further details and information.

+ + +
+ +
+ + +
+ + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/images/3d-main-window/GridPropertyCalculatorMain.png b/images/3d-main-window/GridPropertyCalculatorMain.png index 04cdeb14e0..d58dd5a1f7 100644 Binary files a/images/3d-main-window/GridPropertyCalculatorMain.png and b/images/3d-main-window/GridPropertyCalculatorMain.png differ diff --git a/images/3d-main-window/GridPropertyCalculatorSolo.png b/images/3d-main-window/GridPropertyCalculatorSolo.png index 8ca5aaff00..d961b6b69a 100644 Binary files a/images/3d-main-window/GridPropertyCalculatorSolo.png and b/images/3d-main-window/GridPropertyCalculatorSolo.png differ diff --git a/images/3d-main-window/StatisticsCaseProperties.png b/images/3d-main-window/StatisticsCaseProperties.png deleted file mode 100644 index 3fa67b0a39..0000000000 Binary files a/images/3d-main-window/StatisticsCaseProperties.png and /dev/null differ diff --git a/images/3d-main-window/StatisticsCasePropertiesCalculated.png b/images/3d-main-window/StatisticsCasePropertiesCalculated.png deleted file mode 100644 index dc7f0a6926..0000000000 Binary files a/images/3d-main-window/StatisticsCasePropertiesCalculated.png and /dev/null differ diff --git a/images/calculated-data/StatisticsCaseGridAfterComputations.png b/images/calculated-data/StatisticsCaseGridAfterComputations.png new file mode 100644 index 0000000000..3ef597df03 Binary files /dev/null and b/images/calculated-data/StatisticsCaseGridAfterComputations.png differ diff --git a/images/calculated-data/StatisticsCaseGridCalculation.png b/images/calculated-data/StatisticsCaseGridCalculation.png new file mode 100644 index 0000000000..ab85d016f8 Binary files /dev/null and b/images/calculated-data/StatisticsCaseGridCalculation.png differ diff --git a/images/calculated-data/StatisticsCaseProperties.png b/images/calculated-data/StatisticsCaseProperties.png new file mode 100644 index 0000000000..0cae796d47 Binary files /dev/null and b/images/calculated-data/StatisticsCaseProperties.png differ diff --git a/images/calculated-data/curve-calculator-ui.png b/images/calculated-data/curve-calculator-ui.png index 74ce039012..baa0dbcdca 100644 Binary files a/images/calculated-data/curve-calculator-ui.png and b/images/calculated-data/curve-calculator-ui.png differ diff --git a/import/appendingadditionalproperties/index.html b/import/appendingadditionalproperties/index.html index a06e4244a1..1c52029f37 100644 --- a/import/appendingadditionalproperties/index.html +++ b/import/appendingadditionalproperties/index.html @@ -12,18 +12,18 @@ Appending Additional Properties :: ResInsight - - - - - - - - - + + + + + + + + + - +