Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple versions of carbon-price variables #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions definitions/variable/socio-economic/carbon-price.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- Price|Carbon:
description: Price of carbon (as reported by the model)
unit: USD_2010/t CO2
region-aggregation:
- Price|Carbon (mean):
method: mean
- Price|Carbon (weighted by Emissions|CO2):
weight: Emissions|CO2
drop_negative_weights: false
- Price|Carbon (weighted by Final Energy):
weight: Final Energy
check-aggregate: false
- Price|Carbon (mean):
description: Price of carbon (computed as unweighted mean across regions)
unit: USD_2010/t CO2
skip-region-aggregation: true
- Price|Carbon (weighted by Emissions|CO2):
description: Price of carbon (weighted by regional CO2 emissions)
unit: USD_2010/t CO2
skip-region-aggregation: true
note: Regional CO2 emissions can turn negative at different points in time, which
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder whether aggregating by Gross Emissions|CO2 would be preferable, avoiding this really counter-intuitive and confusing issue of negative or undefined (division by 0) carbon prices

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about that, this solution would also deviate from the "standard" solution where the price is weighted by net emissions.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no "perfect" solution. In my view, the version "weighted by final energy" would be the best default setting, as it represents the angle "how large is the energy system for which a carbon price is relevant" (this could also be "primary", but I think final is a bit better), but if one takes a different angle, other aggregations can be more fitting.

If there is a specific angle for which weighting by "gross emissions" would be better, it could be added as well, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we can always add other aggregation metrics and variables for specific projects. For example, ECEMF uses final-electricity as weight (in addition to other weights) because this has project includes electricity-only models.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gross and Net emissions are both fine.
Having negative mean pricing should be rare: in my understanding, this would happened if regions without NET have higher carbon prices than in regions with NET, which is really counter-intuitive and is more a modelling issue.

In the past Gross emissions were used (previous papers and the IPCC) to compute the net present value of the global carbon price in order to cover negative prices, but again I think at that time the issue was the use of a discount rate not compatible with some model results, rather than using "Gross" over "Net" emissions.

Anyway those should be moved to the "macro" list now.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FlorianLeblancDr I don't understand the comment - it is quite easy to get weird results when using net emissions as weights.

Here two cases with two regions with different carbon prices - while emissions are quite similar between the two cases, they flip from -800$/tCO2 in case A to +1200 $/tCO2 in case B:

image

So I still think weighing by another metric that is more stable and preferably related to the overall size of the energy system (such as FE) is much more robust and useful when calculating average carbon prices - if one is interested in "what carbon prices does the world see on average", and not simply "what are carbon pricing revenues" - the second question is very different from the first one.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank for this numerical example @robertpietzcker
I agree then.

With the caveat: carbon price trigger energy efficiency, which in this case decrease the weight applied.

can result in counter-intuitive timeseries when used as weights for averages
- Price|Carbon (weighted by Final Energy):
description: Price of carbon (weighted by final energy consumption across regions)
unit: USD_2010/t CO2
skip-region-aggregation: true