oemof / oemof-tabular

Load oemof energy systems from tabular data sources.
https://oemof-tabular.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Implement representative years #163

Open nailend opened 8 months ago

nailend commented 8 months ago

This is the section to implement the initialization of representative years. Add the flag use_representative_years.

True or False may be derived from stepsize in periods.years>1

Solph branch features/adapt-costs-for-multi-year-periods needs to be selected.

Might not be possible to merge this to dev, as solph branch will not be merged into dev, and therefore might be a feature which can lead to erros due to passing the parameter use_representative_years to energy_system if not existent.

SabineHaas commented 6 months ago

Needed solph branch is features/adapt-costs-for-multi-year-periods see https://github.com/oemof/oemof-solph/pull/993