28#ifndef __ANTARES_LIBS_STUDY_PARTS_HYDRO_MAX_TIME_SERIES_READER_H__
29#define __ANTARES_LIBS_STUDY_PARTS_HYDRO_MAX_TIME_SERIES_READER_H__
31#include "antares/study/parts/hydro/container.h"
33namespace Antares::Data
46 bool read(
const AnyString& folder,
bool usedBySolver);
63 std::string areaName_;
70 bool loadDailyMaxPowersAndEnergies(
const AnyString& folder,
bool usedBySolver);
77 void copyDailyMaxEnergy()
const;
78 void copyDailyMaxGenerationEnergy()
const;
79 void copyDailyMaxPumpingEnergy()
const;
Definition hydromaxtimeseriesreader.h:42
powerDailyE
Definition hydromaxtimeseriesreader.h:49
@ genMaxP
Generated max power.
Definition hydromaxtimeseriesreader.h:51
@ genMaxE
Generated max energy.
Definition hydromaxtimeseriesreader.h:53
@ pumpMaxP
Pumping max Power.
Definition hydromaxtimeseriesreader.h:55
Hydro for a single area.
Definition container.h:91