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

Computes country-level emissions based on global carbon price #98

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

jrising
Copy link
Contributor

@jrising jrising commented Aug 18, 2024

This provides an alternative logic path for the main model (the climate-only model is left the same). Previously (and under the climate model), the Scenario informs CO2Emissions directly. Under this new path, the Scenario feeds into the CarbonPriceInfer, which goes to AbatementCostsCO2, and from that to CO2Emissions. This allows for country-level CO2 emissions.

This also updates the country-level empirical reductions equations so that the equation [empirical reduction] / (exp(-Price / 500) + [empirical reduction]) only applies to reductions less than 100% (because we still want to allow some countries to have negative emissions).

It also fixes the use of the empirical autoregressive term, and makes the carbon price inference exactly consistent with the emissions reduction calculations in AbatementCostsCO2.

@jrising jrising merged commit 4bcb16a into national Oct 24, 2024
0 of 8 checks passed
@jrising jrising deleted the nationalemits branch October 24, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant