-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/es price #81
Feature/es price #81
Conversation
- seasons | ||
dtype: float | ||
- name: gas_price | ||
unit: GBP/MWh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is GBP/MWh the correct unit for gas price? Might be mcm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the natural gas price usually states in £/MWh (alternatively £/kWh)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to leave the units unchanged @tomalrussell @willu47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add biomass? This is to come with the next update/release. Probably easy to implement now since you are already engaged with fuel prices.
This .zip contains data for biomass.
price V2.zip
Load energy supply fuel prices from smif input
Introduces two bits of tech debt:
Towards #80