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

[Bug] KPI operation_management_expenditures is not calculated correctly #111

Open
smartie2076 opened this issue Jul 30, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@smartie2076
Copy link
Collaborator

The operation_management_expenditures are not calculated correctly starting here and updated here and here.

Instead of calculating

\sum (CAP_i * annuity OM) + annual fuel expenditures * annuity factor + \sum (dispatch/wear cost_i * annual dispatch_i* annuity factor) 

It calculates

\sum (annuity OM) + annual fuel expenditures * annuity factor + \sum (dispatch/wear cost_i * annual dispatch_i*) 

This results, of couse, in wrong OM costs!

@smartie2076 smartie2076 added the bug Something isn't working label Jul 30, 2020
@smartie2076 smartie2076 self-assigned this Jul 30, 2020
@smartie2076
Copy link
Collaborator Author

Hi @marc-juanpera! Is the way that the operation_management_expenditures are calculated right now the way they should be for the MCA module H? Some feedback would be very much appreciated, because we will have to change it otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants