update retro script to include ventilation, thermal bridges and heat gains. Add necessary input files in the Snakefile, remove no longer needed file
This commit is contained in:
parent
088c5ab805
commit
36685bd016
@ -281,14 +281,15 @@ rule build_industrial_demand:
|
|||||||
rule build_retro_cost:
|
rule build_retro_cost:
|
||||||
input:
|
input:
|
||||||
building_stock="data/retro/data_building_stock.csv",
|
building_stock="data/retro/data_building_stock.csv",
|
||||||
|
data_tabula="data/retro/tabula-calculator-calcsetbuilding.csv",
|
||||||
|
air_temperature = "resources/temp_air_total_{network}_s{simpl}_{clusters}.nc",
|
||||||
u_values_PL="data/retro/u_values_poland.csv",
|
u_values_PL="data/retro/u_values_poland.csv",
|
||||||
tax_w="data/retro/electricity_taxes_eu.csv",
|
tax_w="data/retro/electricity_taxes_eu.csv",
|
||||||
construction_index="data/retro/comparative_level_investment.csv",
|
construction_index="data/retro/comparative_level_investment.csv",
|
||||||
average_surface="data/retro/average_surface_components.csv",
|
|
||||||
floor_area_missing="data/retro/floor_area_missing.csv",
|
floor_area_missing="data/retro/floor_area_missing.csv",
|
||||||
clustered_pop_layout="resources/pop_layout_{network}_s{simpl}_{clusters}.csv",
|
clustered_pop_layout="resources/pop_layout_{network}_s{simpl}_{clusters}.csv",
|
||||||
cost_germany="data/retro/retro_cost_germany.csv",
|
cost_germany="data/retro/retro_cost_germany.csv",
|
||||||
window_assumptions="data/retro/window_assumptions.csv"
|
window_assumptions="data/retro/window_assumptions.csv",
|
||||||
output:
|
output:
|
||||||
retro_cost="resources/retro_cost_{network}_s{simpl}_{clusters}.csv",
|
retro_cost="resources/retro_cost_{network}_s{simpl}_{clusters}.csv",
|
||||||
floor_area="resources/floor_area_{network}_s{simpl}_{clusters}.csv"
|
floor_area="resources/floor_area_{network}_s{simpl}_{clusters}.csv"
|
||||||
|
@ -132,8 +132,6 @@ sector:
|
|||||||
'annualise_cost': True # annualise the investment costs
|
'annualise_cost': True # annualise the investment costs
|
||||||
'tax_weighting': False # weight costs depending on taxes in countries
|
'tax_weighting': False # weight costs depending on taxes in countries
|
||||||
'construction_index': True # weight costs depending on labour/material costs per ct
|
'construction_index': True # weight costs depending on labour/material costs per ct
|
||||||
'l_strength': ["0.076", "0.197"] # additional insulation thickness[m], determines number of retro steps(=generators per bus) and maximum possible savings
|
|
||||||
'tes' : True
|
|
||||||
'tes_tau' : 3.
|
'tes_tau' : 3.
|
||||||
'boilers' : True
|
'boilers' : True
|
||||||
'oil_boilers': False
|
'oil_boilers': False
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
,Dwelling,Ceilling,Standard component surfaces (m2),component,surfaces,(m2),,
|
|
||||||
Building type,Space(m²),Height(m),Roof,Facade,Floor,Windows,,
|
|
||||||
Single/two family house,120,2.5,90,166,63,29,,
|
|
||||||
Large apartment house,1457,2.5,354,1189,354,380,,
|
|
||||||
Apartment house,5276,,598.337,2992.1,598.337,756,tabula ,http://webtool.building-typology.eu/#pdfes
|
|
||||||
,,,,,,,,
|
|
||||||
"Source: https://link.springer.com/article/10.1007/s12053-010-9090-6 ,p.4",,,,,,,,
|
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user