Skip to content

Commit

Permalink
Remove storagecycle from save
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jun 25, 2024
1 parent 7884a4c commit e84fa83
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ bool Properties::saveToFolder(const std::string& folder) const
s->add("withdrawalnominalcapacity", this->withdrawalNominalCapacity);

s->add("efficiency", this->efficiencyFactor);
s->add("storagecycle", this->cycleDuration);
s->add("initialleveloptim", this->initialLevelOptim);


Expand Down

0 comments on commit e84fa83

Please sign in to comment.