All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Functions:
- run_smooth
- run_optimization
- Related functions for display and storage of the results
- Components:
- AirSourceHeatPump
- Battery
- CompressorH2
- ElectricHeater
- Electrolyzer
- EnergyDemandFromCsv
- EnergySourceFromCsv
- FuelCellChp
- GasEngineChpBiogas
- H2RefuelCoolingSystem
- Sink
- StorageH2
- StratifiedThermalStorage
- Supply
- Basic tests
- Documentation stub
- general
- license changed to dual MIT/Apache-2.0
- use development branch of oemof.solph
- included oemof.thermal
- documentation moved to Read the Docs
- components
- renamed Chp to H2Chp
- functions
- optimization changed to multi-objective evolutionary algortihm based on NSGA-II, optionally with gradient ascent
- models
- interval time is adjustable
- components can have 'variable' costs (CAPEX and OPEX), depending on the value of one of its parameters
- allow None value for fixed cost
- general
- tests for all components
- examples for most components
- emissions
- components
- BiogasConverter
- BiogasSmrPsa
- ElectrolyzerWasteHeat
- Gate
- PemElectrolyzer
- PowerConverter
- H2-trailer components (Gates, H2Delivery)
- VarGrid
- External components
- functions
- added debug flag to SimulationParameters