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

Cycle charging renewable fraction #52

Open
BenWinchester opened this issue Jan 20, 2022 · 0 comments
Open

Cycle charging renewable fraction #52

BenWinchester opened this issue Jan 20, 2022 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@BenWinchester
Copy link
Collaborator

The cycle charging introduces the ability for the batteries within the minigrid to be charged using diesel power rather than fully from renewables. As a consequence of this, the calculation of the renewables fraction within the appraisal module no longer makes sense:

renewables_fraction = (total_renewables_used + total_storage_used) / total_energy

In order to fix this, the renewables fraction needs to take account of the fraction of battery storage which is not powered by renewables and comes from the diesel generator.

@BenWinchester BenWinchester added bug Something isn't working good first issue Good for newcomers labels Jan 20, 2022
@BenWinchester BenWinchester added this to the UPDATE: Cycle charging milestone Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants