Building policies in Europe: Difference between revisions
m (→Result) |
(draft formula added) |
||
Line 22: | Line 22: | ||
===Formula=== | ===Formula=== | ||
<rcode> | |||
<nowiki> | |||
a <- c('EPBD 2002', 'EPBD 2008', 'More renewables', 'Behavioural changes', 'More efficient urban structures') | |||
b <- c('European BAU', 'European policy option') | |||
b <- paste( c(rep(b[1],5),rep(b[2],5)),'|', a) | |||
c <- c(rep(0,25), rep(1,25)) | |||
dim(c) <- c(10,5) | |||
c <- rep( c(0,0,0,0,0,1,1,1,1,1),5) | |||
dim(c) <- c(10,5) | |||
for (i in 2:5) {c[i,i] <- 1} | |||
for (i in 2:5) {c[i+5,i] <- 0} | |||
rownames(c) <- b | |||
colnames(c) <- a | |||
#MAKE n RANDOM DRAWS FROM ROWS 1:10 and store the result table with columns 2:5. | |||
</nowiki> | |||
<rcode> | |||
==Result== | ==Result== | ||
Line 28: | Line 45: | ||
{| {{prettytable}} | {| {{prettytable}} | ||
|+Combinations on building policies in Europe | |+ '''Combinations on building policies in Europe | ||
|---- | |---- | ||
| | | | ||
Line 35: | Line 52: | ||
!Policy | !Policy | ||
!European BAU | !European BAU | ||
!European policy | !European policy options | ||
|---- | |---- | ||
|EPBD 2002 | |EPBD 2002 | ||
Line 62: | Line 79: | ||
{| {{prettytable}} | {| {{prettytable}} | ||
|+Description of policies on building | |+ '''Description of policies on building policy options in Europe | ||
|---- | |---- | ||
!Policy | !Policy | ||
Line 97: | Line 114: | ||
<references/> | <references/> | ||
http://eur-lex.europa.eu/smartapi/cgi/sga_doc?smartapi!celexplus!prod!DocNumber&lg=en&type_doc=Directive&an_doc=2002&nu_doc=91 | * [http://eur-lex.europa.eu/smartapi/cgi/sga_doc?smartapi!celexplus!prod!DocNumber&lg=en&type_doc=Directive&an_doc=2002&nu_doc=91] | ||
http://europa.eu/rapid/pressReleasesAction.do?reference=MEMO/08/693&format=HTML&aged=0&language=en&guiLanguage=en | * [http://europa.eu/rapid/pressReleasesAction.do?reference=MEMO/08/693&format=HTML&aged=0&language=en&guiLanguage=en] | ||
http://www.euro.who.int/document/Gch/HEAT-WAVES%20RC3.pdf | * [http://www.euro.who.int/document/Gch/HEAT-WAVES%20RC3.pdf] | ||
http://ec.europa.eu/environment/urban/thematic_strategy.htm | * [http://ec.europa.eu/environment/urban/thematic_strategy.htm] | ||
* [http://ec.europa.eu/environment/urban/pdf/sec_2006_16_en.pdf] |
Revision as of 14:42, 8 November 2010
Moderator:Jouni (see all) |
|
Upload data
|
Scope
What are potential building policies in Europe (EU-30) during the period 2010-2050 such that
- they maintain or improve the building infrastructure,
- they help to achieve the climate change mitigation targets,
- they are economically feasible?
Definition
Data
Dependencies
European climate scenarios. Population and migration.
Unit
-
Formula
<rcode>
a <- c('EPBD 2002', 'EPBD 2008', 'More renewables', 'Behavioural changes', 'More efficient urban structures') b <- c('European BAU', 'European policy option') b <- paste( c(rep(b[1],5),rep(b[2],5)),'|', a) c <- c(rep(0,25), rep(1,25)) dim(c) <- c(10,5) c <- rep( c(0,0,0,0,0,1,1,1,1,1),5) dim(c) <- c(10,5) for (i in 2:5) {c[i,i] <- 1} for (i in 2:5) {c[i+5,i] <- 0} rownames(c) <- b colnames(c) <- a #MAKE n RANDOM DRAWS FROM ROWS 1:10 and store the result table with columns 2:5.
<rcode>
Result
{{#opasnet_base_link:Op_en4068}}
European climate scenario | ||
---|---|---|
Policy | European BAU | European policy options |
EPBD 2002 | None of the policies below | All of the policies below |
EPBD 2008 (proposal for recast) | None but this | All but this |
More renewables in heating / cooling | None but this | All but this |
Behavioral changes | None but this | All but this |
More efficient urban structures | None but this | All but this |
For an explanation about the logic of the policy combinations, see Road transport policies in Europe#Result.
Policy | Reference (BAU) | Policy option |
---|---|---|
EPBD 2008 (proposal for recast) | No additional actions. Buildings represent approximately 40% of energy consumption and the potential energy saving is more than 20%. | Increased insulation of buildings and other recast actions. More energy efficient buildings provide better living conditions and save money to all citizens. The estimated impact of the recast is energy savings of 60-80 Mtoe in 2020 or the total EU energy consumption will be reduced by 5-6%. |
Increased use of renewable energy sources | No additional actions. | Increased percentages (?) of heating / cooling is done by 1) wood burning and 2) heat pumps 3) solar / wind. |
Behavioral changes | No additional actions. | On-demand heating, cooling and ventilation (based on occupancy / activities). Additional possible policies: heating, cooling and ventilation demands reduced, wider (unconditioned) indoor temperature ranges tolerated (thermal comfort based optimum is 18-24 C); maintenance of the natural defence systems promoted (inc. rehydration, fitness, acclimatization and reduction of excess weight). |
Sustainable urban planning / more efficient urban structures | No additional actions. | Increasing land-use densities; larger percentage (?) of population living in cities (currently some 80% in Europe).
Additional policies that may run parallel: Promoting higher density mixed-use development; Preventing urban sprawl; Increase in amount of waste recycled; Reduction in amount of contaminated land in the city; Reduced pesticide use in the city; Improved natural water quality; Increase in green purchasing; Improvements to existing green space (parks, woods); Increase in number of nature conservation areas in the city; Reduction in energy used by the city; Improved public safety; Sustainable transport; Less air pollution and noise; Increase in proportion of citizens satisfied with the environment in the city. |
{{#opasnet_base_link:Op_en4068}}
See also
References