From 2ed3f924f230e5c255377a18eb6e96dd33647757 Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Tue, 6 Feb 2024 09:29:10 +0100 Subject: [PATCH] Ignore Coordsys and print a warning --- 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 b9e12aaa9..095860742 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -106,7 +106,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"CPIFACTL", {true, std::nullopt}}, {"CONNECTION", {true, std::nullopt}}, {"CONNECTION_PROBE", {true, std::nullopt}}, - {"COORDSYS", {true, std::nullopt}}, + {"COORDSYS", {false, std::string{"Multiple grid systems not supported, COORDSYS is ignored."}}}, {"COPYBOX", {true, std::nullopt}}, {"CRITPERM", {true, std::nullopt}}, {"DATUMR", {true, std::nullopt}},