From 4943a3cdb27a956f7fa222ac5a62bd06c7aef644 Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Thu, 2 Jul 2026 14:35:51 +0200 Subject: [PATCH 1/6] Update wood pellet production efficiency --- .../nodes/energy/energy_production_wood_pellets.converter.ad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad b/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad index afa02a9680..8f17f355ef 100644 --- a/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad +++ b/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad @@ -1,6 +1,7 @@ - use = energetic +- input.dry_biomass = 1.0 +- output.wood_pellets = 0.70108 - output.loss = elastic -- output.wood_pellets = 0.9 - groups = [emissions, bio_footprint_calculation, sankey_conversion_group] - free_co2_factor = 0.0 - sector_label = energy_fuels_production From ec25b50340979eb217355e41a7e5f06051163398 Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Thu, 2 Jul 2026 17:04:37 +0200 Subject: [PATCH 2/6] Update HVO biokerosene production efficiencies --- .../energy/nodes/energy/energy_production_hvo_bio_kerosene.ad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad b/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad index bffed7d6ad..2051ada5c0 100644 --- a/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad +++ b/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad @@ -1,8 +1,8 @@ - input.hydrogen = 0.099 - input.network_gas = 0.122 - input.oily_biomass = 0.779 -- output.bio_kerosene = 0.835 -- output.bionaphtha = 0.082 +- output.bio_kerosene = 0.715 +- output.bionaphtha = 0.07 - output.loss = elastic - groups = [ emissions, preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, From 823b37883d5dc7f186b3a9c52863df96b28563cf Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Fri, 3 Jul 2026 13:52:03 +0200 Subject: [PATCH 3/6] Update biomethanol to jet efficiencies --- .../nodes/energy/energy_production_biomethanol_to_jet.ad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad b/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad index b21ba75b53..f6662a71f5 100644 --- a/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad +++ b/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad @@ -1,7 +1,7 @@ - input.biomethanol = 0.96028 - input.hydrogen = 0.03972 -- output.bio_kerosene = 0.75493 -- output.bionaphtha = 0.14402 +- output.bio_kerosene = 0.70543 +- output.bionaphtha = 0.13457 - output.loss = elastic - groups = [ emissions, preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, From 448e158956877e2e1bbc80788b993bcfd4754d60 Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Fri, 3 Jul 2026 15:00:34 +0200 Subject: [PATCH 4/6] Remove .converter to enable NSA rake task --- ...ood_pellets.converter.ad => energy_production_wood_pellets.ad} | 0 ...torrefaction_wood.converter.ad => energy_torrefaction_wood.ad} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename graphs/energy/nodes/energy/{energy_production_wood_pellets.converter.ad => energy_production_wood_pellets.ad} (100%) rename graphs/energy/nodes/energy/{energy_torrefaction_wood.converter.ad => energy_torrefaction_wood.ad} (100%) diff --git a/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad b/graphs/energy/nodes/energy/energy_production_wood_pellets.ad similarity index 100% rename from graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad rename to graphs/energy/nodes/energy/energy_production_wood_pellets.ad diff --git a/graphs/energy/nodes/energy/energy_torrefaction_wood.converter.ad b/graphs/energy/nodes/energy/energy_torrefaction_wood.ad similarity index 100% rename from graphs/energy/nodes/energy/energy_torrefaction_wood.converter.ad rename to graphs/energy/nodes/energy/energy_torrefaction_wood.ad From 40b2cbb5f2097e50cd1c7467057eac62646ae0aa Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Fri, 3 Jul 2026 15:03:34 +0200 Subject: [PATCH 5/6] Update torrefaction efficiencies --- graphs/energy/nodes/energy/energy_torrefaction_wood.ad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_torrefaction_wood.ad b/graphs/energy/nodes/energy/energy_torrefaction_wood.ad index 84ad44187b..01228235f3 100644 --- a/graphs/energy/nodes/energy/energy_torrefaction_wood.ad +++ b/graphs/energy/nodes/energy/energy_torrefaction_wood.ad @@ -1,8 +1,8 @@ - use = energetic +- input.dry_biomass = 0.946 +- input.network_gas = 0.054 - output.loss = elastic -- output.torrefied_biomass_pellets = 0.86 -- input.network_gas = 0.053 -- input.dry_biomass = 0.947 +- output.torrefied_biomass_pellets = 0.83 - groups = [emissions, bio_footprint_calculation, sankey_conversion_group] - network_gas.profile = flat - network_gas.type = consumer From a2ae605e2c0337829ad274c8804692955c53ec1d Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Tue, 21 Jul 2026 14:59:10 +0200 Subject: [PATCH 6/6] Update efficiencies bioemethanol to jet --- .../nodes/energy/energy_production_biomethanol_to_jet.ad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad b/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad index f6662a71f5..916d679a56 100644 --- a/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad +++ b/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad @@ -4,14 +4,15 @@ - output.bionaphtha = 0.13457 - output.loss = elastic - groups = [ - emissions, preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, - biomass_products_production, costs_production_liquid_fuels + emissions, preset_demand, wacc_unproven_tech, + sankey_conversion_group, application_group, biomass_products_production, + costs_production_liquid_fuels ] - use = energetic - presentation_group = liquid_fuels - availability = 0.962 - full_load_hours = 8000.0 -- typical_input_capacity = 1812.096 +- typical_input_capacity = 1868.14 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0