Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2020
License: CC BY NC
Data sources: Datacite
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
https://doi.org/10.5281/zenodo...
Dataset . 2020
License: CC BY NC
Data sources: Sygma
versions View all 2 versions
addClaim

This Research product is the result of merged Research products in OpenAIRE.

You have already added 0 works in your ORCID record related to the merged Research product.

Euro-Calliope: pre-built models

Authors: Tröndle, Tim;

Euro-Calliope: pre-built models

Abstract

pre-built Euro-Calliope Ready to use models of the European electricity system built using Calliope. Models are available on three different spatial resolutions: continental, national, and regional. In addition, euro-calliope models can be built manually which adds more configuration options. To build euro-calliope manually, head over to GitHub. At a glance euro-calliope models the European electricity system with each location representing an administrative unit. It is built on three spatial resolutions: on the continental level as a single location, on the national level with 34 locations, and on the regional level with 497 locations. On each node, renewable generation capacities (wind, solar, bioenergy) and balancing capacities (battery, hydrogen) can be built. In addition, hydro electricity and pumped hydro storage capacities can be built up to the extent to which they exist today. All capacities are used to satisfy electricity demand on all locations which is based on historic data. Locations are connected through transmission lines of unrestricted capacity. Using Calliope, the model is formulated as a linear optimisation problem with total monetary cost of all capacities as the minimisation objective. The pre-built models can be manipulated by updating any of the files. In addition to the pre-built models, models can be built manually. Manual builds provide more flexibility in adapting and configuring the model. To build euro-calliope manually, head over to GitHub. Get ready to run the models You need a Gurobi license installed on your computer. You may as well choose another solver than Gurobi. See Calliope���s documentation to understand how to switch to another solver. You need to have Calliope and Gurobi installed in your environment. The easiest way to do so is using conda. Using conda, you can create a conda environment from within you can build the model: conda env create -f environment.yaml conda activate euro-calliope Run the models There are three models in this directory ��� one for each of the three spatial resolutions continental, national, and regional. You can run all three models out-of-the-box, but you may want to modify the model. By default, the model runs for the first day of January only. To run the example model on the continental resolution type: $ calliope run ./continental/example-model.yaml For more information on how to use and modify Calliope models, see Calliope���s documentation. Manipulating the model using overrides Calliope overrides allow to easily manipulate models. An override named freeze-hydro-capacities can be used for example in this way: calliope run build/model/continental/example-model.yaml --scenario=freeze-hydro-capacities You can define your own overrides to manipulate any model component. The following overrides are built into euro-calliope: directional-rooftop-pv By default, euro-calliope contains a single technology for rooftop PV. This technology comprises the total rooftop PV potential in each location, in particular including east-, west-, and north-facing rooftops. While this allows to fully exploit the potential of rooftop PV, it leads to less than optimal capacity factors as long as the potential is not fully exploited. That is because, one would likely first exploit all south-facing rooftop, then east- and west-facing rooftops, and only then ��� if at all ��� north-facing rooftops. By default, euro-calliope cannot model that. When using the directional-rooftop-pv override, there are three instead of just one technologies for rooftop PV. The three technologies comprise (1) south-facing and flat rooftops, (2) east- and west-facing rooftops, and (3) north-facing rooftops. This leads to higher capacity factors of rooftop PV as long as the potential of rooftop PV is not fully exploited. However, this also increases the complexity of the model. freeze-hydro-capacities By default, euro-calliope allows capacities of run-of-river hydro, reservoir hydro, and pumped storage hydro capacities up to today���s levels. Alternatively, it���s possible to freeze these capacities to today���s levels using the freeze-hydro-capacities override. Model components The models contain the following files. All files in the root directory are independent of the spatial resolution. All files that depend on the spatial resolution are within subfolders named by the resolution. ��������� {resolution} <- For each spatial resolution an individual folder. ��� ��������� capacityfactors-{technology}.csv <- Timeseries of capacityfactors of all renewables. ��� ��������� directional-rooftop.yaml <- Override discriminating rooftop PV by orientation. ��� ��������� electricity-demand.csv <- Timeseries of electricity demand on each node. ��� ��������� example-model.yaml <- Calliope model definition. ��� ��������� link-all-neighbours.yaml <- Connects neighbouring locations with transmission. ��� ��������� locations.csv <- Map from Calliope location id to name of location. ��� ��������� locations.yaml <- Defines all locations and their max capacities. ��������� build-metadata.yaml <- Metadata of the build process. ��������� demand-techs.yaml <- Definition of demand technologies. ��������� environment.yaml <- Conda file defining an environment to run the model in. ��������� interest-rate.yaml <- Interest rates of all capacities. ��������� link-techs.yaml <- Definition of link technologies. ��������� README.md <- The file you are currently looking at. ��������� renewable-techs.yaml <- Definition of supply technologies. ��������� storage-techs.yaml <- Definition of storage technologies. Units of quantities The units of quantities within the models are the following: power: 100,000 MW energy: 100,000 MWh area: 10,000 km2 monetary cost: 1e+09 EUR These units were chosen in order to minimise numerical issues within the optimisation algorithm. License and attribution euro-calliope has been developed and is maintained by Tim Tr��ndle, IASS Potsdam. If you use euro-calliope in an academic publication, please cite the following article: Tr��ndle, T., Lilliestam, J., Marelli, S., Pfenninger, S., 2020. Trade-offs between geographic scale, cost, and infrastructure requirements for fully renewable electricity in Europe. Joule. This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. Contains modified Copernicus Atmosphere Monitoring Service information 2020. Neither the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus information or data it contains. Contains modified data from Renewables.ninja. Contains modified data from Open Power System Data.

Related Organizations
Keywords

energy system, calliope, model, electricity, europe, renewable energy, energy

  • BIP!
    Impact byBIP!
    citations
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
    OpenAIRE UsageCounts
    Usage byUsageCounts
    visibility views 66
    download downloads 10
  • 66
    views
    10
    downloads
    Data sourceViewsDownloads
    ZENODO6610
    Powered byOpenAIRE UsageCounts
Powered by OpenAIRE graph
Found an issue? Give us feedback
visibility
download
citations
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
views
OpenAIRE UsageCountsViews provided by UsageCounts
downloads
OpenAIRE UsageCountsDownloads provided by UsageCounts
0
Average
Average
Average
66
10
Funded by
Related to Research communities
Energy Research