Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 3.78 KB

README.md

File metadata and controls

49 lines (28 loc) · 3.78 KB

Pre-built Euro-Calliope

Ready to use models of the European electricity system built for use in 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 learn how to build Euro-Calliope manually, head over to Euro-Calliope's documentation.

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. At each location, 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 where demand is based on historic data. Locations are connected through transmission lines of either unrestricted capacity or projections. Using Calliope, the model is formulated as a linear optimisation problem with total monetary cost of all capacities as the minimisation objective. Due to the flexibility of Calliope and the availability of the routines building the model all components can be adapted to the modeller's needs.

Prepare

  1. Install a Gurobi license on your computer (academic license comes at no cost), or choose a different solver.

  2. Install Calliope and all required dependencies. The easiest way to do so is using conda or mamba. Using conda, you can install Calliope:

cd pre-built-euro-calliope-v1.2.0
conda env create -f environment.yaml
conda activate euro-calliope

Run

There are three models in the directory of the pre-builts -- 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

Customise

The pre-built models are examples and very likely require customisation to fit your purpose. Once you've managed to run them, it's a good point in time to learn about model customisation options in Euro-Calliope.

More information

For more information on Euro-Calliope and how to use and modify the models, see Euro-Calliope's documentation.

License and attribution

Euro-Calliope is developed and maintained within the Calliope project.

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 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.