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
In the sedos project we need to model emissions as flows as we are using CCS in our energy system.
Currently there's now facade in oemof.tabular handling this.
After issue #176 and discussions with @henhuy I would implement the following either in a new PR or using #170
Add new facades ConversionWithEmissions and CommodityWithEmissions which might be children of Conversion and Commodity
Parameters like marginal_costs will stay associated with the flows they are associated with now.
Emission buses are added with a counter like MIMO handles buses: emission_bus_0, emission_bus_1 etc.
In the sedos project we need to model emissions as flows as we are using CCS in our energy system.
Currently there's now facade in oemof.tabular handling this.
After issue #176 and discussions with @henhuy I would implement the following either in a new PR or using #170
ConversionWithEmissions
andCommodityWithEmissions
which might be children ofConversion
andCommodity
marginal_costs
will stay associated with the flows they are associated with now.emission_bus_0
,emission_bus_1
etc.emission_factors
are added and processed like inmimo.csv
and MIMO facadeconversion_factors
of a converter in oemof.solphWould be happy to hear your feedback also about the naming @Bachibouzouk & @henhuy
The text was updated successfully, but these errors were encountered: