OPM / opm-common

Common components for OPM, in particular build system (cmake).
http://www.opm-project.org
GNU General Public License v3.0
30 stars 112 forks source link

Summary vectors ROFT, RGFT and RWFT #592

Open tskille opened 5 years ago

tskille commented 5 years ago

The following summary keywords ROFT, RGFT and RWFT are currently not supported by OPM Flow. Expected behaviour for unsupported summary keywords is that Flow should print a warning and then go on with the simulation. However, for the above keywords, Flow will actually fail the run with the following error message.

Failed to create valid EclipseState object.
Exception caught: PARSE_RANDOM_TEXT: String '2 3 /' not formatted/recognized as valid keyword at: "/project/multiscale/users/tskille/xxxx/design_c3_not_gasinj/realization1/include/summary.inc":115
terminate called after throwing an instance of 'std::invalid_argument'
  what():  PARSE_RANDOM_TEXT: String '2 3 /' not formatted/recognized as valid keyword at: "/project/multiscale/users/tskille/xxxx/design_c3_not_gasinj/realization1/include/summary.inc":115
joakim-hove commented 5 years ago

OK - the problem is that these keyword are region to region keywords, but they are incorrectly classified as ordinary region keywords - and then there is (false) inconsistency in the input data.

The path to fix this is clear enough - but it is quite complex, and a bit fidgety code - so unless this is veeery pressing the fix will take some time.