8611f664cbe2a89dc0f6a8dd91961f6b3a53aa35
MULTZ is the only keyword that is stored in global representation (i.e. with values for inactive cells, too) to allow the "PINCH ALL" processing. This produced errors like: ``` Error: An error occurred while creating the reservoir properties Internal error: Region operations on 3D fields with global storage is not implemented ``` With this change the error message has more information for the user and might help to work around it: ``` Error: An error occurred while creating the reservoir properties Internal error: In file /path/to/file.inc line 3: MULTIREG region operation on 3D field MULTZ with global storage is not implemented! ```
opm-common: Tools for Eclipse reservoir simulation files
The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. The Eclipse file format is widely used in the reservoir simulation community. This package provides a library containing code for processing files in Eclipse format, Python binding for accessing Eclipse files and utility code used by other OPM modules (e.g. CMake modules used).
License
The library is distributed under the GNU General Public License, version 3 or later (GPLv3+).
Requirements
- C++17 compatible compiler
- CMake >= 3.10
- Posix compatibility
Description
Languages
C++
79%
ECL
13.4%
Scheme
3.1%
CMake
2.4%
Python
1%
Other
1%