mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 21:50:27 -06:00
Merge pull request #5541 from atgeirr/warn-petgrid
More helpful message for PETGRID.
This commit is contained in:
commit
36494d19f8
@ -476,7 +476,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"PERMXY", {true, std::nullopt}},
|
||||
{"PERMYZ", {true, std::nullopt}},
|
||||
{"PERMZX", {true, std::nullopt}},
|
||||
{"PETGRID", {true, std::nullopt}},
|
||||
{"PETGRID", {true, std::string{"OPM Flow cannot read GSG format grid input, re-export case from Petrel using GRDECL instead."}}},
|
||||
{"PICOND", {true, std::nullopt}},
|
||||
{"PIMULTAB", {true, std::nullopt}},
|
||||
{"PINCHNUM", {true, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user