Skip to content

Commit

Permalink
Add multiple versions of carbon-price variables
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Nov 9, 2023
1 parent 696c7e3 commit 9fc7044
Showing 1 changed file with 26 additions and 0 deletions.
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
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

0 comments on commit 9fc7044

Please sign in to comment.