From 2984b3bb993fec591b48ce27c767d1fb3bfb237a Mon Sep 17 00:00:00 2001 From: Ahmad Date: Fri, 14 Apr 2023 21:26:25 +0200 Subject: [PATCH] updated docs from build_load_data to build_electricity_demand Signed-off-by: Ahmad --- doc/tutorial.rst | 4 ++-- doc/tutorial_sector.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index b6f5311b..82ccc55a 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -155,7 +155,7 @@ This triggers a workflow of multiple preceding jobs that depend on each rule's i 19[label = "build_hydro_profile", color = "0.44 0.6 0.85", style="rounded"]; 20[label = "retrieve_cost_data", color = "0.30 0.6 0.85", style="rounded"]; 21[label = "build_powerplants", color = "0.16 0.6 0.85", style="rounded"]; - 22[label = "build_load_data", color = "0.00 0.6 0.85", style="rounded"]; + 22[label = "build_electricity_demand", color = "0.00 0.6 0.85", style="rounded"]; 23[label = "retrieve_load_data", color = "0.34 0.6 0.85", style="rounded,dashed"]; 1 -> 0 2 -> 1 @@ -232,7 +232,7 @@ In the terminal, this will show up as a list of jobs to be run: base_network 1 1 1 build_bus_regions 1 1 1 build_hydro_profile 1 1 1 - build_load_data 1 1 1 + build_electricity_demand 1 1 1 build_powerplants 1 1 1 build_renewable_profiles 4 1 1 build_shapes 1 1 1 diff --git a/doc/tutorial_sector.rst b/doc/tutorial_sector.rst index 1d8e8ba5..1cbd6779 100644 --- a/doc/tutorial_sector.rst +++ b/doc/tutorial_sector.rst @@ -140,7 +140,7 @@ successfully. 18[label = "retrieve_ship_raster", color = "0.15 0.6 0.85", style="rounded"]; 19[label = "retrieve_cost_data", color = "0.50 0.6 0.85", style="rounded"]; 20[label = "build_powerplants", color = "0.49 0.6 0.85", style="rounded"]; - 21[label = "build_load_data", color = "0.39 0.6 0.85", style="rounded"]; + 21[label = "build_electricity_demand", color = "0.39 0.6 0.85", style="rounded"]; 22[label = "retrieve_load_data", color = "0.05 0.6 0.85", style="rounded"]; 23[label = "build_gas_input_locations", color = "0.45 0.6 0.85", style="rounded"]; 24[label = "prepare_network", color = "0.31 0.6 0.85", style="rounded"]; @@ -367,7 +367,7 @@ implemented in the workflow: 18[label = "retrieve_ship_raster", color = "0.09 0.6 0.85", style="rounded"]; 19[label = "retrieve_cost_data", color = "0.04 0.6 0.85", style="rounded"]; 20[label = "build_powerplants", color = "0.28 0.6 0.85", style="rounded"]; - 21[label = "build_load_data", color = "0.46 0.6 0.85", style="rounded"]; + 21[label = "build_electricity_demand", color = "0.46 0.6 0.85", style="rounded"]; 22[label = "retrieve_load_data", color = "0.44 0.6 0.85", style="rounded"]; 23[label = "build_energy_totals", color = "0.53 0.6 0.85", style="rounded"]; 24[label = "build_population_weighted_energy_totals", color = "0.03 0.6 0.85", style="rounded"];