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).
This commit is contained in:
Bård Skaflestad
2024-03-04 13:50:26 +01:00
parent 58875a1483
commit 553d3c811e

View File

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