Estudio de la energía media consumida por los inmuebles según su año de construcción y la normativa aplicada según los datos obtenidos en el certificado energético
Muestra del consumo energético medio de los inmuebles españoles agrupados según su año de construcción. El consumo energético de un inmueble es el consumo de la energía de los servicios de calefacción, refrigeración, agua caliente sanitaria que necesita un inmueble para mantener las condiciones mínimas de confort en su interior. Depende de la eficiencia de los sistemas empleados. Se expresa en términos de energía primaria y en unidades en kWh por m2 de superficie útil del edificio anuales.
Existen tres periodos normativos en España claramente definidos que marcaron la manera de construir en cada época en cuanto a eficiencia energética se refiere. Estos periodos son:
¿Necesitas resolver un trámite?
Contacta con los mejores profesionales de tu zona
Pide presupuestoen menos de 1 minuto y gratis
– Normativa anterior a 1979 (Antes de 1979)
– NBE – CT 79 (entre 1980y 2006)
– Código Técnico de la Edificación (posterior a 2006)
Consumo energético. Periodo normativo anterior a 1979
Consumo energético global de los inmuebles certificadas construidas anteriormente al 1979.
Acerca el cursor a cada año para obtener el valor concreto de la demanda.
Consumo energético. Periodo normativo entre 1979 y 2006
Consumo energético global de los inmuebles certificadas construidas anteriormente al 1979.
Acerca el cursor a cada año para obtener el valor concreto de la demanda.
Consumo energético. Periodo normativo desde 2007
Código Técnico de la Edificación. Consumo energético global de los inmuebles certificadas construidas a partir de el año 2007.
Acercando el cursor a cada año se obtiene el valor concreto de la demanda.
Resumen consumo energético medio por periodo normativo
Consumo energético medio de cada periodo normativo. Se observa que el consumo energético medio disminuye en cada nuevo periodo normativo.
var hist = new google.visualization.DataTable();
hist.addColumn('string', 'Año de construccion'); hist.addColumn('number', 'Consumo Global (kWh/m² año)');
hist.addRow([ '1880', 251.00 ]); hist.addRow([ '1900', 261.63 ]); hist.addRow([ '1910', 306.80 ]); hist.addRow([ '1920', 279.09 ]); hist.addRow([ '1925', 287.02 ]); hist.addRow([ '1929', 252.49 ]); hist.addRow([ '1930', 284.70 ]); hist.addRow([ '1935', 212.62 ]); hist.addRow([ '1936', 264.31 ]); hist.addRow([ '1940', 270.39 ]); hist.addRow([ '1941', 276.56 ]); hist.addRow([ '1942', 184.81 ]); hist.addRow([ '1945', 231.09 ]); hist.addRow([ '1948', 253.67 ]); hist.addRow([ '1950', 231.01 ]); hist.addRow([ '1951', 259.20 ]); hist.addRow([ '1952', 226.41 ]); hist.addRow([ '1953', 267.49 ]); hist.addRow([ '1954', 248.05 ]); hist.addRow([ '1955', 239.71 ]); hist.addRow([ '1956', 186.47 ]); hist.addRow([ '1957', 218.34 ]); hist.addRow([ '1958', 253.05 ]); hist.addRow([ '1959', 257.63 ]); hist.addRow([ '1960', 244.36 ]); hist.addRow([ '1961', 233.50 ]); hist.addRow([ '1962', 243.61 ]); hist.addRow([ '1963', 223.10 ]); hist.addRow([ '1964', 221.15 ]); hist.addRow([ '1965', 208.14 ]); hist.addRow([ '1966', 199.84 ]); hist.addRow([ '1967', 211.19 ]); hist.addRow([ '1968', 217.21 ]); hist.addRow([ '1969', 192.25 ]); hist.addRow([ '1970', 209.94 ]); hist.addRow([ '1971', 223.42 ]); hist.addRow([ '1972', 197.78 ]); hist.addRow([ '1973', 199.29 ]); hist.addRow([ '1974', 202.31 ]); hist.addRow([ '1975', 208.17 ]); hist.addRow([ '1976', 233.41 ]); hist.addRow([ '1977', 198.58 ]); hist.addRow([ '1978', 198.60 ]); hist.addRow([ '1979', 195.83 ]); var optionsSinNorma = { vAxis:{ format:'#.##%', textStyle:{color: '#8a8088'},gridlines: {color: '#8a8088'} }, hAxis:{textStyle:{color: '#8a8088'},minValue:0,maxValue:275}, legend: 'none', width:'100%', height:600, chartArea: { left: 100, top: 10, width: '90%', height: '90%' },
colors:['#FAC21E','#AF3B1B','#A29CA4'] }; var comlumnas = new google.visualization.BarChart(document.getElementById('histSinNorma')) comlumnas.draw(hist, optionsSinNorma);
/////HISTOGRAMA NBE var histNBE = new google.visualization.DataTable();
histNBE.addColumn('string', 'Año de construccion'); histNBE.addColumn('number', 'Consumo Global (kWh/m² año)');
histNBE.addRow([ '1980', 193.45 ]); histNBE.addRow([ '1981', 213.70 ]); histNBE.addRow([ '1982', 191.91 ]); histNBE.addRow([ '1983', 184.79 ]); histNBE.addRow([ '1984', 216.11 ]); histNBE.addRow([ '1985', 193.86 ]); histNBE.addRow([ '1986', 190.79 ]); histNBE.addRow([ '1987', 243.82 ]); histNBE.addRow([ '1988', 188.11 ]); histNBE.addRow([ '1989', 183.53 ]); histNBE.addRow([ '1990', 215.44 ]); histNBE.addRow([ '1991', 208.78 ]); histNBE.addRow([ '1992', 188.18 ]); histNBE.addRow([ '1993', 190.04 ]); histNBE.addRow([ '1994', 198.40 ]); histNBE.addRow([ '1995', 195.27 ]); histNBE.addRow([ '1996', 182.03 ]); histNBE.addRow([ '1997', 180.13 ]); histNBE.addRow([ '1998', 177.29 ]); histNBE.addRow([ '1999', 171.78 ]); histNBE.addRow([ '2000', 173.98 ]); histNBE.addRow([ '2001', 168.59 ]); histNBE.addRow([ '2002', 171.84 ]); histNBE.addRow([ '2003', 171.29 ]); histNBE.addRow([ '2004', 162.23 ]); histNBE.addRow([ '2005', 171.55 ]); histNBE.addRow([ '2006', 173.64 ]); var optionsNBE = { vAxis:{ format:'#.##%', textStyle:{color: '#8a8088'},gridlines: {color: '#8a8088'} }, hAxis:{textStyle:{color: '#8a8088'},minValue:0,maxValue:275}, legend: 'none', width:'100%', height:600, chartArea: { left: 100, top: 10, width: '90%', height: '90%' },
colors:['#FAC21E','#AF3B1B','#A29CA4'] }; var comlumnasNBE = new google.visualization.BarChart(document.getElementById('histNBE')) comlumnasNBE.draw(histNBE, optionsNBE);
/////HISTOGRAMA CTE var histCTE = new google.visualization.DataTable();
histCTE.addColumn('string', 'Año de construccion'); histCTE.addColumn('number', 'Consumo Global (kWh/m² año)');
histCTE.addRow([ '2007', 161.06 ]); histCTE.addRow([ '2008', 151.75 ]); histCTE.addRow([ '2009', 158.76 ]); histCTE.addRow([ '2010', 140.89 ]); histCTE.addRow([ '2011', 128.10 ]); var optionsCTE = { vAxis:{ format:'#.##%', textStyle:{color: '#8a8088'},gridlines: {color: '#8a8088'} }, hAxis:{textStyle:{color: '#8a8088'},minValue:0,maxValue:275}, legend: 'none', width:'100%', height:100, chartArea: { left: 100, top: 10, width: '90%', height: '90%' },
colors:['#FAC21E','#AF3B1B','#A29CA4'] }; var comlumnasCTE = new google.visualization.BarChart(document.getElementById('histCTE')) comlumnasCTE.draw(histCTE, optionsCTE); //COMPARTIVA
var data=[];
var histNormativa = new google.visualization.DataTable();
histNormativa.addColumn('string', 'Provincia'); histNormativa.addColumn('number', 'Consumo Refigeración (kWh/m² año)');
histNormativa.addRow(['Normativa Anterior (Antes de 1979)',228.88]); histNormativa.addRow(['NBE-79 (entre 1980 y 2006)',189.05]); histNormativa.addRow(['CTE (posterior a 2006)',156.73]);
var options = { vAxis:{ format:'#', textStyle:{color: '#8a8088'},gridlines: {color: '#8a8088'} }, hAxis:{textStyle:{color: '#8a8088'}}, legend: 'none', width:'100%', 'height':400, 'tooltip':{ text:'percentage' },
colors:['#FAC21E','#AF3B1B','#A29CA4'] };
var container = document.getElementById('comparativa'); var comlumnas = new google.visualization.ColumnChart(container)
comlumnas.draw(histNormativa, options); }});