From d3e60f7d154ff6d0e655be9d11bca0bc721e53c9 Mon Sep 17 00:00:00 2001 From: mary-black <57186838+mary-black@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:28:19 +0000 Subject: [PATCH] Update index.json to map to PeakDemandWithCF-BV The correct peak demand file for Best View is the one with some price driven customer flexibility (ToUT) assumed. --- 2023-DFES/data/scenarios/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023-DFES/data/scenarios/index.json b/2023-DFES/data/scenarios/index.json index 7ef61b5..8326e3f 100644 --- a/2023-DFES/data/scenarios/index.json +++ b/2023-DFES/data/scenarios/index.json @@ -99,7 +99,7 @@ "ev": { "dataBy": "primary", "file": "primaries/EV-PS.csv", "key": "Primary" }, "ebus": { "dataBy": "primary", "file": "primaries/Number_electric_buses-PS.csv", "key": "Primary" }, "ehgv": { "dataBy": "primary", "file": "primaries/Number_electric_HGVs-PS.csv", "key": "Primary" }, - "peakdemand":{ "dataBy": "primary", "file": "primaries/PeakDemand-PS.csv", "key": "Primary" }, + "peakdemand":{ "dataBy": "primary", "file": "primaries/PeakDemandWithCF-BV.csv", "key": "Primary" }, "peakutilisation":{ "dataBy": "primary", "file": "primaries/PeakUtilisation-PS.csv", "key": "Primary" }, "totalconsumptioncf":{ "dataBy": "primary", "file": "primaries/TotalConsumptionWithLCTs_mWh-BV.csv", "key": "Primary" }, "windcapacity":{ "dataBy": "primary", "file": "primaries/WindCapacity-PS_withDirects.csv", "key": "Primary" },