Magne Sjaastad
d2a160f793
Make RFT pressure data more robust
...
Replace tab with space, and fix an out of bounds bug.
2024-09-24 14:49:10 +02:00
Magne Sjaastad
e9509f026a
Improve robustness when parsing PFLOTRAN files
...
The include statements can optionally have a / at the end of the line. Make sure the parsing handles this correctly.
2024-09-06 17:22:09 +02:00
Magne Sjaastad
24fcec79ab
Look for fault definition in Pflotran input files
...
Look for fault definition in Pflotran input files If no *.DATA file is found, look for *.IN file and search for fault definitions.
2024-08-30 10:03:03 +02:00
Kristian Bendiksen
809f559792
Add test for reading Parquet files using Apache Arrow.
2024-05-22 15:24:22 +02:00
Magne Sjaastad
f00553d399
Avoid crash for summary file with no time steps
...
Do not try to create ESMRY file if there are no time steps in the summary data
Do not try to read "TIME" record if no time steps are present
2023-12-11 12:32:19 +01:00
Magne Sjaastad
a243311ebb
Remove ESMRY from .gitignore
...
As the content of ESMRY has changed due to file reader changes, ESMRY files needs to be included in the repo
2023-08-15 09:26:22 +02:00
Magne Sjaastad
f091a6237f
Support multiple RFT observation files
...
Add support for date on format yyyy-MM-dd
Support observations in multiple files
2023-06-02 09:32:47 +02:00
Kristian Bendiksen
b541acdcb1
#9773 Import data from Reveal and StimPlan as summary case.
2023-03-20 08:58:42 +01:00
Magne Sjaastad
07a4c13dd4
#9913 Fix import of RFT pressure/depth
2023-03-10 13:20:08 +01:00
Kristian Bendiksen
10187a934c
#9620 Add reader for pressure depth text file.
2023-01-19 09:00:05 +01:00
Kristian Bendiksen
40cc3f9dc6
#9101 Thermal Fracture Import: detect and refuse inconsistent units.
...
All values in the file should be in either field or metric units, and mixing is
not allowed.
2022-08-03 14:04:31 +02:00
Kristian Bendiksen
972013c631
#9039 : Thermal Fractures: add file reader
2022-07-06 18:18:11 +02:00
Magne Sjaastad
488468723b
#8143 Add EclipseTextFileReader with unit test
...
unit
2021-10-14 07:26:13 +02:00
Magne Sjaastad
dd97e7741a
#7527 HDF Summary Reader : Add first working prototype
...
HDF5 must be compiled with special options to support multithreading. Disable file object multithreading for HDF5. Some vector types are not supported, as the support in opm-common reader is not complete (region, region_to_region, ...).
2021-04-08 07:13:34 -07:00
Kristian Bendiksen
751ebf7eb6
6365 additional stimplan xml parameters ( #7318 )
...
* #6365 StimPlan XML: Parse formation dip and fracture orientation.
* #6365 Fracture: Use formation dip and fracture orientation from XML.
* #6365 Fracture: Compare case insensitive, use enum class
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com >
2021-02-02 14:29:17 +01:00
Magne Sjaastad
0ec612ae86
Create LGR : Use all well cells if no completions are defined ( #7285 )
...
* #7274 Create LGR : Use all well cells if no completions are defined
* #7263 Create LGR : Not working in console mode
Guard access to RiaApplication
* Add pytest for create_lgr_for_completion
* Add pytest for create_lgr_for_completion
* #7289 Script : Add execute of last used script
* #7291 Python : Guard access to RiaMainWindow
2021-01-26 20:34:31 +01:00
Gaute Lindkvist
04d5daca67
Create a new ApplicationExe project for the executable
2021-01-11 15:27:45 +01:00
Gaute Lindkvist
81699db187
Rename ApplicationCode to ApplicationLibCode
2021-01-11 15:27:45 +01:00