Commit Graph

457 Commits

Author SHA1 Message Date
Magne Sjaastad
e9ff3540ba
Update dev branch after patch release
* Fix calculation for active cell values
Always allocate result data for active cells in destination case. Make sure that active cells is used for both population of expression variables and filtering of data. Improved naming to make it clear that we always work with active cell data.

* Check if scalar result index is valid
* Create the static scalar results once
addStaticScalarResult will clear already computed data, causing calculations to be triggered once more

* Early return if data already is available
If not checking if data is available, data is read from file and appended to result vector.

* Always check date for H5 files, and recreate if required

* Always recreate ESMRY if file exists and is older than SMSPEC

* #11355 Use category if result name starts with FIP or ends with NUM

* #11337 Summary import: Make sure ESMRY includes restart history

* #11334 Fix cvf::Viewport assert triggered for small contour map/2d intersection
Size of the overlay is could become negative, and would overflow for small views.

* #11310 Fix assert on single cell model.
Well pipe radius would become HUGE_VAL due to off-by-one error.
The assert could only happen on model with a single cell.

* Check equal grid size only when required
Equal grid size is required if there is more than one grid case in the expression. If a cell filter view is active, the visibility is based on one view and reused for all other grid models, and requires equal grid size.

* Remove obsolete log message

* Do not show dialog during regression tests

* Fix eclipse case contour map left click (#11378)

* Make sure we operate in the correct domain when picking points in the contour map

* Remove obsolete code causing grid to be loaded for all cases


* Bump version to 2024.03.1

---------

Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
Co-authored-by: jonjenssen <69144954+jonjenssen@users.noreply.github.com>
2024-04-19 15:09:15 +02:00
Kristian Bendiksen
e77b4f9e3b Bump to version dev 05. 2024-04-17 15:41:15 +02:00
Kristian Bendiksen
8f96d8b131 Bump to version dev 04. 2024-04-15 13:26:08 +02:00
Kristian Bendiksen
c367fe5e7f Bump to version dev 03. 2024-04-10 13:05:34 +02:00
Kristian Bendiksen
55ca147f9d Bump to version dev 02. 2024-04-05 14:39:46 +02:00
Magne Sjaastad
d72a45d3fe Bump version to 2024.03.1-dev.01 2024-03-25 12:59:48 +01:00
Magne Sjaastad
e069e13c86 Bump version to 2024.03.0 2024-03-25 10:21:31 +01:00
Magne Sjaastad
cf4cf562b0 Bump version to 2024.03.0-RC_04 2024-03-22 08:46:28 +01:00
Magne Sjaastad
c02f32d5d1 Bump version to 2024.03.0-RC_04 2024-03-21 09:32:09 +01:00
Magne Sjaastad
691b73d7f4 Bump version to 2024.03.0-RC_03 2024-03-19 14:33:29 +01:00
Magne Sjaastad
d1d987f522 Bump version to 2024.03.0-RC_02 2024-03-18 17:58:45 +01:00
Magne Sjaastad
853d68df8b Bump version to 2024.03.0-RC_01 2024-03-18 11:49:07 +01:00
jonjenssen
11c7ef7210 Bump to version dev 24 2024-03-04 23:47:27 +01:00
Jon Jenssen
04fa268e7a Bump to version dev-23 2024-02-28 12:36:17 +01:00
Magne Sjaastad
672fbe177b
Improve summary calculation performance
* Only reload calculation data
* Make sure performance is good when a calculated object is added or changed
- avoid recreation of summary file readers
- delete all nodes in address tree representing calculated curves
- build address nodes for calculated curves
2024-02-26 13:55:41 +01:00
Jon Jenssen
185f62d856 Bump to version dev 21 2024-02-15 17:54:08 +01:00
Kristian Bendiksen
41ed462b7b Bump to version dev 20 2024-02-14 15:16:47 +01:00
jonjenssen
7c317cf7c1 Bump to version dev 19 2024-02-13 02:29:29 +01:00
Magne Sjaastad
f494813210 Bump version to dev.18 2024-02-07 10:07:18 +01:00
Magne Sjaastad
c456e96b22 Bump version to dev.17 2024-02-02 10:27:20 +01:00
Kristian Bendiksen
710b91d161 Bump version to dev.16 2024-02-02 08:22:05 +01:00
Kristian Bendiksen
492b3823af Bump version to dev.15 2024-01-29 15:05:08 +01:00
Magne Sjaastad
bd644da236 Bump version to dev.14 2024-01-29 08:57:29 +01:00
jonjenssen
576f15dd15 Bump to version dev-13 2024-01-22 20:39:07 +01:00
Magne Sjaastad
3388f60aa3 Bump to dev.12 2024-01-22 17:37:15 +01:00
Magne Sjaastad
1290aacf39 Set correct version number to 2023.12.1-dev.11 2024-01-22 15:43:21 +01:00
Magne Sjaastad
4f2d13f14d Bump to version dev.13 2024-01-22 14:52:49 +01:00
Magne Sjaastad
028567d21a Bump version 2024-01-17 08:53:40 +01:00
Magne Sjaastad
6eb8f75f17 Bump version to dev.09 2024-01-15 08:55:41 +01:00
Kristian Bendiksen
bd3c5bb883 Bump version to dev.08. 2024-01-10 10:55:15 +01:00
jonjenssen
9ac518fbe0 Bump dev version to 07 2024-01-05 11:03:26 +01:00
Kristian Bendiksen
6cc8855606 Bump version to dev.06. 2023-12-20 14:50:59 +01:00
jonjenssen
d6ae8188e0 Support older clang.
Bump version to dev.05
2023-12-19 14:13:18 +01:00
jonjenssen
858c1227bc
Use correct result name for Void ratio (#10969)
Use correct result name for Void ratio
Enable porosity calculator for imported inp data
Add model validation check for export/show model
Fix last res. layer not being splitted into subelements
Add model validation check in file exporter
Bump version to dev.04
2023-12-18 15:03:08 +01:00
jonjenssen
4aa5a38d63 Flip Y to get local coordinate element nodes in correct order for abaqus.
Bump version to dev.03
2023-12-18 01:31:45 +01:00
jonjenssen
f767efd0c5 Bump version to dev-02 2023-12-14 20:35:29 +01:00
Magne Sjaastad
84dfb0f9c5 Update dev after release 2023-12-11 15:19:54 +01:00
Magne Sjaastad
445cd95186 Set version to 2023.12 2023-12-11 13:56:04 +01:00
Magne Sjaastad
b34c6b9499 Bump version to RC_03 2023-12-11 12:32:19 +01:00
Magne Sjaastad
fd0e1afe07 Bump version to RC_02 2023-12-07 08:33:32 +01:00
Magne Sjaastad
222c42aadc Bump to 2023.12.0-RC_01 2023-12-05 08:18:42 +01:00
Kristian Bendiksen
ca9aa3e647 Bump to dev.11 2023-12-04 17:26:44 +01:00
Jon Jenssen
3c3c0a3fb0 Bump to version dev.10 2023-11-28 15:03:47 +01:00
jonjenssen
9b71076dd9 Bump version to dev.09 2023-11-27 08:17:44 +01:00
Kristian Bendiksen
4bcfcfb668 Bump to dev.08. 2023-11-24 13:21:21 +01:00
jonjenssen
e98f399574 Bump to dev.07 2023-11-20 17:25:04 +01:00
Kristian Bendiksen
82e0866f00 Bump to dev.06. 2023-11-15 13:17:55 +01:00
Magne Sjaastad
78dc6d1ecc Bump to dev.05 2023-11-14 08:36:43 +01:00
Kristian Bendiksen
1c0c78af99 Bump dev version to 04. 2023-11-13 08:45:09 +01:00
Magne Sjaastad
02df80e0cc Bump version 2023-11-08 08:39:04 +01:00
Magne Sjaastad
7c2df03fc5 Bump version to 2023.10.1-dev.02 2023-11-06 09:43:24 +01:00
Magne Sjaastad
b5b9ac00fe
Update dev branch after release
* Update version to 2023.01.1-dev.01

Merge in all changes from main branch
2023-10-23 12:53:04 +02:00
Magne Sjaastad
81929b4a8d Bump to RC_04 2023-10-20 15:43:18 +02:00
Magne Sjaastad
35d0be6b62 Bump to RC_02 2023-10-20 13:56:11 +02:00
Magne Sjaastad
55400b6ca4 Bump to 2023.10-RC_01 2023-10-19 14:49:42 +02:00
Kristian Bendiksen
ff2286964a Bump to dev.16. 2023-10-18 18:44:03 +02:00
Magne Sjaastad
2368b590dc Bump to dev.15 2023-10-16 08:48:52 +02:00
Magne Sjaastad
545eb57f7d Bump to dev.14 2023-10-13 08:08:35 +02:00
Magne Sjaastad
3dd406e170 Bump version number 2023-10-12 10:45:37 +02:00
Kristian Bendiksen
660051954a Set version to 2023.06.1-dev.12 2023-10-09 08:35:42 +02:00
Kristian Bendiksen
5469f73a2d Set version to 2023.06.1-dev.11 2023-09-22 10:15:31 +02:00
Kristian Bendiksen
fbffaed7c8 Set version to 2023.06.1-dev.10 2023-09-20 19:55:39 +02:00
Kristian Bendiksen
f3ea5b39f1 Set version to 2023.06.1-dev.09 2023-09-20 14:09:15 +02:00
Kristian Bendiksen
9b797fdd36 Set version to 2023.06.1-dev.08 2023-09-19 09:36:21 +02:00
Magne Sjaastad
5add6f5bef Set version to 2023.06.1-dev.07 2023-09-15 09:56:39 +02:00
Magne Sjaastad
c22b8b2e1f
Remove duplicated code
* Use annotation tools from part manager
* Set version to 2023.06.01-dev.06
2023-09-13 09:43:03 +02:00
Magne Sjaastad
2e94bd8e5e Set version to 2023.06.01-dev.05 2023-09-11 17:49:17 +02:00
Magne Sjaastad
98203f10a6 Set version to 2023.06.01-dev.04 2023-09-11 09:31:30 +02:00
Magne Sjaastad
3e3812469a #10574 opm-common: Add support for map axes import 2023-09-04 14:11:47 +02:00
Magne Sjaastad
8e777bd987 Bump version 2023-07-05 09:00:53 +02:00
Magne Sjaastad
b4e6415797
Updates after release
* Update version to 2023.01.1-dev.01
2023-06-19 16:22:50 +02:00
Magne Sjaastad
67c46288d8 Set version to 2023.06.0 2023-06-19 09:01:20 +02:00
Kristian Bendiksen
10a1520b09 Version RC_6 2023-06-16 16:49:40 +02:00
Magne Sjaastad
06b5c9afbf
Adjustments for release
* Add notification of parent object when multiple objects are updated

* Make sure unchecked curves are removed from track

* Use object names instead of "Sub Items" when possible

* Set default simulation well visualization to top of reservoir

* Show plot window after plot is created

* Allow setting plot rendering flags

* Add more plots for update when clicking in 3D view

* Seismic Difference: Fix typo for poly line data extraction

* Version RC_5
2023-06-16 09:27:35 +02:00
Magne Sjaastad
36811e7f94
Prepare for release RC_04
* Add example for import_case for ROFF
* Add field and object keywords
2023-06-12 15:52:20 +02:00
Magne Sjaastad
91762aaeb1
RC3 adjustments
* Update icons for summary and ensemble templates

* Icons for regression and decline

* #10374 LineEditor: Hide the placeholder widget when not used

* #10376 Assign a case ID to delta summary case

* Do not show decline range text in plot
2023-06-10 16:30:34 +02:00
Magne Sjaastad
5bd492dc56
Adjustments before release
* Make sure existing project files do not filter intersection geometry by cell filters

* #10241 Temporarily revert changes to resampling changes
These fixes had unintended side effect on well flow plot and rft plots seen in regression tests
https://github.com/OPM/ResInsight/issues/10241

* Update version number
2023-06-08 09:13:22 +02:00
Magne Sjaastad
95b94a1cc7 Bump version after release 2023-03-16 15:30:45 +01:00
Magne Sjaastad
26c8883761 Prepare release 2023.03.0 2023-03-16 06:44:32 +01:00
Magne Sjaastad
eb4ae78f36 Bump version 2023-03-15 13:40:54 +01:00
Magne Sjaastad
09c04cbcd0
Improve RFT reader performance
* #9963 Rft reader: Search for DATA file when required
WSEGLINK is used to establish the branch topology for MSW wells. Search and read WSEGLINK data when segment data is requested by the user. This can be a time consuming operation.
Avoid doing this search for standard RFT plots.

* Make sure that single summary curves are displayed correctly
* Make sure single summary curves are visible in the plot
2023-03-14 13:14:40 +01:00
Magne Sjaastad
9b4a3f663e
Release adjustments
* Add CON*RAT track for tubing branch
* Set long summary vector name as default, and allow both in curve name
* Use line shift if multiple quantities are present on axis title
Insert line shift if multiple quantities are present, otherwise insert space between individual vector names and the unit text.
* Move Groups between Field and Wells
* Bump version
2023-03-13 19:01:31 +01:00
Magne Sjaastad
836822c2b9
Adjustments for release
* Show segment plots in Well Log Plot collection
* Improve menu text for operations related to segment plots
* Show reservoir rates for annulus and device
* Make sure curve objects are visible in the Project Tree
* When importing the first summary case, expand case in project tree
* Bump version
2023-03-13 08:10:33 +01:00
Magne Sjaastad
527743a845
Adjustments for release
* Make sure text for multiple wells in same grid cell is displayed correctly
* Improve selection of result in Advanced Snapshot Export
* Restore the main window that was on top when project was saved
* Trim string to make sure '/' is exported with no space in front
* #9872 RFT-plot: Make colors stable for curves in RFT plots
* Set version to RC_02
2023-03-09 08:54:28 +01:00
Magne Sjaastad
bf432f8897 Set version to RC_01 2023-03-06 16:03:29 +01:00
Magne Sjaastad
39dc1c45ca Update version to 2023.01.1-dev.01 2023-01-12 09:29:24 +01:00
Magne Sjaastad
8d82558904 Set version to 2023.1.0 2023-01-10 11:53:12 +01:00
Magne Sjaastad
a4123609d9 Bump version to RC_03 2023-01-09 15:48:36 +01:00
Magne Sjaastad
09e05e9996
Fix summary issues
* Add missing time conversion for month
* #9606: FIx wrong usage of function when accessing data from summary file
The result values are aggregated into the destination vector in RimSummaryCaseCollection::computeMinMax(), so make sure the vector is recreated per case.
* #9602 : Make sure the plot is updated correctly for "Time since simulation start"
* Move roundToNumSignificantDigits() to RiaNumericalTools
* Make sure the time axis is consistent when individual time range differs
2023-01-02 10:22:44 +01:00
Magne Sjaastad
5d072663f1 Set version to 2023.01.0-RC_01 and disable debug output of AABB tree 2022-12-22 09:49:34 +01:00
Magne Sjaastad
1eb44e519e
RFT plot: Fix stepping on well
* Rft: Store segment and connection count per well
* Update the segment branch index combo box when well changes
* Bump version number
2022-12-05 18:36:21 +01:00
Magne Sjaastad
0e5d121993 Forward wellLogTrack::zoomAll to depth track plot 2022-11-16 07:05:52 +01:00
Magne Sjaastad
ba8587d6ae
Fix depth range for tracks with no data, bump version 2022-11-14 19:11:11 +01:00
Magne Sjaastad
647e248e04 Bump version number 2022-11-14 10:56:17 +01:00
Magne Sjaastad
f44eb6324e Bump to version 2022.06.2-dev.03 2022-11-08 09:17:56 +01:00
Magne Sjaastad
ed8fa08b13 Bump version number after RFT project 2022-10-28 15:42:40 +02:00
Magne Sjaastad
8c03fb1b36 Merge branch 'main' into dev 2022-10-13 10:56:29 +02:00
Magne Sjaastad
1f1cf69530 Bump version to 2022.6.2 2022-10-05 14:26:39 +02:00
Magne Sjaastad
b93cc21a84 Bump version 2022-10-05 12:28:03 +02:00
Magne Sjaastad
cce0693b68 Bump version to 2022.06.2-RC_02 2022-09-29 08:50:02 +02:00