Skip to content

Liquid fuels Sankey incorrectly includes export of crude oil #3417

@kndehaan

Description

@kndehaan

Context

The Liquid fuels sankey shows relevant flows of liquid fuels production to final demand sectors and export. In a blank scenario for Norway, the sankey is not balanced which is visible via the significant flow of oil products to export:

Image

The query behind this flow is oil_products_to_export. This query includes all nodes with group energy_export and input of crude_oil.

Whereas in this sankey only the flow from other oil products to export should be included (node energy_export_oil_products), the flows to energy_export_crude_oil_backup and energy_export_crude_oil_baseload are now also included. This causes the imbalance.

Proposed solutions

The query oil_products_to_export (which is only used in the liquid fuels sankey) should only include flows to node energy_export_oil_products.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions