From ca72891847ef79034ad5d76aa0bbf0e6311e4d8f Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Thu, 2 Jul 2026 14:35:51 +0200 Subject: [PATCH 1/5] 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 6c117eff92..ff33c6dff6 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 = undefined +- input.dry_biomass = 1.0 +- output.wood_pellets = 0.70108 - output.loss = elastic -- output.wood_pellets = 0.9 - groups = [ emissions, emissions_energy, emissions_energy_fuels_production, bio_footprint_calculation, sankey_conversion_group From e0df249ddfb645b71d502a10a670b8712369af8f Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Thu, 2 Jul 2026 17:04:37 +0200 Subject: [PATCH 2/5] 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 c86da33d1f..c854bdb966 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, emissions_energy, emissions_energy_fuels_production, From 30db6a79163fecb4d19044a534ba803a1d85c906 Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Fri, 3 Jul 2026 13:52:03 +0200 Subject: [PATCH 3/5] 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 783c3dc88d..fb013f37fd 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, emissions_energy, emissions_energy_fuels_production, From 2fe7836d2ecb39270446e1f227b1c8daa0e4232f Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Fri, 3 Jul 2026 15:00:34 +0200 Subject: [PATCH 4/5] 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 00f76d64f7e08bc958e8c9dcb5173fd37b15b2e2 Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Fri, 3 Jul 2026 15:03:34 +0200 Subject: [PATCH 5/5] 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 ca0d4c4325..7b7fe56d57 100644 --- a/graphs/energy/nodes/energy/energy_torrefaction_wood.ad +++ b/graphs/energy/nodes/energy/energy_torrefaction_wood.ad @@ -1,8 +1,8 @@ - use = undefined +- 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, emissions_energy, emissions_energy_fuels_production, bio_footprint_calculation, sankey_conversion_group