stemp_abw.simulation package

Submodules

stemp_abw.simulation.bookkeeping module

stemp_abw.simulation.bookkeeping.multiprocess_energysystem(esys, simulate_fct)[source]
stemp_abw.simulation.bookkeeping.queue_energysystem(queue, esys, simulate_fct)[source]

All function in fcts are succesively run on energysystem

stemp_abw.simulation.bookkeeping.simulate_energysystem(esys)[source]

stemp_abw.simulation.esys module

stemp_abw.simulation.esys.create_nodes(mun_data, reg_params)[source]

Creates and return nodes for energy system

stemp_abw.simulation.esys.prepare_demand_timeseries(reg_params)[source]

Calculate aggregated feedin timeseries per sector for entire region

Returns:Aggregated feedin timeseries
Return type:dict of list
stemp_abw.simulation.esys.prepare_feedin_timeseries(mun_data, reg_params)[source]

Calculate capacity(mun)-weighted aggregated feedin timeseries per technology for entire region

Returns:Aggregated feedin timeseries
Return type:dict of list

stemp_abw.simulation.simulation module

exception stemp_abw.simulation.simulation.SimulationError[source]

Bases: Exception

stemp_abw.simulation.simulation.default_simulation_fct(esys=None)[source]

Module contents