kb/data/en.wikipedia.org/wiki/Open_energy_system_models-9.md

5.9 KiB
Raw Blame History

title chunk source category tags date_saved instance
Open energy system models 10/16 https://en.wikipedia.org/wiki/Open_energy_system_models reference science, encyclopedia 2026-05-05T03:49:30.157219+00:00 kb-cron

Calliope is an energy system modeling framework, with a focus on flexibility, high spatial and temporal resolution, and the ability to execute different runs using the same base-case dataset. The project is being developed at the Department of Environmental Systems Science, ETH Zurich, Zürich, Switzerland. The project maintains a website, hosts the codebase at GitHub, operates an issues tracker, and runs two email lists. Calliope is written in Python and uses the Pyomo library. It can link to the open source GLPK solver and the commercial CPLEX solver. PDF documentation is available. And a twopage software review is available. A Calliope model consists of a collection of structured text files, in YAML and CSV formats, that define the technologies, locations, and resource potentials. Calliope takes these files, constructs a pure linear optimization (no integer variables) problem, solves it, and reports the results in the form of pandas data structures for analysis. The framework contains five abstract base technologies supply, demand, conversion, storage, transmission from which new concrete technologies can be derived. The design of Calliope enforces the clear separation of framework (code) and model (data). A 2015 study uses Calliope to compare the future roles of nuclear power and CSP in South Africa. It finds CSP could be competitive with nuclear by 2030 for baseload and more competitive when producing above baseload. CSP also offers less investment risk, less environmental risk, and other co-benefits. A second 2015 study compares a large number of cost-optimal future power systems for Great Britain. Three generation technologies are tested: renewables, nuclear power, and fossil fuels with and without carbon capture and storage (CCS). The scenarios are assessed on financial cost, emissions reductions, and energy security. Up to 60% of variable renewable capacity is possible with little increase in cost, while higher shares require large-scale storage, imports, and/or dispatchable renewables such as tidal range. Calliope codeveloper Stefan Pfenninger discusses the role that energy system models can play in supporting realworld decisions at a seminar held in mid2021. One study cited investigates the consequences of pursuing energy selfsufficiency by duly adding increasingly restrictive internal constraints. Another at near optimal solutions for Italy. A 2023 video describes recent developments, many of which are designed to benefit users.

=== DESSTinEE ===

DESSTinEE stands for Demand for Energy Services, Supply and Transmission in EuropE. DESSTinEE is a model of the European energy system in 2050 with a focus on the electricity system. DESSTinEE is being developed primarily at the Imperial College Business School, Imperial College London (ICL), London, United Kingdom. The software can be downloaded from the project website. DESSTinEE is written in Excel/VBA and comprises a set of standalone spreadsheets. A flier is available. DESSTinEE is designed to investigate assumptions about the technical requirements for energy transport particularly electricity and the scale of the economic challenge to develop the necessary infrastructure. Forty countries are considered in and around Europe and ten forms of primary and secondary energy are supported. The model uses a predictive simulation technique, rather than solving for either partial or general equilibrium. The model projects annual energy demands for each country to 2050, synthesizes hourly profiles for electricity demand in 2010 and 2050, and simulates the least-cost generation and transmission of electricity around the region. A 2016 study using DESSTinEE (and a second model eLOAD) examines the evolution of electricity load curves in Germany and Britain from the present until 2050. In 2050, peak loads and ramp rates rise 2060% and system utilization falls 1520%, in part due to the substantial uptake of heat pumps and electric vehicles. These are significant changes.

=== Energy Transition Model ===

The Energy Transition Model (ETM) is an interactive web-based model using a holistic description of a country's energy system. It is being developed by Quintel Intelligence, Amsterdam, the Netherlands. The project maintains a project website, an interactive website, and a GitHub repository. ETM is written in Ruby (on Rails) and displays in a web browser. ETM consists of several software components as described in the documentation. ETM is fully interactive. After selecting a region (France, Germany, the Netherlands, Poland, Spain, United Kingdom, EU-27, or Brazil) and a year (2020, 2030, 2040, or 2050), the user can set 300 sliders (or enter numerical values) to explore the following:

targets: set goals for the scenario and see if they can be achieved, targets comprise: CO2 reductions, renewables shares, total cost, and caps on imports demands: expand or restrict energy demand in the future costs: project the future costs of energy carriers and energy technologies, these costs do not include taxes or subsidies supplies: select which technologies can be used to produce heat or electricity ETM is based on an energy graph (digraph) where nodes (vertices) can convert from one type of energy to another, possibly with losses. The connections (directed edges) are the energy flows and are characterized by volume (in megajoules) and carrier type (such as coal, electricity, usable-heat, and so forth). Given a demand and other choices, ETM calculates the primary energy use, the total cost, and the resulting CO2 emissions. The model is demand driven, meaning that the digraph is traversed from useful demand (such as space heating, hot water usage, and car-kilometers) to primary demand (the extraction of gas, the import of coal, and so forth).

=== EnergyPATHWAYS ===