Hello everybody,
I am dealing with constraints, where the share of one technology serving one bus needs to be lower than a specific treshhold, while the share of another technology needs to be at least a certain percentage in the sum over all timesteps.
For Example: I have a district heating network, where waste heat should at least have a share of 50 % while Biomass should reach a share of 25 % max over the course of one year.
Following the given oemof.solph examples on load share and accumulative emission limit, I was able to implement one constraint using Pyomo blocks.
I now have the problem that the second constraint will overwrite the first one again, the main reason for that being a lack of understanding how Pyomo works.
I am looking forward to your responses!
Best regards,
Fred