From 7795640bb6e09ad84146f833ff12ea31e68e4019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 19 Aug 2024 13:18:50 +0200 Subject: [PATCH] More helpful message for PETGRID. --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index ae418a2d6..88316bd5f 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -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}},