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 carbon intensity to statistics module #520

Open
fneum opened this issue Dec 13, 2022 · 1 comment
Open

Add carbon intensity to statistics module #520

fneum opened this issue Dec 13, 2022 · 1 comment

Comments

@fneum
Copy link
Member

fneum commented Dec 13, 2022

Provide an easy way to calculate the carbon intensity of components after optimisation.

Common units: g/kWh, kg/MWh, t/MWh

For generators:

n.generators_t.p / n.generators.efficiency * n.generators.carrier.map(n.carriers.co2_emissions)

Needs to be generalised for all components.

@coroa
Copy link
Member

coroa commented Dec 13, 2022

Your formula shows co2 emissions, not carbon intensity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants