From 8d41534109c76f0000c89dedbfe64b60183ce239 Mon Sep 17 00:00:00 2001 From: Gorm Bruun Andresen Date: Thu, 11 Aug 2022 13:54:42 +0200 Subject: [PATCH 1/5] Update supply_demand.rst Updated version of the biomass description. Links to other parts of the documentation still needs to be added. --- doc/supply_demand.rst | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst index 0625ecea..0a1990cf 100644 --- a/doc/supply_demand.rst +++ b/doc/supply_demand.rst @@ -176,16 +176,39 @@ Methane supply Fossil, biogas, Sabatier (hydrogen to methane), HELMETH (directly power to methane with efficient heat integration). +Biomass +============ -Solid biomass demand (not up to date until Gorm makes the next commit. It will be great!) -===================== +Biomass supply +--------------- +Biomass supply potentials for each European country are taken from the `JRC ENSPRESO database `_ where data is available for various years (2010, 2020, 2030, 2040 and 2050) and scenarios (low, medium, high). No biomass import from outside Europe is assumed. More information on the data set can be found `here `_. -Solid biomass provides process heat up to 500 Celsius in industry, as well as feeding CHP plants in district heating networks. +The desired scenario can be selected in the pypsa-eur-sec `configuration `_. The script for building the biomass potentials from the JREC ENSPRESO data base is located `here `_. Consult the script to see the keywords that specify the scenario options. -Solid biomass supply -===================== +The `configuration `_ also allows the user to define how the various types of biomass are used in the model by using the categories : biogas, solid biomass, and not included. +Feedstocks categorized as biogas, typically manure and sludge waste, are available to the model as biogas (that is upgraded to biomethane). More details below. + +Feedstocks categorized as solid biomass, e.g. secondary forest residues or municipal waste can be used directly or converted to gas or liquid fuels. More details below. + +Feedstocks labeled as not included are ignored by the model. +A `typical use case for biomass `_ would be the medium availability scenario for 2030 where only residues from agriculture and forestry as well as biodegradable municipal waste are considered as energy feedstocks. Fuel crops are avoided because they compete with scarce land for food production, while primary wood, as well as wood chips and pellets, are avoided because of concerns about sustainability . See the supporting materials of the `paper `_ for more details. + +Solid biomass conversion and use +---------------------------------- +Solid biomass can be used directly to provide process heat up to 500 C in the industry. It can also be burnt in CHP plants and boilers associated with heating systems. These technologies are described elsewhere [link to heat and industry sections]. + +Solid biomass can be converted to syngas if the option is enabled in the `config file `_. In this case the model will enable the technology BioSNG both with and without the option for carbon capture [link to technology data]. +Liquefaction of solid biomass `can be enabled `_ allowing the model to convert it into liquid hydrocarbons that can replace conventional oil products. This technology also comes with and without carbon capture [link to technology data]. + +Transport of solid biomass +--------------------------- +The transport of solid biomass can either be assumed unlimited between countries or it can be associated with a country specific cost per MWh/km. In the config file these options are toggled `here `_. If the option is off, use of solid biomass is transport. If it is turned on, a biomass transport network will be `created `_ between all nodes. This network resembles road transport of biomass and the cost of transportation is a variable cost which is proportional to distance and a country specific cost per MWh/km. The latter is `estimated `_ from the country specific costs per ton/km used in the publication `“The JRC-EU-TIMES model. Bioenergy potentials for EU and neighbouring countries” `_. + +Biogas transport and use +------------------------ +Biogas will be aggregated into a common European resources if a gas network is not modeled explicitly, i.e., the `gas_network `_ option is set to false. If, on the other hand, a gas network is included, the biogas potential will be associated with each node of origin. +The model can only use biogas by first upgrading it to natural gas quality [link to tech description] (bio methane) which is fed into the general gas network. -Only wastes and residues from the JRC ENSPRESO biomass dataset. Oil product demand From b9a47b34ab287b153a2159b41922bde7dda17162 Mon Sep 17 00:00:00 2001 From: Gorm Bruun Andresen Date: Thu, 11 Aug 2022 14:17:00 +0200 Subject: [PATCH 2/5] Update supply_demand.rst Adding some headlines for transportation. --- doc/supply_demand.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst index 0a1990cf..e595a03d 100644 --- a/doc/supply_demand.rst +++ b/doc/supply_demand.rst @@ -243,6 +243,17 @@ Solid biomass is used for up to 500 Celsius, mostly in paper and pulp and food a Higher temperatures are met with methane. +Transportation +========================= + +Land transport +----------------- + +Aviation +----------------- + +Shipping +----------------- Carbon dioxide capture, usage and sequestration (CCU/S) ========================================================= From 78b91b55a73bbaabfaee7c16fa3178b5a6930475 Mon Sep 17 00:00:00 2001 From: Gorm Bruun Andresen Date: Thu, 11 Aug 2022 14:17:47 +0200 Subject: [PATCH 3/5] Update supply_demand.rst Adding text for shipping. Internal links needs to be updated. --- doc/supply_demand.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst index e595a03d..1e9c8bf0 100644 --- a/doc/supply_demand.rst +++ b/doc/supply_demand.rst @@ -254,6 +254,12 @@ Aviation Shipping ----------------- +Shipping energy demand is covered by a combination of oil and hydrogen. The amount of oil products that are converted into hydrogen follow an `exogenously defined path `_. To estimate the `hydrogen demand `_, the average fuel efficiency of the fleet is used in combination with the efficiency of the fuel cell defined in the technology data. The average fuel efficiency is set in the `config file `_. + +The consumed hydrogen comes from the general hydrogen bus where it can be produced by SMR, SMR+CC or electrolysers [link to hydrogen]. The fraction that is not converted into hydrogen use oil products, i.e. is connected to the general oil bus. + +The user can toggle if the energy demand for liquefaction of the hydrogen used for shipping should be `included or not `_. If this option is selected, liquifaction will happen at the `node where the shipping demand occurs `_. + Carbon dioxide capture, usage and sequestration (CCU/S) ========================================================= From c17061be965c06bea46abd1900ae6a1918b4c329 Mon Sep 17 00:00:00 2001 From: Gorm Bruun Andresen Date: Thu, 11 Aug 2022 14:53:51 +0200 Subject: [PATCH 4/5] Update supply_demand.rst General comment on transport. --- doc/supply_demand.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst index 1e9c8bf0..91af92ff 100644 --- a/doc/supply_demand.rst +++ b/doc/supply_demand.rst @@ -245,6 +245,7 @@ Higher temperatures are met with methane. Transportation ========================= +Annual energy demands for land transport, aviation and shipping for every country are retrieved from `JRC-IDEES data set `_. Below, the details of how each of these categories are treated is explained. Land transport ----------------- From aefef9b0911e2e413b2165fd4b4e2d3157f71405 Mon Sep 17 00:00:00 2001 From: Gorm Bruun Andresen Date: Thu, 11 Aug 2022 14:55:25 +0200 Subject: [PATCH 5/5] Update supply_demand.rst Description of aviation. It is pretty simple. --- doc/supply_demand.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst index 91af92ff..db7d23dc 100644 --- a/doc/supply_demand.rst +++ b/doc/supply_demand.rst @@ -252,6 +252,7 @@ Land transport Aviation ----------------- +The `demand for aviation `_ includes international and domestic use. It is modeled as an oil demand since aviation consumes kerosene. This can be produced synthetically or have fossil-origin [link to oil product]. Shipping -----------------