Residence impact calculation

Provided in real time by Brighter Planet at 09:18PM UTC on Wednesday, May 16, 2012 for timeframe beginning 2012-01-01 and ending 2013-01-01.

Characteristics

Brighter Planet is performing this calculation based on the following characteristics of this residence as provided in the request:

Characteristic Input Interpretation

Calculation

This calculation uses version 56bd02c of Brighter Planet's residence carbon model.

Calculations are performed adaptively, so methodology will vary depending on residence characteristics. Impact values, listed below, are based on a number of input factors, which in turn are based on others, and so forth. In each case, the methodology used in the calculation is specified, and, wherever possible, the source code of the method is displayed.

  1. Carbon

    Conclusion: 3838.4 kg

    Method: from fuel and electricity use and occupation and residents.

    ((((((((((fuel_oil_consumed * ResidenceFuelType.find_by_name("fuel oil").emission_factor) + (natural_gas_consumed * ResidenceFuelType.find_by_name("natural gas").emission_factor)) + (propane_consumed * ResidenceFuelType.find_by_name("propane").emission_factor)) + (biomass_consumed * ResidenceFuelType.find_by_name("biomass").emission_factor)) + (kerosene_consumed * ResidenceFuelType.find_by_name("kerosene").emission_factor)) + (coal_consumed * ResidenceFuelType.find_by_name("coal").emission_factor)) + (dirty_electricity_generated * electricity_emission_factor)) + (((floorspace_estimate * air_conditioner_use.fugitive_emission) * (timeframe / timeframe.year)) * occupation)) * (active_subtimeframe / timeframe)) / residents)
    
  2. Fuel oil consumed

    Conclusion: 199.0748055102

    Method: from research.

    ((((predicted_annual_fuel_oil_consumption + (missing_annual_energy * predicted_fuel_shares[:fuel_oil]).joules.to(:litres_of_fuel_oil)) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  3. Natural gas consumed

    Conclusion: 42683876171.345726

    Method: from research.

    ((((predicted_annual_natural_gas_consumption + (missing_annual_energy * predicted_fuel_shares[:natural_gas])) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  4. Propane consumed

    Conclusion: 183.25178426979997

    Method: from research.

    ((((predicted_annual_propane_consumption + (missing_annual_energy * predicted_fuel_shares[:propane]).joules.to(:litres_of_propane)) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  5. Biomass consumed

    Conclusion: 3798201078.0000005

    Method: from research.

    ((((predicted_annual_biomass_consumption + (missing_annual_energy * predicted_fuel_shares[:biomass])) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  6. Kerosene consumed

    Conclusion: 4.0503906046

    Method: from research.

    ((((predicted_annual_kerosene_consumption + (missing_annual_energy * predicted_fuel_shares[:kerosene]).joules.to(:litres_of_kerosene)) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  7. Coal consumed

    Conclusion: 2.871239704507795

    Method: from research.

    ((((predicted_annual_coal_consumption + (missing_annual_energy * predicted_fuel_shares[:coal]).joules.to(:kilograms_of_coal)) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  8. Dirty electricity generated

    Conclusion: 11458.237337445968

    Method: from electricity generated and green electricity.

    (electricity_generated * (1.0 - green_electricity))
    
  9. Green electricity

    Conclusion: 0.0

    Method: default.

    base.fallback.green_electricity
    
  10. Electricity generated

    Conclusion: 11458.237337445968

    Method: from electricity used and loss rate.

    (electricity_used / (1.0 - electricity_loss_rate))
    
  11. Electricity used

    Conclusion: 10752.83

    Method: from research.

    ((((predicted_annual_electricity_use + (missing_annual_energy * predicted_fuel_shares[:electricity]).joules.to(:kilowatt_hours)) * (timeframe / timeframe.year)) * occupation) / base.fallback.occupation)
    
  12. Missing annual energy

    Conclusion: 0

    Method: from fuel reports.

    energy = 0
    if reported_annual_fuel_oil_consumption and reported_annual_fuel_oil_consumption.zero? then
      energy = (energy + predicted_annual_fuel_oil_consumption.litres_of_fuel_oil.to(:joules))
    end
    if reported_annual_natural_gas_consumption and reported_annual_natural_gas_consumption.zero? then
      energy = (energy + predicted_annual_natural_gas_consumption)
    end
    if reported_annual_propane_consumption and reported_annual_propane_consumption.zero? then
      energy = (energy + predicted_annual_propane_consumption.litres_of_propane.to(:joules))
    end
    if reported_annual_kerosene_consumption and reported_annual_kerosene_consumption.zero? then
      energy = (energy + predicted_annual_kerosene_consumption.litres_of_kerosene.to(:joules))
    end
    if reported_annual_biomass_consumption and reported_annual_biomass_consumption.zero? then
      energy = (energy + predicted_annual_biomass_consumption)
    end
    if reported_annual_coal_consumption and reported_annual_coal_consumption.zero? then
      energy = (energy + predicted_annual_coal_consumption.kilograms_of_coal.to(:joules))
    end
    if reported_annual_electricity_use and reported_annual_electricity_use.zero? then
      energy = (energy + predicted_annual_electricity_use.kilowatt_hours.to(:joules))
    end
    energy
    
  13. Electricity loss rate

    Conclusion: 0.06156333794384499

    Method: default.

    EgridRegion.fallback.loss_factor
    
  14. Electricity emission factor

    Conclusion: 0.5894551291830981

    Method: default.

    EgridSubregion.fallback.electricity_emission_factor
    
  15. Occupation

    Conclusion: 0.937

    Method: default.

    base.fallback.occupation
    
  16. Residents

    Conclusion: 2.57

    Method: default.

    base.fallback.residents_before_type_cast
    
  17. Air conditioner use

    Conclusion:

    Method: default.

    AirConditionerUse.fallback
    
  18. Predicted fuel shares

    Conclusion: {:fuel_oil=>0.4167932348735287, :natural_gas=>0.1613371886801841, :propane=>0.2526592181590731, :kerosene=>0.008254483207514767, :biomass=>0.014356500368116514, :coal=>0.0002819952840317706, :electricity=>0.14631737942755108}

    Method: from research.

    { :fuel_oil => ((predicted_annual_fuel_oil_consumption.litres_of_fuel_oil.to(:joules) / predicted_annual_energy_consumption)), :natural_gas => ((predicted_annual_natural_gas_consumption / predicted_annual_energy_consumption)), :propane => ((predicted_annual_propane_consumption.litres_of_propane.to(:joules) / predicted_annual_energy_consumption)), :kerosene => ((predicted_annual_kerosene_consumption.litres_of_kerosene.to(:joules) / predicted_annual_energy_consumption)), :biomass => ((predicted_annual_biomass_consumption / predicted_annual_energy_consumption)), :coal => ((predicted_annual_coal_consumption.kilograms_of_coal.to(:joules) / predicted_annual_energy_consumption)), :electricity => ((predicted_annual_electricity_use.kilowatt_hours.to(:joules) / predicted_annual_energy_consumption)) }
    
  19. Predicted annual energy consumption

    Conclusion: 264563158193.84476

    Method: from research.

    energy = 0
    energy = (energy + predicted_annual_fuel_oil_consumption.litres_of_fuel_oil.to(:joules))
    energy = (energy + predicted_annual_natural_gas_consumption)
    energy = (energy + predicted_annual_propane_consumption.litres_of_propane.to(:joules))
    energy = (energy + predicted_annual_kerosene_consumption.litres_of_kerosene.to(:joules))
    energy = (energy + predicted_annual_biomass_consumption)
    energy = (energy + predicted_annual_coal_consumption.kilograms_of_coal.to(:joules))
    energy = (energy + predicted_annual_electricity_use.kilowatt_hours.to(:joules))
    
  20. Predicted annual fuel oil consumption

    Conclusion: 199.0748055102

    Method: default.

    base.fallback.annual_fuel_oil_volume_estimate
    
  21. Predicted annual natural gas consumption

    Conclusion: 42683876171.345726

    Method: default.

    (base.fallback.monthly_natural_gas_volume_estimate * 12)
    
  22. Predicted annual propane consumption

    Conclusion: 183.2517842698

    Method: default.

    base.fallback.annual_propane_volume_estimate
    
  23. Predicted annual kerosene consumption

    Conclusion: 4.0503906046

    Method: default.

    base.fallback.annual_kerosene_volume_estimate
    
  24. Predicted annual biomass consumption

    Conclusion: 3798201078.0

    Method: default.

    base.fallback.annual_wood_volume_estimate
    
  25. Predicted annual coal consumption

    Conclusion: 2.871239704507795

    Method: default.

    base.fallback.annual_coal_volume_estimate
    
  26. Predicted annual electricity use

    Conclusion: 10752.83

    Method: default.

    (base.fallback.monthly_electricity_use_estimate * 12)
    
  27. Active subtimeframe

    Conclusion: 2012-01-01/2013-01-01

    Method: from acquisition and retirement.

    Timeframe.constrained_new(acquisition.to_date, retirement.to_date, timeframe)
    
  28. Acquisition

    Conclusion: 2012-01-01

    Method: from retirement.

    [timeframe.from, retirement].compact.min
    
  29. Retirement

    Conclusion: 2013-01-01

    Method: from acquisition.

    [timeframe.to, acquisition].compact.max
    
  30. Floorspace estimate

    Conclusion: 214.47688717440002

    Method: default.

    base.fallback.floorspace_estimate
    

Estimate provided by Brighter Planet CM1. Calculations are performed using data from a variety of public sources. To cite this estimate, credit Brighter Planet, "Residence impact calculation." <http://impact.brighterplanet.com/residences?timeframe=2012-01-01%2F2013-01-01>, retrieved 2012-05-16T21:18:07Z.