You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing MultiPeriod approach in oemof.tabular I had Problems with implementing decomissioning of power plants. We want to implement a decomissioning curve fo existing capacity (fixed) parallel to new capacity (invest-objects).
@nailend and I have been planing to use periodically changing values as capacity value. Unfortunately only numeric values are allowed as nominal values for Flows
@jokochems We would be very interested in your past approach to exogenous fading out capacities in Multi Period Models.
Moreover decomissioning processes might be crucial for #1031
The text was updated successfully, but these errors were encountered:
nailend
changed the title
Question: Fade out stock in MultiPeriod
Decomissioning of exisiting capacity (non-invest) in MultiPeriod
Jan 31, 2024
For exogenous plants, I determine their fade out date ex ante and precalculate some time series. I scale down the max parameter accordingly which allows for inserting time series. This in turn is multiplied with the nominal_value parameter which holds the peak capacity.
Thanks for your quick reply! I had already considered this approach, but was hoping for something different. But as you say its quite simple and we will probably also go with this for now. Thx
And also, I agree to the idea of having something more elaborated. Ad hoc, I just cannot think of a sound and generalized solution.
In the course of making multi-approach the default, this should be addressed. I have added it to list #1031. This will require quite a few changes throughout the code, I suspect. And time is also tight for me at the moment
While implementing MultiPeriod approach in oemof.tabular I had Problems with implementing decomissioning of power plants. We want to implement a decomissioning curve fo existing capacity (fixed) parallel to new capacity (invest-objects).
@nailend and I have been planing to use periodically changing values as capacity value. Unfortunately only numeric values are allowed as nominal values for Flows
@jokochems We would be very interested in your past approach to exogenous fading out capacities in Multi Period Models.
Moreover decomissioning processes might be crucial for #1031
The text was updated successfully, but these errors were encountered: