diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index d4d99bd06b8..e2769573e5b 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1682,6 +1682,10 @@ public: bool recycleFirstIterationStorage() const { int episodeIdx = this->episodeIndex(); + + if (this->simulator().timeStepIndex() == 0) + return true; + return !this->drsdtActive_(episodeIdx) && !this->drvdtActive_(episodeIdx) && this->rockCompPoroMultWc_.empty() &&