Merge pull request #5541 from atgeirr/warn-petgrid

More helpful message for PETGRID.
This commit is contained in:
Bård Skaflestad 2024-08-19 17:03:25 +02:00 committed by GitHub
commit 36494d19f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}},