Magne Sjaastad
c74701b687
Rename several child() and children() functions
2022-05-31 15:05:07 +02:00
Kristian Bendiksen
c9aa9285d2
#8900 Summary Data: fix error in h5-data for time scale above 250 years
...
The usual implementation of chrono::system_clock::to_time_t() uses nanoseconds
which will overflow on data with long time spans. Fixed by lowering resolution
to seconds, and adding custom conversion method.
Fixes #8900 .
2022-05-27 12:11:19 +02:00
Kristian Bendiksen
53af120f39
#2434 Eclipse input property: fix import for keywords without data
...
Keywords without data does not have a trailing '/'.
2022-05-25 21:32:51 +02:00
Magne Sjaastad
f52acd9a64
#8893 Rename quantity name -> vector name
2022-05-10 08:17:41 +02:00
jonjenssen
d3ce7a2096
Add support for all summary data types in data sources tree ( #8873 )
...
* Add support for all summary data types in data sources tree
* Use item icons for folders.
2022-05-03 16:29:55 +02:00
Magne Sjaastad
ca9b209e9b
#8864 Fix no data issue for Analysis Plot
...
When RifMultipleSummaryReaders was introduced, no summary data was available to Analysis plots. Fix this by always return true in RifSummaryReaderInterface::hasAddress for a default address object
2022-05-03 09:16:54 +02:00
Magne Sjaastad
571011c2bd
#8833 Import Of Observed FMU Data: Improve parsing of text files
2022-04-26 07:59:11 +02:00
Magne Sjaastad
93614ef272
Merge pull request #8791 from OPM/8790-rename-to-group
...
Rename summary references to "Group"
2022-04-07 21:06:40 +02:00
Magne Sjaastad
9c987855f2
Merge remote-tracking branch 'origin/patch_2021.10.3' into dev
2022-03-28 09:06:38 +02:00
Magne Sjaastad
7c4e81f59f
Adaption of #8356 Summary Data : Add support for use of summary summary data from Python
2022-03-28 08:46:10 +02:00
Magne Sjaastad
cbaaabf67e
#8558 Use both conditions to disable use of start of simulation
...
GeoMech cases require this test condition
2022-03-28 08:46:10 +02:00
Magne Sjaastad
ee888237f3
#8558 Fix reading of simulation dates for restart case
...
The date import was wrong for some restart cases.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
2800f1f189
#8354 RFT file open : Inconsistent data might lead to crash
...
Use try/catch to avoid crash from RFT file reader. Avoid reading data when considering if menu items should be visible.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
869921d300
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
7cd917e0d8
#8307 Input Eclipse Case: Handle trailing line comment
2022-03-28 08:46:10 +02:00
Kristian Bendiksen
86ea679871
#8652 Import Surface: Fix ts-file import with properties on Linux ( #8730 )
...
The file had DOS line endings (\t\n) which where not properly trimmed on linux.
Fixes #8652 .
2022-03-25 14:16:25 +01:00
Magne Sjaastad
8feb0c363b
#8307 Input Eclipse Case: Handle trailing line comment
2022-03-24 15:22:07 +01:00
Magne Sjaastad
806a149809
Fix several deprecation warnings ( #8657 )
...
* Use constructor instead of nullptr for WindowFlags
* Use constructor instead of nullptr for Alignment
* Disable deprecation warning for QProcess
* Add string split method to RaTextStringTools
* Add caf.cpp used to manage Qt function deprecations
* Use position()
2022-03-11 13:24:01 +01:00
Magne Sjaastad
f154f8c500
Import RFT segment data as well log curve ( #8449 )
...
Add reader for RFT data using opm-common
Extend RFT curve with support for RFT segment data
Adjustments related to horizontal well log plots
8581 Well Log Plot : Update of curve appearance does not update plot
2022-02-23 13:57:02 +01:00
Magne Sjaastad
0879f3748b
#8558 Use both conditions to disable use of start of simulation
...
GeoMech cases require this test condition
2022-02-17 08:53:11 +01:00
Magne Sjaastad
79f427f64b
#8558 Fix reading of simulation dates for restart case
...
The date import was wrong for some restart cases.
2022-02-16 19:38:57 +01:00
Magne Sjaastad
358c11264a
Merge pull request #8519 from magnesj/simplify-windows-env
...
Simplify GitHub Action and support windows-2022
2022-02-04 08:45:38 +01:00
Magne Sjaastad
e203c76099
#8425 Summary Multi Plots: Add grouping on wells, groups, ...
...
* #8425 Multi Graph : Support grouping on object name
* #8425 Multi Graph : Improve creation of new graphs
* #8425 Multi Graph : Improve default tick mark count
* Handle history and non history as identical headers
* #8425 Multi Graph : Increase space below a graph
2022-01-10 14:51:31 +01:00
Magne Sjaastad
3c35244809
#8420 Janitor: Remove empty parameters in initialization macros
2022-01-07 08:31:52 +01:00
Magne Sjaastad
60873e54f4
Janitor: Always report unit for summary vectors
2022-01-06 15:49:20 +01:00
Magne Sjaastad
db8209d23a
Janitor : Trim unit text for summary vectors
2022-01-06 15:49:20 +01:00
Magne Sjaastad
891a2e7c29
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2021-12-20 10:23:52 +01:00
Magne Sjaastad
4090e70507
#8356 Summary Data : Add support for use of summary summary data from Python
2021-12-14 12:01:06 +01:00
Magne Sjaastad
48843c50f6
#8354 RFT file open : Inconsistent data might lead to crash
...
Use try/catch to avoid crash from RFT file reader. Avoid reading data when considering if menu items should be visible.
2021-12-09 09:59:18 +01:00
Magne Sjaastad
0a8b52051d
Merge remote-tracking branch 'origin/main' into dev
2021-12-01 16:29:57 +01:00
Magne Sjaastad
1559d72766
#8339 Summary Preferences : Adjust default settings
2021-12-01 16:27:28 +01:00
Magne Sjaastad
ed914a03a4
Janitor : Rename variable and function names
2021-12-01 16:27:28 +01:00
Magne Sjaastad
8b36ec9925
#8313 Ensemble import: Avoid log message when no h5-file is found
2021-12-01 16:27:28 +01:00
Magne Sjaastad
5d96a98b06
#8316 Summary vector names: Use stripped quantity name to find category
2021-12-01 16:27:28 +01:00
Magne Sjaastad
6847e0573e
#8316 Summary vector names: Use stripped quantity name to find category
2021-11-25 20:47:12 +01:00
Magne Sjaastad
88ca478bab
Janitor : Rename variable and function names
2021-11-24 09:24:35 +01:00
Magne Sjaastad
79058fe122
#8313 Ensemble import: Avoid log message when no h5-file is found
2021-11-24 08:53:33 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
jonjenssen
08af2e7c17
WIA: Add better support for list parameters ( #8266 )
...
* Add better support for list parameters
2021-11-09 18:17:47 +01:00
Magne Sjaastad
b2433bf185
Janitor : Move disable exception print before any HDF5 operations
...
Some regression tests cause exceptions to trigger based on the HDF5 data present in test dataset. This causes the regression test to hang.
2021-11-05 12:30:45 +01:00
Magne Sjaastad
defccca4be
#8210 Summary Import : Improve fallback strategy
2021-10-28 10:57:03 +02:00
Magne Sjaastad
da74a4f0d6
#8196 GRDECL import : Handle multiple items of same value
2021-10-27 09:29:36 +02:00
Magne Sjaastad
6b13a31349
#8143 Performance: Avoid parsing grid GRDECL file twice
...
Previous implementation parsed grid file twice both for geometry data and properties.
2021-10-21 14:21:16 +02:00
Magne Sjaastad
54d1b67d88
GRDECL import : Fix import of mapaxes
2021-10-18 10:20:28 +02:00
Magne Sjaastad
afadaf27d5
Merge pull request #8159 from OPM/performance-surface
...
Performance Surface import and resampling
2021-10-15 16:55:58 +02:00
Magne Sjaastad
c3e60dbc6f
#8130 Import Input Eclipse Grid: Fix missing return statement
2021-10-14 07:41:41 +02:00
Magne Sjaastad
c33f33d995
#8130 Import Input Eclipse Grid: Skip keyword GDORIENT
2021-10-14 07:30:24 +02:00
Magne Sjaastad
6bfdcebf0b
#8143 Review feedback
2021-10-14 07:26:13 +02:00
Magne Sjaastad
04b19e3ad7
#8143 GRDECL import : Refactor grid data and property import
2021-10-14 07:26:13 +02:00
Magne Sjaastad
488468723b
#8143 Add EclipseTextFileReader with unit test
...
unit
2021-10-14 07:26:13 +02:00