openego / eGon-data

GNU Affero General Public License v3.0
10 stars 4 forks source link

Missing input values for eTraGo in eGon2035 scenario #538

Closed ClaraBuettner closed 2 years ago

ClaraBuettner commented 2 years ago

Some input data in the eTraGo-tables is missing/incomplete which currently results in error when running eTraGo. I run the CI-branch from last Friday to create the data model. The following values have to be adjusted to run eTraGo:

fwitte commented 2 years ago

ToDo

The information for capital_cost, efficiency and marginal_cost of all gas related technologies will be written into the carrier table. I will open a PR to deal with these tasks.

The capital costs for saltcavern storage could/should be modified according to its integration in the datamodel (own H2 bus or connected to CH4 grid related H2 bus via pipeline due to proximity to gas nodes, see https://github.com/openego/eGon-data/issues/537). Slightly higher specific cost than storage only would be considered in this case. This is no priority, however.

Steps for implementation

AmeliaNadal commented 2 years ago

The first point should be solved with PR https://github.com/openego/eGon-data/pull/539.

fwitte commented 2 years ago

I added the missing p_nom_extendable column in all three tables (#478), the final capital_cost data will be integrated in a different PR.

fwitte commented 2 years ago

I think we can close this one @ClaraBuettner on merge of #608?