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
Limited biogas potential has to be adjusted for the scenario path. It should consider unsustainable biogas (for the years where it is available) and sustainable biogas.
New results from pypsa-eur run:
In Germany, 133465841.78 MWh of biogas have been feed into the gas grid for the year 2045:
(calculated by network.links_t.p0[network.links[network.links.index.str.startswith("DE0 0 biogas to gas")].index].sum().sum()*3)
I used this code to produce the list: network = pypsa.Network(/path/to/pypsaeur/postnetwork/2045) biogas_links = network.links[network.links.carrier=="biogas to gas"] biogas_links["dispatch"] = network.links_t.p0[biogas_links.index].sum()*3 biogas_links.groupby(biogas_links.bus0).dispatch.sum()
Limited biogas potential has to be adjusted for the scenario path. It should consider unsustainable biogas (for the years where it is available) and sustainable biogas.
Needs to be adjusted here:
eTraGo/etrago/tools/constraints.py
Lines 1684 to 1687 in a6a3005
The text was updated successfully, but these errors were encountered: