|
|
Line 52: |
Line 52: |
| = Weather data for availability of wind/water/solar power plants = | | = Weather data for availability of wind/water/solar power plants = |
| | | |
− | REatlas, etc.
| + | == Reanalysis weather data == |
| + | |
| + | For sources of reanalysis data, see the [http://open-power-system-data.org/data-sources#Weather_data OPSD weather data list]. |
| + | |
| + | == Projects to turn weather data into power availability == |
| + | |
| + | Various projects exist that transform weather data into power availability time series for different solar/wind power plant model types, such as the [http://arxiv.org/abs/1409.3353 Aarhus University RE Atlas] or the [https://github.com/oemof/feedinlib oemof feedinlib]. |
| + | |
| + | |
| + | == Hydroelectricity inflow data == |
| + | |
| + | See [Hydroelectricity data]. |
| + | |
| + | == Work To Do == |
| + | |
| + | There is no big database / interfaced website for generating big sets of time series, which all runs on free software. |
| + | |
| + | Too much work requires downloading/writing specialised software. |
| | | |
| == Current status == | | == Current status == |
| | | |
− | Data is openly available. | + | Data is openly available, accessing and processing it still requires specialist knowledge. |
| | | |
| = Electricity network = | | = Electricity network = |
Line 63: |
Line 80: |
| | | |
| == ENTSO-E interactive map == | | == ENTSO-E interactive map == |
| + | |
| + | Extract grid topology, geodata and numbers of circuits from the ENTSO-E interactive map. |
| + | |
| + | Advantage: Source ENTSO-E is eminently citable. |
| + | |
| + | Disadvantage: Copyright clearly belongs to ENTSO-E, so dataset is not open, although the code to extract and process it could be. |
| + | |
| + | == Work To Do == |
| + | |
| + | Turn GridKit European model into an electrical network model. |
| + | |
| + | Turn ENTSO-E map into an electrical network model. |
| + | |
| + | == Current Status == |
| + | |
| + | Still needs lots of work. |
| | | |
| = Gas network = | | = Gas network = |
| | | |
| Read ENTSO-G map? | | Read ENTSO-G map? |
| + | |
| + | == Work To Do == |
| + | |
| + | Work out what data is out there and who has the rights to it. |
| + | |
| + | == Current Status == |
| + | |
| + | Still needs lots of work. |
| + | |
| | | |
| = Heating network = | | = Heating network = |
Line 77: |
Line 119: |
| | | |
| GeOS, Enipedia, CAMRA, Platts | | GeOS, Enipedia, CAMRA, Platts |
| + | |
| + | == Large conventional power plants == |
| + | |
| + | == Small renewable power plants == |
| + | |
| + | Should approach completeness of German old EEG-Stammdaten. |
| | | |
| == Hydroelectric power plants == | | == Hydroelectric power plants == |
Line 85: |
Line 133: |
| | | |
| Requires information on heat output, whether the dispatch is electricity- or heat-driven. | | Requires information on heat output, whether the dispatch is electricity- or heat-driven. |
| + | |
| + | |
| + | == Work To Do == |
| + | |
| + | Work out which datasets have what coverage and identify holes. |
| + | |
| + | |
| + | == Current Status == |
| + | |
| + | Still needs lots of work. |
| | | |
| = Software for modelling = | | = Software for modelling = |
| | | |
− | See [Models]. | + | See [[Models]]. |
Revision as of 13:18, 13 April 2016
This page describes the datasets which are required and/or already exist to build an open model the European energy system (electricity, heating, cooling, industry and transport demand) at a high spatial and temporal resolution.
The idea is to list the basic requirements for open modelling, so that researchers can collaborate and share the burden of data collection/curation. Once the dataset meets basic requirements, further detail can be added to the datasets.
The level of detail which is initially aimed at is comparable to that found for example in the DIW Germany electricity sector model ELMOD-DE or the unofficial SciGRID-based Germany electricity sector model, i.e. hourly temporal resolution and a spatial resolution at the level of electricity substations with voltages above 200 kV.
Once this level of detail is achieved, higher resolution data (e.g. detailed ramp rates, start-up/shut-down costs, lower voltage networks, etc.) can be included.
The geographical scope is flexible, but in principle it should cover the ENTSO-E countries and possibly also neighbours. The general data requirements also apply for any other region of the planet.
The intention is to build a dataset that can be used for diverse research questions, including analysis of current energy usage and future energy system development.
The dataset should be completely transparent from raw input data (e.g. weather data, national curated datasets on power plants) to model input data, with free software used whenever data is processed (see the nice picture in the openmod manifesto).
Electricity demand
Bottom-up approach
In an ideal world, one would build a bottom-up model of industrial and residential demand profiles to build time series for each and every region (e.g. NUTS 3 regions), which could then be validated against historical data. This bottom-up model could then be re-run to include future changes to electrical demand, such as increased presence of heat pumps, electric vehicles and other changes to consumption.
Simple top-down approach
The simplest alternative is to use the historical hourly time series from ENTSO-E for each country and model the geographical distribution of each country's demand based on GDP and population in each NUTS 3 region. This approach excludes the possibility that different regions within a country have different load profiles.
Current status
The information for the simplest alternative already exists online in an open form.
Heating demand
Degree-day approximation
As a simplest assumption, this can be modelled based on temperature and population/GDP distribution using the degree-day heating demand approximation.
Current status
The information for the simplest alternative (i.e. temperature time series) already exists online in an open form.
Cooling demand
Since almost all cooling is powered using electricity, cooling is already included in the electricity demand.
Transport demand
TODO: literature review.
People (passenger-km) versus cargo (tonne-km) transport demand.
Weather data for availability of wind/water/solar power plants
Reanalysis weather data
For sources of reanalysis data, see the OPSD weather data list.
Projects to turn weather data into power availability
Various projects exist that transform weather data into power availability time series for different solar/wind power plant model types, such as the Aarhus University RE Atlas or the oemof feedinlib.
Hydroelectricity inflow data
See [Hydroelectricity data].
Work To Do
There is no big database / interfaced website for generating big sets of time series, which all runs on free software.
Too much work requires downloading/writing specialised software.
Current status
Data is openly available, accessing and processing it still requires specialist knowledge.
Electricity network
SciGRID / GridKit / OpenStreetMap datasets
ENTSO-E interactive map
Extract grid topology, geodata and numbers of circuits from the ENTSO-E interactive map.
Advantage: Source ENTSO-E is eminently citable.
Disadvantage: Copyright clearly belongs to ENTSO-E, so dataset is not open, although the code to extract and process it could be.
Work To Do
Turn GridKit European model into an electrical network model.
Turn ENTSO-E map into an electrical network model.
Current Status
Still needs lots of work.
Gas network
Read ENTSO-G map?
Work To Do
Work out what data is out there and who has the rights to it.
Current Status
Still needs lots of work.
Heating network
District heating network, location of CHP plants, etc.
Power plant database
Replicate BNetzA list for whole of Europe.
GeOS, Enipedia, CAMRA, Platts
Large conventional power plants
Small renewable power plants
Should approach completeness of German old EEG-Stammdaten.
Hydroelectric power plants
Requires additional information on storage dam / pondage volumes, etc.
Combined-Heat-and-Power plants
Requires information on heat output, whether the dispatch is electricity- or heat-driven.
Work To Do
Work out which datasets have what coverage and identify holes.
Current Status
Still needs lots of work.
Software for modelling
See Models.