Commit Graph

12666 Commits

Author SHA1 Message Date
Magne Sjaastad
9682d126e9 Set version to patch release 02 2020-05-16 16:57:52 +02:00
Gaute Lindkvist
ce5b88405b #5936 Fix use of LAS for PP Non-Reservoir 2020-05-15 13:51:17 +02:00
Magne Sjaastad
9be0e0ba59 NNC info : Count NNCs with no overlap area, and display first 20 2020-05-15 12:51:19 +02:00
Magne Sjaastad
04243dfa64 NNC : Add settings to preferences and compute on demand
Ported several commits from dev

#5913 Import NNC : Do not compute NNCs if importNNCs is disabled in preferences
#5914 Import faults : Avoid computation of faults if turned off in preferences 
#5925 NNC computations : Add flag in preferences to include inactive cells
Allan : Do not test for cached data in pytest
#5925 Simplify computation of fault data
#5932 NNC data : Compute geometry when NNC data is asked for
Remove obsolete parameters
2020-05-15 12:51:19 +02:00
Gaute Lindkvist
72436f0a72 Improve NNC memory use 2020-05-15 09:56:24 +02:00
Gaute Lindkvist
4b3d41d53e Reduce NNC memory use 2020-05-15 09:56:24 +02:00
Gaute Lindkvist
24f4b1d4ac Improve NNC calculation load balancing 2020-05-15 09:56:24 +02:00
Gaute Lindkvist
7674e87359 Use guided openmp for loop 2020-05-15 09:56:24 +02:00
Gaute Lindkvist
ec2a924767 #5915 improve performance of NNC computation and limit to active cells 2020-05-15 09:56:24 +02:00
Magne Sjaastad
de4fafe744 Fix crash in WBS curves when rkb diff is 0 (ported to patch branch) 2020-05-13 14:38:34 +02:00
Gaute Lindkvist
3ac35050bc #5888 only apply LAS-PP-values within reservoir 2020-05-13 14:28:48 +02:00
Gaute Lindkvist
0f456714bc #5863 Always use grid for PP0 2020-05-13 14:28:41 +02:00
Magne Sjaastad
00cd16ed4f
Fix misspelled Allan diagram (#5906)
Closes #5816
2020-05-12 08:26:22 +02:00
Magne Sjaastad
cc803b5c38 Set version to 2020.04.1-RC01 2020-05-05 12:52:02 +02:00
Magne Sjaastad
6d9985d2ef #5865 Fault and NNC performance : Build NNC geometry when needed 2020-05-05 12:40:14 +02:00
Magne Sjaastad
943d977298 #5856 Well Disks : Improve logic to guard when geometry is created 2020-05-05 12:39:58 +02:00
Magne Sjaastad
fdd3625bc2 #5852 3D view: Avoid more work than required 2020-05-05 12:37:22 +02:00
Magne Sjaastad
41a4e470d3 #5852 3D view: Avoid creation of viz objects in clearGeometryCache
m_geometries[geomType].clearAndSetReservoir( geomType, rimEclipseCase, m_reservoirView ) was causing relative heavy performance issues. This is related to several structures being allocated and initialized in constructor in some visusualization object. Preferred workflow: Mark the geometry for recreation using the flag, and do the actual work when visualization is to be created.
2020-05-05 12:36:01 +02:00
Magne Sjaastad
5de98ea7b0 #5847 Eclipse Ascii Case: Import of properties with comment in header fails 2020-05-05 12:34:58 +02:00
Magne Sjaastad
4d98a8d502 #5856 Well Disks: Convert to time_t once instead of N times 2020-05-05 12:34:25 +02:00
Magne Sjaastad
eeb90fcdea #5856 Well Disks : Guard recompute and limit evaluation to visible wells 2020-05-05 12:34:01 +02:00
Magne Sjaastad
695571c2b0 LibEcl : Add missing include for latest VS2019 2020-04-19 07:01:19 +02:00
Magne Sjaastad
c7f9d03229 Grid cell time history curves : Guard null pointer access 2020-04-19 07:01:19 +02:00
Magne Sjaastad
53cf99e701
Merge pull request #5811 from OPM/dev
Release 2020.04
2020-04-17 16:23:44 +02:00
Magne Sjaastad
3c05fff768 Output field keyword alias names 2020-04-17 13:55:49 +02:00
Magne Sjaastad
2d5d4e4f52 Update to release for 2020.04 2020-04-17 13:14:29 +02:00
Magne Sjaastad
4fa00a5252 Guard null pointer access 2020-04-17 13:09:28 +02:00
Magne Sjaastad
404a9ec7d9 Add icon to intersection results 2020-04-17 12:49:54 +02:00
Gaute Lindkvist
5d86e16029
Update index.rst 2020-04-17 11:28:42 +02:00
Gaute Lindkvist
2f3c950110
Update index.rst 2020-04-17 11:27:10 +02:00
Magne Sjaastad
bc4313f489 #5804 Separate Surface Result : Missing update of content in property editor 2020-04-16 16:08:33 +02:00
Magne Sjaastad
d675db98f6
Update python doc (#5803)
Several improvement and adjustments to the Python documentation

- applied autopep8
- add summary example
- use references to reference other classes and methods
2020-04-16 16:06:18 +02:00
Magne Sjaastad
7f3bc6533e #5792 Python : Do not show file selection dialog in console mode 2020-04-16 07:22:17 +02:00
Magne Sjaastad
9e48d7ba7e Python : Config and description of autopep8 2020-04-16 07:22:17 +02:00
Magne Sjaastad
dc8f2f0d34
Merge pull request #5799 from OPM/py-sum-case
Python Summary Case : Import and access to objects
2020-04-15 23:11:14 +02:00
Magne Sjaastad
185e4c15ef #5792 Python : Add import_summary_case and find summary case from ID
Add example of use and updated documentation
2020-04-15 21:58:18 +02:00
Magne Sjaastad
f0275df249 Python Doc : Avoid documenting inherited members 2020-04-15 21:58:18 +02:00
Magne Sjaastad
d255dfb8c4 #5792 Python : Preparations
Fix wrong text in date time class
Remove message box, as the function is also intended to be used in a console setting
2020-04-15 21:58:18 +02:00
Magne Sjaastad
4102ba1454 #5800 Delta summary : Fix computations for fixed time step
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-15 14:52:11 +02:00
Magne Sjaastad
c9def2063d #5801 Icon for delta summary case 2020-04-15 14:27:56 +02:00
Gaute Lindkvist
7bbbac8277 #5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-15 14:20:27 +02:00
Gaute Lindkvist
7b445a7fb7 #5585 Improve the way we decide on autozoom for the X-range in Well Log Tracks 2020-04-15 14:17:10 +02:00
Kristian Bendiksen
0b47e27e89 #5775 Add ensemble id to RimSummaryCaseCollection. 2020-04-14 19:12:05 +02:00
Kristian Bendiksen
a67286d78f #5775 Add case id to summary case. 2020-04-14 19:12:05 +02:00
Magne Sjaastad
c56385361e #5784 Contour Map : Guard null pointer access 2020-04-10 08:05:06 +02:00
Magne Sjaastad
d748cfc96f #5777 Well Measurements : Add icons 2020-04-10 08:01:17 +02:00
rebekkasjaastad
5a46000c3c
Well Measurement Icons (#5789) 2020-04-09 13:55:19 +02:00
Magne Sjaastad
0b0a314743 Fix typo 2020-04-07 21:44:43 +02:00
Magne Sjaastad
1c511dbeb3 #5779 Create Well Path : Add auto generated target at sea level 2020-04-07 21:44:43 +02:00
Magne Sjaastad
379276ae06 Guard null pointer access 2020-04-07 21:44:43 +02:00