From 553d3c811e86cabac4a578cf2bd73ec0ac8632d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 4 Mar 2024 13:50:26 +0100 Subject: [PATCH] Permit DATUMR and DATUMRX Keywords in Input File Following PRs * OPM/opm-common#3958 * OPM/opm-simulators#5240 these keywords are nominally supported, at least for the block level summary keywords (BPPx). --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index 095860742..c294a8e91 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -109,8 +109,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"COORDSYS", {false, std::string{"Multiple grid systems not supported, COORDSYS is ignored."}}}, {"COPYBOX", {true, std::nullopt}}, {"CRITPERM", {true, std::nullopt}}, - {"DATUMR", {true, std::nullopt}}, - {"DATUMRX", {true, std::nullopt}}, {"DCQDEFN", {true, std::nullopt}}, {"DEBUG", {false, std::nullopt}}, {"DELAYACT", {true, std::nullopt}},