Magne Sjaastad
d3f026b84c
Merge pull request #5445 from OPM/native-case-name
...
Summary Case : Add public methods displayCaseName and nativeCaseName
2020-01-31 07:33:54 +01:00
Magne Sjaastad
7722893f0c
#5441 Summary Case : Add public methods displayCaseName and nativeCaseName
2020-01-30 14:24:04 +01:00
Magne Sjaastad
9b43335914
#5434 Ensemble Parameters : Improve robustness Runspec reader
2020-01-30 13:37:59 +01:00
Magne Sjaastad
7de8b6bb08
#5434 Ensemble Parameters : Improve robustness
...
Avoid throwing when errors are detected
2020-01-30 13:27:49 +01:00
Magne Sjaastad
170e0ad173
#5273 Struct Grid: Add enum GridAxisType for IJK axis
2020-01-20 22:19:10 +01:00
Magne Sjaastad
3eb43342af
#5273 Allen Diagrams: Rename
2020-01-17 08:41:19 +01:00
Magne Sjaastad
0abd839669
#5273 Allen Diagrams: Use const access to Nnc connections
2020-01-17 08:41:16 +01:00
Magne Sjaastad
6761a71798
#5273 Allen Diagrams: Move result names to RiaNccDefines
2020-01-17 08:41:15 +01:00
Magne Sjaastad
9426a881f2
#4850 Bugfix for E300 : Detect when to use days since simulation start
2020-01-12 18:10:13 +01:00
Kristian Bendiksen
e535e2e42f
#5216 Uppercase all property names ("kind") in well measurement import
...
This fixes the problem of mixed case.
2020-01-06 20:40:39 +01:00
Kristian Bendiksen
dbb60e6577
#5216 Allow whitespace before comments in well measurement import.
2020-01-06 20:27:53 +01:00
Kristian Bendiksen
7014f7e3a5
#5216 Change order of name and value in well measurement import
2020-01-06 20:16:19 +01:00
Kristian Bendiksen
35df3cc9d3
#5131 Update calculation curves when summary case is replaced.
2019-12-11 09:29:35 +01:00
Gaute Lindkvist
7fd4aa1ce9
#5002 Ensemble RFT curve sets with parameter coloring and separate legends
2019-12-06 08:13:31 +01:00
Gaute Lindkvist
285433cbb8
#4927 Blind attempt at improving reliability of smspec import
2019-11-28 08:03:59 +01:00
Magne Sjaastad
4aac43c167
Fix headers and whitespace
2019-11-27 13:54:58 +01:00
Kristian Bendiksen
fd862b2eda
#5001 Add Well Measurement reader.
2019-11-27 12:05:51 +01:00
Magne Sjaastad
72a5c6cfef
Merge pull request #5071 from OPM/memory-fixes
...
Release of memory
2019-11-25 13:58:55 +01:00
Magne Sjaastad
e7edb34404
#5031 Summary Data Cache : Remove static set of instances
2019-11-12 17:47:41 +01:00
Magne Sjaastad
a413f672ec
#5007 Janitor : Do not call virtual methods from destructors
2019-11-07 08:48:11 +01:00
Magne Sjaastad
0caaaf7159
clang-format : Fixes related to bug in clang-format plugin
...
The LLVM/clang plugin to visual studio has a bug related to single space formatting changes. This commit fixes invalid formatting related to these issues.
2019-11-07 07:37:50 +01:00
Magne Sjaastad
28c77d4b67
#82 Import Ascii-data : Minor code adjustments
2019-11-06 10:54:42 +01:00
Magne Sjaastad
309e4f9f31
#4993 Fix import property from text file when LGR is present
2019-11-06 09:39:27 +01:00
Kristian Bendiksen
31e0a0349f
Add more comments.
2019-11-05 14:10:14 +01:00
Kristian Bendiksen
44b9e52e1b
#4965 Fix crash when importing Eclipse input case.
...
Added guard to avoid importing faults from the input property files when
faults already exists in the eclipse case. Faults can theoretically appear
in any of the files, but reading and appending them to the existing fault
collection is not currently supported.
2019-11-05 13:32:13 +01:00
Kristian Bendiksen
f1e987f0b9
Extract method for reading input property data for remaing keywords.
2019-11-05 12:23:26 +01:00
Kristian Bendiksen
9c53cfb44f
Extract more methods from RifEclipseInputPropertyLoader::loadAndSyncronizeInputProperties.
2019-11-05 12:23:26 +01:00
Kristian Bendiksen
c3dc8376be
Extract two utility methods to make loadAndSyncronizeInputProperties smaller.
2019-11-05 12:23:26 +01:00
Kristian Bendiksen
ce15aa1b5e
Extract utility for loading input properties from file.
2019-11-05 12:21:29 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
7c8cf60dba
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
2019-11-04 14:35:41 +01:00
Magne Sjaastad
96a26662fc
Janitor : Apply clang-format fixes on codebase in ApplicationCode
2019-11-04 11:34:34 +01:00
Magne Sjaastad
cd054f2170
Janitor : Use const ref when possible (2)
2019-11-03 14:08:21 +01:00
Magne Sjaastad
b46124efd7
Janitor : Use const ref when possible
2019-11-03 12:19:24 +01:00
Magne Sjaastad
93f6bc8c72
Janitor : Remove invalid conditionals
2019-11-03 11:43:46 +01:00
Magne Sjaastad
67e7bb0cf3
Fixes detected by cppcheck ( #4974 )
...
* Janitor : Remove obsolete pointer to dialog
* Janitor : Remove unused functions
* Janitor : Remove unused functions
* Janitor : Add explicit to constructors
* Janitor : Remove unused variables
* Janitor : Remove unused functions related to summary plot templates
* clang-tidy : Use nullptr instead of 0
* clang-tidy : Fix usage of virtual and override
* Upped to version 2019.08.2-dev.05
* Janitor : Remove unused variables
* Janitor : Clean up several cppcheck issues
* Janitor : Add cppcheck config files
* Janitor : Use const when possible
2019-11-03 08:37:03 +01:00
Magne Sjaastad
18c52b0e18
Janitor : Avoid using .. when referencing include files
2019-10-30 09:12:13 +01:00
Magne Sjaastad
cb7e948fef
#4904 Multiple restart-files : Fix wrong time step date
2019-10-23 12:43:34 +02:00
Kristian Bendiksen
e692dfaf4f
Add method to change default marker in RifTextDataTableFormatter.
2019-10-22 21:58:45 +02:00
Gaute Lindkvist
b3dd2109ac
#4819 Add separate header prefix for RifTextDataTableFormatter.
2019-10-22 08:43:07 +02:00
Kristian Bendiksen
3cbbf1fd6e
Merge pull request #4870 from OPM/system-refactor-EclipseDataTableFormatter-rename
...
Rename RifEclipseOutputDataTable* to RifTextDataTable*
2019-10-22 08:27:32 +02:00
Magne Sjaastad
d59cdfa6ec
Merge pull request #4895 from OPM/fix-cumulative-curve-statistics-resample
...
Fix cumulative curve statistics resampling
2019-10-19 13:33:26 +02:00
Magne Sjaastad
3f617c93d2
#4893 Import Observed FMU data : Add error message
2019-10-18 14:36:53 +02:00
Magne Sjaastad
537184328a
#4877 Refactor and rename to RiuSummaryQuantityNameInfoProvider
2019-10-18 14:28:02 +02:00
Magne Sjaastad
1cab88e9c5
#4877 Detect correct accumulation type for statistics curves
2019-10-18 14:22:15 +02:00
Magne Sjaastad
61db98ef04
#4874 Dual Porosity : Missing active cells in some cases
2019-10-16 11:11:01 +02:00
Gaute Lindkvist
d681b75d24
Rename RifEclipseOutputDataTable* to RifTextDataTable*
2019-10-15 17:05:46 +02:00
Magne Sjaastad
482d437505
#4835 Python Cell Results : Not possible to write data if no dynamic data is present
2019-10-08 10:39:22 +02:00
Magne Sjaastad
856596c366
Merge pull request #4791 from OPM/fix-e300-wrong-date
...
#4770 Incorrect reporting of date for E300 in combination with lab units
2019-09-27 14:41:48 +02:00
Magne Sjaastad
acb3c3e23b
#4770 Incorrect reporting of date for E300 in combination with lab units
...
User reports issues with import of dynamic properties for E300 simulation. E100 works as expected. For some reason, the date for all time steps for the E300 simulations is identical. This fix detects the situation, and use the double value from days vector as offset.
2019-09-27 14:04:13 +02:00