mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #3875 from OPMUSER/Radial-Spider-Grid-Update-Backport-Candidate
Radial and Spider Grid Keywords Not Supported
This commit is contained in:
commit
d58e11d591
@ -140,8 +140,10 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"DPGRID", {false, std::nullopt}},
|
{"DPGRID", {false, std::nullopt}},
|
||||||
{"DPKRMOD", {false, std::nullopt}},
|
{"DPKRMOD", {false, std::nullopt}},
|
||||||
{"DPNUM", {false, std::nullopt}},
|
{"DPNUM", {false, std::nullopt}},
|
||||||
|
{"DR", {false, std::string{"Use the DRV keyword instead"}}},
|
||||||
{"DRILPRI", {false, std::nullopt}},
|
{"DRILPRI", {false, std::nullopt}},
|
||||||
{"DSPDEINT", {false, std::nullopt}},
|
{"DSPDEINT", {false, std::nullopt}},
|
||||||
|
{"DTHETA", {false, std::string{"Use the DTHETAV keyword instead"}}},
|
||||||
{"DUALPERM", {false, std::nullopt}},
|
{"DUALPERM", {false, std::nullopt}},
|
||||||
{"DUALPORO", {false, std::nullopt}},
|
{"DUALPORO", {false, std::nullopt}},
|
||||||
{"DUMPCUPL", {false, std::nullopt}},
|
{"DUMPCUPL", {false, std::nullopt}},
|
||||||
@ -430,6 +432,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"OLDTRAN", {false, std::nullopt}},
|
{"OLDTRAN", {false, std::nullopt}},
|
||||||
{"OLDTRANR", {false, std::nullopt}},
|
{"OLDTRANR", {false, std::nullopt}},
|
||||||
{"OPTIONS", {false, std::nullopt}},
|
{"OPTIONS", {false, std::nullopt}},
|
||||||
|
{"OUTRAD", {false, std::string{"Use the DRV keyword instead"}}},
|
||||||
{"OUTSOL", {false, std::nullopt}},
|
{"OUTSOL", {false, std::nullopt}},
|
||||||
{"PARAOPTS", {false, std::nullopt}},
|
{"PARAOPTS", {false, std::nullopt}},
|
||||||
{"PCG32D", {false, std::nullopt}},
|
{"PCG32D", {false, std::nullopt}},
|
||||||
|
Loading…
Reference in New Issue
Block a user