Skip to content

Commit 01273c0

Browse files
committed
rea comments
1 parent 9a062b2 commit 01273c0

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

dataprocessing/eGo_data_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def data_processing():
5959
# 'ego_demand_loads_per_mv_voronoi.sql', # loadarea per mv-voronoi
6060
# 'process_eGo_consumption.sql', # consumption per loadarea
6161
# 'peak_load_per_load_area.py', # peak loads
62-
'ego_paper_result.sql', # results and statistics
62+
# 'ego_paper_result.sql', # results and statistics
6363

6464
# 'voronoi_weatherpoint.sql', # weatherpoint voronoi
6565
# 'calc_ego_hv_powerflow.sql', # setup for hv powerflow

dataprocessing/ego_renewable_energy_allocation.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@
4040
# 'ego_rea_wpa_per_mvgd.sql', # wind potential area
4141
# 'ego_rea_lattice_per_area_500m.sql', # prepare 500m lattice
4242
# 'ego_rea_lattice_per_area_50m.sql', # prepare 50m lattice
43+
4344
# 'ego_rea_setup.sql', # setup table for allocation
44-
# 'ego_rea_m1.sql',
45-
# 'ego_rea_m2.sql',
46-
# 'ego_rea_m3.sql',
47-
# 'ego_rea_m4.sql',
48-
# 'ego_rea_m5.sql',
49-
# 'ego_rea_results.sql'
45+
# 'ego_rea_m1.sql', # M1 biomass and solar to farmyard
46+
# 'ego_rea_m2.sql', # M2 windfarms
47+
# 'ego_rea_m3.sql', # M3 wind turbines to wpa
48+
# 'ego_rea_m4.sql', # M4 other and rest
49+
# 'ego_rea_m5.sql', # M5 LV to LA
50+
# 'ego_rea_results.sql' # results and statistics
5051
]
5152

5253
# get database connection

0 commit comments

Comments
 (0)