Removal of user input choice for when both the annuity and the CAPEX, OPEX fix and lifetime are defined #20
ciaradunks
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Within pre_processing_costs() (pre_processing.py), it was the case that every time the annuity and other cost parameters are both defined, the user is asked which value they want to take. This is potentially too time-consuming for the user every time they want to re-run a scenario, so instead for now this option has been removed and the annuity will always be replaced by the calculated annuity from the other cost parameters. I have included the code though with the option for the user to decide though, in case this ever becomes a need again in the future:
Beta Was this translation helpful? Give feedback.
All reactions