Commit Graph

11679 Commits

Author SHA1 Message Date
Magne Sjaastad
e4ae27f792 #7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes 2020-11-25 17:12:34 +01:00
Magne Sjaastad
f148554798 #7045 Contour map : Disable clipping of smoothed contour lines 2020-11-25 10:42:20 +01:00
Magne Sjaastad
b8dcabe023 #7008 Python: Avoid terminating process as part of open/closeProject
When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.

New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.
2020-11-25 09:16:05 +01:00
Magne Sjaastad
5db32823c5 #7042 File Import Dialog : Sort by numbers instead of text 2020-11-24 14:31:13 +01:00
Magne Sjaastad
fdead02071 #7014 Python: Resize the result container before assigning data 2020-11-24 14:15:01 +01:00
Magne Sjaastad
5e63a1b716 #7003 Python: Guard nullpointer access for summary methods 2020-11-24 09:20:57 +01:00
Magne Sjaastad
6e789afd10 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-20 15:34:35 +01:00
Kristian Bendiksen
7d3bb68b28 #7021 StimPlanModel export: Set default values for invalid stress gradients. 2020-11-20 15:09:52 +01:00
Kristian Bendiksen
a4d60a630c #7024 Fix crash when closing comparison view on linux.
The state of caf::Viewer::isComparisonViewActive() and Rim3dView::activeComparisonView()
can be out-of-sync until all events have been processed by the Qt event loop.
The caf::Viewer state is updated as part of an scheduled display update, but the
update to Rim3dView is a direct call.

Fix crash by checking for nullptr from Rim3dView::activeComparisonView().

Closes #7024.
2020-11-20 14:25:29 +01:00
Kristian Bendiksen
9175806e6b #6930 StimPlanModel: Warn when exporting models with more than 100 layers. 2020-11-20 12:29:25 +01:00
Kristian Bendiksen
9ecbce4491 #7022 Set NTG as default Non-Net Layers result.
Also set default cut-off to 0.0.
2020-11-20 12:28:34 +01:00
Kristian Bendiksen
8e7913dbd3 #7022 Provide better default for Well Penetration Layer. 2020-11-20 12:28:34 +01:00
Kristian Bendiksen
cd340523cc #7022 Remove debug message when using default value in StimPlan model extraction. 2020-11-20 12:28:34 +01:00
Magne Sjaastad
4af309a53c StimPlan : Use \n instead of space in curve names
Improve readability of legend text when many curves are present
2020-11-20 10:50:46 +01:00
Kristian Bendiksen
efef18e03e #6946 Fix incorrect colors in facies track for non-zero-indexed color legends 2020-11-19 12:21:11 +01:00
Kristian Bendiksen
b04d2aa99a #7012 Clear facies code names when importing roff files 2020-11-19 08:24:08 +01:00
Kristian Bendiksen
9e4e8cd353 #6991 Update file name for replaced case.
Added extra option to choose auto-name option (similar to RimSummaryCase).
2020-11-19 08:23:36 +01:00
Magne Sjaastad
68153c836a #6974 Color Legend : Improve default settings for user defined values 2020-11-18 15:33:38 +01:00
Magne Sjaastad
9884d531bb Color Legend : Make sure there are at least two color items (#7006)
* #7004 Color Legend : Make sure there are at least two color items 

The interpolation methods require minimum two items
2020-11-18 15:06:24 +01:00
Kristian Bendiksen
f22c6d0e1d #6992 Remove incorrect error for missing default overburden value for Pressure. 2020-11-17 00:56:59 -08:00
Kristian Bendiksen
dc0607dfd3 #6992 Fix crash in application cleanup when using command files. 2020-11-17 00:56:59 -08:00
Magne Sjaastad
4d97abaa58 #7000 Octave : Use Warning instead of Error in log messages 2020-11-17 08:31:32 +01:00
Magne Sjaastad
33cd05c5ec Merge pull request #6993 from OPM/msj-opm-common
VFP table support using opm-common
2020-11-16 09:03:52 -08:00
jonjenssen
74f413b6d6 Rearrange cell filter related files in source code tree (#6998)
* Move cell filter related classes to separate subfolder
* Update cmake files
2020-11-16 17:07:16 +01:00
Kristian Bendiksen
4ce0a6ed15 #6934 Fix incorrect comparison for extraction bounding box. 2020-11-16 16:45:31 +01:00
github-actions[bot]
99742e8062 Fixes by cmake-format (#6994)
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2020-11-16 13:54:06 +01:00
github-actions[bot]
a7f2db852e Fixes by clang-format (#6995)
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2020-11-16 13:53:37 +01:00
Ruben Thoms
edb8c5ff81 Fixed unity build issues. 2020-11-16 11:34:09 +01:00
Ruben Thoms
c4ec51fd8b Added opm-common as include directory to Commands project.
Fixed other deprecated class object instantiations.
2020-11-16 11:34:09 +01:00
Kristian Bendiksen
eea9e88bfe Parse and display VFPPROD tables. 2020-11-16 11:34:09 +01:00
Ruben Thoms
1b9a674213 Merged in VFP-tables commit 263beb8cf6a9f84a0a68ae50456eb8af2d44053b. 2020-11-16 11:34:09 +01:00
Ruben Thoms
6636a29882 Merged in VFP-tables commit 874433680d65ec3ce2735c06f1212fb478e413b1. 2020-11-16 11:34:09 +01:00
Ruben Thoms
d1fc39a51c Merged in VFP-tables commit 95f1742eab2b9dae391a253a5452b0f143d07abd. 2020-11-16 11:34:09 +01:00
Magne Sjaastad
203cccaef2 #6978 Fault Import : Make sure faults in separate text file is imported 2020-11-13 01:13:50 -08:00
Magne Sjaastad
f94cd760e5 #6978 Fault Import : Make sure faults in separate text file is imported 2020-11-13 09:40:08 +01:00
Magne Sjaastad
1a3a155d36 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-12 09:06:28 +01:00
Kristian Bendiksen
4e2273b357 #6935 Extend python example with more than one model. 2020-11-11 15:46:22 +01:00
Kristian Bendiksen
f146402864 #6936 StimPlanModel: missing update when changing eclipse case or time step in plot. 2020-11-11 15:45:49 +01:00
Kristian Bendiksen
f6ba901105 #6937 StimPlanModel: fix missing update in plot when toggling elastic scaling property 2020-11-11 15:45:49 +01:00
Kristian Bendiksen
d5f5207177 #6934 StimPlanModel: allow user-defined depth bounding box for data extraction 2020-11-11 15:45:49 +01:00
Kristian Bendiksen
91a35784a0 #6948 StimPlan Model: Make sure extraction normal always points downwards. 2020-11-11 15:45:49 +01:00
Magne Sjaastad
1f2b1f208c #6962 Python: case.replace use simulationName
In Python, the folder name is added to simulation name to a combined name like 'folderName--simulationName' for the imported Grid Model. Only the simulationName should be used.
2020-11-11 09:05:31 -05:00
Magne Sjaastad
a0bc915b18 #6968 Import Dialog : Replace realization-N with realization-* 2020-11-11 09:05:31 -05:00
Magne Sjaastad
e9656cc167 #6963 Import Dialog : Add recently used folders and search terms in registry 2020-11-11 09:05:31 -05:00
jonjenssen
7f3df954ad Bugfix: show y axis text even if ensemble and summary curves are turned off. 2020-11-11 09:01:07 -05:00
Magne Sjaastad
f336dfec97 #6957 Data source stepping : Add stepping on aquifer 2020-11-10 09:58:48 -05:00
Magne Sjaastad
34fe05ba33 #6958 Plot Title UDQ : Show vector name in plot title 2020-11-10 09:58:48 -05:00
Magne Sjaastad
0e2d021148 #6959 Calculated curve : Make sure relevant calculations are recalculated 2020-11-10 09:58:48 -05:00
Magne Sjaastad
e3ef1b436a #6960 Curve Calculator : Add to right-click menu of main case collection 2020-11-10 09:58:48 -05:00
Magne Sjaastad
00bcf3f048 #6871 Closing Grid Model : Update project tree in plot window 2020-11-09 20:29:17 +01:00