# coding: utf-8 # {Energy vectors} class Sheet17 < Spreadsheet def d5; "X.01"; end def e5; "Conversion losses"; end def d6; "X.02"; end def e6; "Distribution losses and own use"; end def d7; "Z.01"; end def e7; "Unallocated"; end def d8; "T.01"; end def e8; "Road transport"; end def d9; "T.02"; end def e9; "Rail transport"; end def d10; "T.03"; end def e10; "Domestic aviation"; end def d11; "T.04"; end def e11; "National navigation"; end def d12; "T.05"; end def e12; "International aviation"; end def d13; "T.06"; end def e13; "International shipping"; end def d14; "I.01"; end def e14; "Industry"; end def d15; "H.01"; end def e15; "Heating and cooling"; end def d16; "L.01"; end def e16; "Lighting & appliances"; end def d17; "F.01"; end def e17; "Food consumption [UNUSED]"; end def d18; "N.01"; end def e18; "Nuclear fission"; end def d19; "R.01"; end def e19; "Solar"; end def d20; "R.02"; end def e20; "Wind"; end def d21; "R.03"; end def e21; "Tidal"; end def d22; "R.04"; end def e22; "Wave"; end def d23; "R.05"; end def e23; "Geothermal"; end def d24; "R.06"; end def e24; "Hydro"; end def d25; "R.07"; end def e25; "Environmental heat"; end def d26; "A.01"; end def e26; "Agriculture"; end def d27; "W.01"; end def e27; "Waste"; end def d28; "Y.01"; end def e28; "Biomass oversupply (imports)"; end def d29; "Y.02"; end def e29; "Electricity oversupply (imports)"; end def d30; "Y.03"; end def e30; "Petroleum products oversupply"; end def d31; "Y.04"; end def e31; "Coal oversupply (imports)"; end def d32; "Y.05"; end def e32; "Oil and petroleum products oversupply (imports)"; end def d33; "Y.06"; end def e33; "Gas oversupply (imports)"; end def d34; "Q.01"; end def e34; "Coal reserves"; end def d35; "Q.02"; end def e35; "Oil reserves"; end def d36; "Q.03"; end def e36; "Gas reserves"; end def d37; "C.01"; end def e37; "Coal and fossil waste"; end def d38; "C.02"; end def e38; "Oil and petroleum products"; end def d39; "C.03"; end def e39; "Natural gas"; end def d40; "V.01"; end def e40; "Electricity (delivered to end user)"; end def d41; "V.02"; end def e41; "Electricity (supplied to grid)"; end def d42; "V.03"; end def e42; "Solid hydrocarbons"; end def d43; "V.04"; end def e43; "Liquid hydrocarbons"; end def d44; "V.05"; end def e44; "Gaseous hydrocarbons"; end def d45; "V.06"; end def e45; "Blast furnace gas"; end def d46; "V.07"; end def e46; "Heat transport"; end def d47; "V.08"; end def e47; "Edible biomass"; end def d48; "V.09"; end def e48; "Dry biomass and waste"; end def d49; "V.10"; end def e49; "Wet biomass and waste"; end def d50; "V.15"; end def e50; "Gaseous waste"; end def d51; "V.11"; end def e51; "Domestic solar thermal"; end def d52; "V.12"; end def e52; "H2"; end def d53; "V.13"; end def e53; "Energy crops (second generation)"; end def d54; "V.14"; end def e54; "Energy crops (first generation)"; end def d55; "B.01"; end def e55; "UK Land area"; end def d56; "B.04"; end def e56; "UK Sea area"; end def d57; "B.05"; end def e57; "Land area overseas"; end def d58; "B.06"; end def e58; "Length of wave front"; end def d59; "B.02"; end def e59; "Installed Capacity "; end def d60; "B.07"; end def e60; "Load factor"; end def d61; "B.03"; end def e61; "Number of units"; end def d62; "B.08"; end def e62; "Shiftable electricity demand"; end def d63; "B.09"; end def e63; "Additional electricity at peak"; end def d64; "B.10"; end def e64; "Temperature related additional electricity demand"; end def d65; "B.11"; end def e65; "Interconnector capacity"; end end