Info message, cmdline option and avoid splitting wells on restart (for now)

This commit is contained in:
Vegard Kippe
2024-10-22 20:29:24 +02:00
parent 729d3c2a59
commit 7f6c7aec01
7 changed files with 55 additions and 33 deletions

View File

@@ -139,6 +139,7 @@ public:
externalPartitionFile_ = Parameters::Get<Parameters::ExternalPartition>();
#endif
enableDistributedWells_ = Parameters::Get<Parameters::AllowDistributedWells>();
allow_splitting_inactive_wells_ = Parameters::Get<Parameters::AllowSplittingInactiveWells>();
ignoredKeywords_ = Parameters::Get<Parameters::IgnoreKeywords>();
int output_param = Parameters::Get<Parameters::EclOutputInterval>();
if (output_param >= 0)