forked from IAMconsortium/common-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multiple versions of carbon-price variables
- Loading branch information
1 parent
696c7e3
commit 9fc7044
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |