Skip to content

Commit

Permalink
Remove storagecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jun 25, 2024
1 parent cef33e4 commit 7884a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ bool Properties::loadKey(const IniFile::Property* p)
if (p->key == "name")
return p->value.to<std::string>(this->name);

if (p->key == "storagecycle")
return p->value.to<unsigned int>(this->cycleDuration);

if (p->key == "initiallevel")
return valueForOptional(this->initialLevel);

Expand Down
2 changes: 0 additions & 2 deletions src/libs/antares/study/parts/short-term-storage/properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ class Properties
bool initialLevelOptim = false;
// Efficiency factor between 0 and 1
double efficiencyFactor = 1;
// Cycle duration, 1 <= cycleDuration <= 168
unsigned int cycleDuration;
// Used to sort outputs
Group group = Group::Other1;
// cluster name
Expand Down

0 comments on commit 7884a4c

Please sign in to comment.