Skip to content

Commit

Permalink
doc: implement review feedback (amend)
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Mar 17, 2023
1 parent 1716656 commit f8830fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy Syste
|
PyPSA-Eur is an open model dataset of the European energy system at the
transmission network level that covers the full ENTSO-E area.
transmission network level that covers the full ENTSO-E area. It covers demand
and supply for all energy sectors. From version v0.8.0, PyPSA-Eur includes all
the features from PyPSA-Eur-Sec, which is now deprecated.

Electricity System
==================
Expand All @@ -59,13 +61,14 @@ effects for renewable power generation and their varying resource availability.
Sector-Coupled Energy System
============================

A sector-coupled extension (previously known as **PyPSA-Eur-Sec**) adds demand
and supply for the following sectors: transport, space and water heating,
biomass, energy consumption in the agriculture, industry and industrial
feedstocks, carbon management, carbon capture and usage/sequestration. This
completes the energy system and includes all greenhouse gas emitters except
waste management, agriculture, forestry and land use. The diagram below gives an
overview of the sectors and the links between them:
A sector-coupled extension (previously known as **PyPSA-Eur-Sec**, which is now
deprecated) adds demand and supply for the following sectors: transport, space
and water heating, biomass, energy consumption in the agriculture, industry and
industrial feedstocks, carbon management, carbon capture and
usage/sequestration. This completes the energy system and includes all
greenhouse gas emitters except waste management, agriculture, forestry and land
use. The diagram below gives an overview of the sectors and the links between
them:

.. image:: ../graphics/multisector_figure.png
:width: 70%
Expand Down Expand Up @@ -93,7 +96,9 @@ About

PyPSA-Eur is designed to be imported into the open energy system modelling
framework `PyPSA <https://www.pypsa.org>`_ for which `documentation
<https://pypsa.readthedocs.io>`_ is available as well.
<https://pypsa.readthedocs.io>`_ is available as well. However, since the
workflow is modular, it should be easy to adapt the data workflow to other
modelling frameworks.

The restriction to freely available and open data encourages the open exchange
of model data developments and eases the comparison of model results. It
Expand Down
2 changes: 1 addition & 1 deletion scripts/plot_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
Creates plots for optimised network topologies, including electricity, gas and
hydrogen networks, and regional generation, storage and conversion capacities
built.
built. This rule plots a map of the network with technology capacities at the nodes.
"""

import logging
Expand Down

0 comments on commit f8830fc

Please sign in to comment.