From 71a163cf8604ec3c51dfe169357870d664a5775e Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Fri, 27 Oct 2023 11:10:53 +0200 Subject: [PATCH 1/3] Small change in factor --- config/conversions/assets/storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conversions/assets/storage.yml b/config/conversions/assets/storage.yml index abb52d7..8205eac 100644 --- a/config/conversions/assets/storage.yml +++ b/config/conversions/assets/storage.yml @@ -8,7 +8,7 @@ capacity: # we call this volume in the ETM input: # the volume is derived from a scenario and cannot be set gquery: energy_flexibility_mv_batteries_electricity_volume - factor: 2.77778e-10 # MWh to J + factor: 3.6e-9 # MWh to J maxChargeRate: # we call this capacity in the ETM input: capacity_of_energy_flexibility_mv_batteries_electricity gquery: energy_flexibility_mv_batteries_electricity_capacity From 45c3c65fe47cbe4244fda9995c905fe3db2fcb3d Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Mon, 30 Oct 2023 15:36:45 +0100 Subject: [PATCH 2/3] resolving faulty query --- config/conversions/assets/demand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conversions/assets/demand.yml b/config/conversions/assets/demand.yml index a74757d..a22ffe9 100644 --- a/config/conversions/assets/demand.yml +++ b/config/conversions/assets/demand.yml @@ -79,7 +79,7 @@ factor: 1.e-6 # gquery returns value in MW fullLoadHours: input: # the flh are derived from a scenario and cannot be set - gquery: flh_of_transport_truck_using_hydrogen + gquery: flh_of_transport_truck_using_electricity factor: 1 volume: input: # cannot be set in the ETM From 39d78f8a43f9cb930cd0de453170d9c242763ec7 Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Mon, 30 Oct 2023 15:48:01 +0100 Subject: [PATCH 3/3] resolving mistake in conversion --- config/conversions/assets/storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conversions/assets/storage.yml b/config/conversions/assets/storage.yml index 8205eac..1be3374 100644 --- a/config/conversions/assets/storage.yml +++ b/config/conversions/assets/storage.yml @@ -8,7 +8,7 @@ capacity: # we call this volume in the ETM input: # the volume is derived from a scenario and cannot be set gquery: energy_flexibility_mv_batteries_electricity_volume - factor: 3.6e-9 # MWh to J + factor: 3.6e+9 # MWh to J maxChargeRate: # we call this capacity in the ETM input: capacity_of_energy_flexibility_mv_batteries_electricity gquery: energy_flexibility_mv_batteries_electricity_capacity