Merge pull request #1402 from bska/record-all-wellopen-events
Schedule: Record RFT Well Open Events on Status Changes
This commit is contained in:
commit
0f29249478
@ -933,6 +933,8 @@ namespace {
|
||||
this->addWellGroupEvent( well2->name(), ScheduleEvents::WELL_STATUS_CHANGE, reportStep);
|
||||
this->updateWell(well2, reportStep);
|
||||
update = true;
|
||||
if (status == Well::Status::OPEN)
|
||||
this->rft_config.addWellOpen(well_name, reportStep);
|
||||
}
|
||||
}
|
||||
return update;
|
||||
|
Loading…
Reference in New Issue
Block a user