Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Energy model requirements #301

Closed
8 tasks done
ovbm opened this issue Jan 9, 2020 · 14 comments · Fixed by #312
Closed
8 tasks done

Energy model requirements #301

ovbm opened this issue Jan 9, 2020 · 14 comments · Fixed by #312

Comments

@ovbm
Copy link
Contributor

ovbm commented Jan 9, 2020

Required models for release of app:

Electricity

Heating: combination of https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=680497538, https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=2134621642 and https://docs.google.com/spreadsheets/d/1UNxxHmLk0RW4d7HvwEgtIFDiobbvWPTuSpVAZRd4f6s/edit#gid=837183524

  • / living area and heating type (electric, district, oil, biomass etc... the most common types)
  • / kWh and heating type

Gas

@ovbm
Copy link
Contributor Author

ovbm commented Jan 10, 2020

@martincollignon do you think this is doable by end of next week?

@corradio
Copy link
Member

corradio commented Jan 10, 2020 via email

@martincollignon
Copy link
Contributor

@corradio I found this data which could be cool to use, but I'll need your help!

Cooling and heating degree days by country in Europe

https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=nrg_chdd_m&lang=en

@martincollignon
Copy link
Contributor

@martincollignon
Copy link
Contributor

@FelixDQ FYI!

@FelixDQ
Copy link
Contributor

FelixDQ commented Jan 23, 2020

Fields that we need to add to our schema:

  • countryCode
  • heatingSource

I suggest that we create two new .yml files for energy.
energyusage.yml:

_children:
  DK:
    heating:
        kwh:
          year:
            m2: # kwh/year/m2
              amount: 137.234
              source: https://www.odyssee-mure.eu/publications/efficiency-by-sector/households/heating-consumption-per-m2.html
    electricity: # non heating
      kwh:
        year: # kwh/year
          amount: 2791.2
          source: https://www.eea.europa.eu/data-and-maps/indicators/progress-on-energy-efficiency-in-europe-3/assessment

footprints.yml:

_children:
  Heating:
    _children:
      Coal boiler:
        kwh:
          intensityKilograms: 0.630 # kg co2e/kwh
          source: https://www.icax.co.uk/Decarbonising_Heating_2022.html
      District heating:
        country:
          DK:
            kwh:
              intensityKilograms: 0.20398 # kg co2e/kwh
              source: https://www.icax.co.uk/Decarbonising_Heating_2022.html          

@corradio
Copy link
Member

I think we already should have countryCodeISO2 in the schema (required by the hotel models? @martincollignon knows)
What if we already know the energy used? Should we enter it like a smart meter as energyWattHours?

@corradio
Copy link
Member

@martincollignon what needs to happen to finish this? It seems that we need to prepare a PR with:

  1. add all HEATING_SOURCE_ constants in definitions.js
  2. add energyusage.yml and update footprints.yml
  3. add a new carbon model

Is that right @martincollignon ? Can you maybe start doing 1. and 2.?

@martincollignon
Copy link
Contributor

On it.

@corradio
Copy link
Member

corradio commented Jan 27, 2020

I'm going to create smaller issues for the work to be done so we can work on this iteratively.
I'll summarise all issues in this comment.

  • Carbon footprint of heating based on kWh consumption, and by country when possible (this issue) <-- can be implemented

New issues:

@ovbm
Copy link
Contributor Author

ovbm commented Jan 28, 2020

Let's postpone estimating heating use from living area to a later PR. We need to merge heating asap.

@corradio
Copy link
Member

corradio commented Jan 28, 2020 via email

@ovbm
Copy link
Contributor Author

ovbm commented Jan 28, 2020

😍🥳

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants