Skip to content

Commit f82f88f

Browse files
committed
Update release notes for 2026.02
Adds realization filter documentation Adds user-defined percentile statistics curves COMPLUMP Adds documentation for surface display mode Viz welsegs
1 parent 4b98cf9 commit f82f88f

File tree

6 files changed

+79
-3
lines changed

6 files changed

+79
-3
lines changed

content/3d-main-window/Surfaces.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,30 @@ To make it easier to organize the surfaces you import into your project, ResInsi
4141

4242
## Surface Results
4343

44-
Per default, ResInsight maps current **Cell Result** on a given surface.
44+
Per default, ResInsight maps current **Cell Result** on a given surface.
4545
If another result is to be displayed, specify the result under **Surface Results** as shown below.
4646

4747
![](/images/3d-main-window/SurfacesSeparateSurfaceResults.png)
4848

49-
Clicking a surface of a **View** in the **Project Tree** activates the Property Editor for allowing view settings as shown below.
49+
Clicking a surface of a **View** in the **Project Tree** activates the Property Editor for allowing view settings as shown below.
5050

5151
To change result displayed on the surface, please specify the desired result in the **Result Reference**
5252
section of the **Property Editor**.
5353

5454
![](/images/3d-main-window/SurfacesViewPropertyEditor.png)
5555

56+
## Surface Display Mode
57+
58+
When a surface cuts through a grid model, result values are mapped onto the surface geometry. Areas of the surface that fall outside the grid model are colored using the surface color. To avoid z-fighting and visual noise caused by overlapping geometries, the display mode can be controlled at both the surface collection level and per individual surface.
59+
60+
The following display modes are available:
61+
62+
- **Surface** -- The surface is drawn using a single uniform surface color
63+
- **Results** -- The surface is colored using mapped result values only
64+
- **Both** -- Both the surface color and result colors are shown (default)
65+
66+
The display mode can be set on the top-level **Surfaces** folder in the **Project Tree** to apply to all surfaces, or overridden per individual surface in the **Property Editor**.
67+
5668

5769
## Reloading Surfaces
5870

content/Wells-and-Completions/WellPaths.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ The well path property editor lets the user control the appearance of the well p
7070
- **Well Info group** -- Metadata for the well path
7171
- **Well Picks group** -- Information about imported [well picks]({{% relref "formations" %}}#well-picks) file containing data for the current well path
7272

73+
## Visualization of Well Segments (WELSEGS)
74+
75+
ResInsight can visualize the well segments defined by the `WELSEGS` keyword. This makes it possible to inspect the exact start and end positions of each segment along the well path trajectory for QC purposes, without running a full simulation.
76+
77+
This option is available in the **Property Editor** of the top level **Wells** object. In the group "MSW Segment Visualization", select the grid model to be used, and click the button "Update Segments".
78+
79+
Clicking on an individual segment in the 3D view opens the **Result Info** window, which shows detailed information for that segment.
80+
81+
Segment start and end positions can also be displayed as annotations in [Well Log Plots]({{% relref "welllogsandplots" %}}), in the same manner as well path casing data. This is useful for correlating segment boundaries with formation tops and simulation results.
82+
7383
### Casing Design
7484
Some Casing Design elements can be assigned to the well path by selecting **Create Casign Design** from the right-click menu of the well path.
7585

content/import/EnsembleFileDialog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The dialog consists of the following fields:
2525
- **File Type**: The available file types will depend on the type of data to import. When importing summary data, there will be several items, and one with **SMSPEC**.
2626
- **File Extensions**: List of file extensions, ie ".EGRID .GRID". The extension text is independent to the file type defined above, e.g. _CSV_ data can be imported from a file with extension "TXT"
2727
- Use 'realization-*' in filter : Replace the text "realization-12" with "realization-\*"
28+
- **Realization Filter**: Specify which realization numbers to include or exclude. Ranges are defined with `-`, multiple entries are separated by `,`, and exclusions are prefixed with `!`. For example, `1-7, !4-5` produces the list [1, 2, 3, 6, 7].
2829
- Ensemble grouping : Group ensemble by Main folder or Sub Folder (Used by FMU workflow)
2930
- **Effective Filter**: The effective filter displays the resulting full path search pattern. It is updated on the fly as the user edits the pattern fields. A text string of "..." indicates a complete recursive directory search.
3031

content/plot-window/EnsemblePlotting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ If the number of curves in a curve set is sufficient, ResInsight will calculate
8989

9090
Statistics curves may be toggled on or off in the curve set's property editor.
9191

92+
**User-Defined Percentiles**
93+
94+
In addition to the default P10, P50, and P90 curves, custom percentile values can be defined in the curve set's property editor. Enter one or more percentile values (0–100) separated by commas. ResInsight will compute and display a statistics curve for each specified value.
95+
9296
## Delta Ensemble
9397
A new ensemble can be created based on calculations on two or more ensembles.
9498
Such an ensemble is called an **Delta Ensemble**.

content/releases/release-notes/releasenotes_2025_12.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title = "What's New in 2025.12"
33
weight = 97
44
hidden = false
55
search_ignore = true
6-
aliases = ["/releases/release-notes/latest/"]
76
+++
87

98
## Radial Grid
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
+++
2+
title = "What's New in 2026.02"
3+
weight = 96
4+
hidden = false
5+
search_ignore = true
6+
aliases = ["/releases/release-notes/latest/"]
7+
+++
8+
9+
## Ensemble Import
10+
11+
Realizations can now be excluded when importing ensembles using `!`. For example, the expression `1-7, !4-5` produces the list `[1, 2, 3, 6, 7]`.
12+
13+
See [Ensemble File Dialog]({{% relref "ensemblefiledialog" %}}) for details.
14+
15+
## Validation and Consistency
16+
A valid range can now be defined for variables in the project file. During import, values outside the specified range will be clamped to the valid range.
17+
18+
## Telemetry and Log Reporting
19+
**ResInsight** produces log messages, warnings, errors, and crash reports. These have previously been stored on the local file system. They can now optionally be sent to a cloud logging service, improving visibility into error situations and enabling an overview of selected application usage metrics.
20+
21+
## Visualization of Well Segments
22+
**WELSEGS** can be exported from ResInsight. It is now possible to visualize the segments along the well path for QC purposes. Clicking a segment displays segment data as text. Segment boundaries can also be shown as annotations in well log plots. See [Visualization of Well Segments]({{% relref "wellpaths" %}}#visualization-of-well-segments-welsegs) for details.
23+
24+
## Calculator Expressions
25+
- Improved handling of mixed upper and lower case
26+
- Fixed issue with nested aggregation functions. The following expression now works correctly: `a := min(if(b>3, 5), 50)`
27+
28+
## Simulation Modeling Improvements
29+
- Added support for **WSEGSICD**
30+
- Added support for **COMPLUMP** https://github.com/OPM/ResInsight/issues/13254
31+
32+
## Summary Plotting
33+
- Added support for calculation of block vectors in the form **BPR:15,28,1**
34+
- Fixed issue for **_DIFF** vectors when only the Mean statistics curve was visible
35+
- Improved interpretation and display of network summary vectors
36+
- Fixed issue when switching to "Time From Simulation Start" for ensemble realizations
37+
- Custom ensemble percentiles are now supported. See [User-Defined Percentiles]({{% relref "ensembleplotting" %}}#statistics-curves) for details.
38+
- Avoid time axis zoom when stepping vectors for ensemble curves
39+
40+
## Surface Display Mode
41+
42+
When a surface cuts through a grid model, z-fighting and visual noise can occur where the surface and result geometry overlap. A new **Surface Display Mode** setting has been added at both the surface collection level and per individual surface, allowing control over whether to show the surface color, result colors, or both. See [Surface Display Mode]({{% relref "3d-main-window/surfaces" %}}#surface-display-mode) for details.
43+
44+
## Fixes and Improvements
45+
- Dual Porosity: When computing COMPDAT for dual porosity models, ResInsight now reads all input values from the **Fracture** result section. When exporting COMPDAT and similar data to file, the K index for fracture results is used.
46+
- Fixed issues with field units in VFP plots
47+
- Fixed issue for RMS well paths with spaces in the name
48+
- Fixed issue with the user interface for statistical ensemble surfaces
49+
- Fixed issue with formation dip for fractures
50+

0 commit comments

Comments
 (0)