-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-major-release' into main
- Loading branch information
Showing
20 changed files
with
173 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
+++ | ||
title = "Aggregation of Grid Cell Values" | ||
published = true | ||
weight = 20 | ||
+++ | ||
|
||
### 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](https://github.com/OPM/ResInsight/assets/1793152/bf53a448-94ce-4fbb-850e-b912c060a6d4) | ||
|
||
See draft workflow with screenshots here: | ||
https://github.com/OPM/ResInsight/discussions/10913 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
+++ | ||
title = "What's New in 2023.12" | ||
published = true | ||
weight = 10 | ||
hidden = true | ||
+++ | ||
|
||
## Grid Calculations | ||
|
||
- [Grid Property Calculations]({{< relref "gridpropertycalculator" >}}) can now be applied to multiple grid cases. | ||
- A grid calculation can be used as data source for [Grid Case Statistics]({{< relref "casegroupsandstatistics" >}}). 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]({{< relref "aggregationofgridcellvalues" >}}) | ||
|
||
## 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]({{< relref "wellallocationovertimeplot" >}}) plot | ||
- Regression Analysis: Fixed crash after modifying the expression | ||
- Completion export: Exclude COMPDAT for deactivated laterals | ||
|
||
|
||
See [**Release Notes on GitHub**](https://github.com/OPM/ResInsight/releases/) for further details and information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+49.2 KB
(130%)
static/images/3d-main-window/GridPropertyCalculatorMain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+24.3 KB
(190%)
static/images/3d-main-window/GridPropertyCalculatorSolo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed
BIN
-14.1 KB
static/images/3d-main-window/StatisticsCasePropertiesCalculated.png
Binary file not shown.
Binary file added
BIN
+26.4 KB
static/images/calculated-data/StatisticsCaseGridAfterComputations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.