Mark GSATPROD supported

This commit is contained in:
Tor Harald Sandve 2025-01-17 12:44:59 +01:00
parent f9d6644197
commit 7ae7ff6ee0
2 changed files with 8 additions and 1 deletions

View File

@ -602,6 +602,14 @@ partiallySupported()
{20,{true, allow_values<double> {}, "GCONPROD(COMBRATE): linearly combined rate is not used and should be defaulted (1*)"}}, // LINEAR_COMBINED_TARGET
},
},
{
"GSATPROD",
{
{5,{true, allow_values<double> {.0}, "GSATPROD(RESV): reservoir volume rate is not supported and should be defaulted (1*)"}}, // RESERVOIR_VOLUME_RATE
{6,{true, allow_values<double> {.0}, "GSATPROD(GASLIFT): gaslift rate is not supported and should be defaulted (1*)"}}, // GASLIFT
{7,{false, allow_values<double> {.0}, "GSATPROD(CALRATE): calorific rate is not used and should be defaulted (1*)"}}, // CALORIFIC_RATE
},
},
{
"GUIDERAT",
{

View File

@ -253,7 +253,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"GTADD", {true, std::nullopt}},
{"GTMULT", {true, std::nullopt}},
{"GUIDECAL", {true, std::nullopt}},
{"GSATPROD", {true, std::nullopt}},
{"GUPFREQ", {true, std::nullopt}},
{"GWRTWCV", {true, std::nullopt}},
{"HALFTRAN", {true, std::nullopt}},