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

Feature/es price #81

Merged
merged 10 commits into from
Mar 27, 2019
Merged

Feature/es price #81

merged 10 commits into from
Mar 27, 2019

Conversation

tomalrussell
Copy link
Member

Load energy supply fuel prices from smif input

Introduces two bits of tech debt:

  • hard code numerical ids for fuel types (could rely on a fuel type table in energy supply)
  • assume that in two-dimensional inputs, seasonal_week is the name for the intervals dimension (could check for dimension or dimension-element metadata to deduce which dimensions relate to regions or intervals)

Towards #80

- seasons
dtype: float
- name: gas_price
unit: GBP/MWh
Copy link
Member

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?

Copy link
Contributor

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)

Copy link
Contributor

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

Copy link
Contributor

@LahiruJayasuriya LahiruJayasuriya left a 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

@tomalrussell tomalrussell merged commit e384003 into nismod:develop Mar 27, 2019
@tomalrussell tomalrussell deleted the feature/es_price branch March 27, 2019 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants