rl-institut / offgridders

Models and optimizes capacity & dispatch of electricity supply systems, off-grid or connected to a (weak) central grid
GNU General Public License v3.0
21 stars 9 forks source link

Define dispatch price of assets as timeseries #169

Open 96said96 opened 2 years ago

96said96 commented 2 years ago

i would like to set different Kwh for differnet source and for peak hours , but i only find a static variable , how can i add variable Kwh cost

smartie2076 commented 2 years ago

Hi @96said96! Sadly, it is not possible to define the dispatch price as a timeseries, neither for assets nor for the energy provider (ie. for electricity imports). If you have coding experience, you could introduce this feature. Otherwise, I would recommend to check out the not-as-user-friendly Multi Vector Simulator (https://github.com/rl-institut/multi-vector-simulator/). There, you can define your energy system via csv files, and also define specific parameters (like efficiencies, dispatch prices and energy prices) as a timeseries.

Related to #170

smartie2076 commented 2 years ago

The instructions that I wrote in #170 also give an idea as to what has to be changed, if the dispatch costs of an asset should be allowed to be a timeseries as well.