Skip to content

Wrong calculation of country-specific system costs #31

Open
@cpschau

Description

@cpschau

With the current implementation of pypsa.Network.statistics the country-specific system costs cannot be retrieved as they currently are in the function get_economy. Links, that do not have a country assigned are not included in the calculation using the grouper get_country_and_carrier. Instead the grouper get_bus_and_carrier could be used, as it allows to filter for components of a specific country using the bus id. However, the CAPEX of transnational interconnector components such as AC lines, DC links or pipelines, would still have to be adjusted, as the costs should not be exclusively attributed to one country.

grouper = g.get_country_and_carrier

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions