-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a variable electricity import price #170
Comments
Hi @oum96-mah! Sadly, it is not possible to define an electricity provide with an electricity price based on the hour of the year. 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 #169 |
Here is a list of what would need to be done to implement a variable electricity (import) price. Variable or function names are suggestions and might be improved on, looking at existing naming conventions. There are two options: I explain the option a) here now, as it works well if you have a pilot site that has a variable price, or does not. The scenarios are not based on the electricity price timeseries (ie. focussing on sizing implications). If the focus was more on creating multiple cases applied to one test stite, where either the electricity price was variable or it was not (ie. impact assessment of that) then b) would be better.
|
I highly recommend creating |
As two simple benchmark tests, I would suggest the following:
The actual values of the demand or electricity price timeseries (as long as they are not 0 all the time) does not matter. You can limit the evaluated timeframe to a day or a week, as we are not dealing with a plausibility test of renewables here. You would probably create two duplicates of |
Hi.
I have a variable electricity price for my project site. Is there a method to switch from fixed to variable price?
The text was updated successfully, but these errors were encountered: