@extends('layouts.master') @section('title') GCOM CRF @endsection @section('content')
| Sectors and Subsectors | Direct Emissions (tCO2e) | Indirect emissions from the use of grid-supplied electricity, heat, steam and/or cooling | Emissions occurring outside the city boundary as a result of in-city activities | Please explain any excluded sources, identify any emissions covered under an ETS and provide any other comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Emissions in tCO2e | Notation Key (if needed) | Emissions in tCO2e | Notation Key (if needed) | Emissions in tCO2e | Notation Key (if needed) | |||||||||||
| Stationary energy > Residential buildings | @if ($gpcOutput['i_1_1'] == null || $gpcOutput['i_1_1'] == 0){{ $gpcOutputR['i_1_1'] }} | @else{{ getFormattedValue($gpcOutput['i_1_1'], 2) }} | @endif @if ($gpcOutput['i_1_2'] == null || $gpcOutput['i_1_2'] == 0) | {{ $gpcOutputR['i_1_2'] }} | @else{{ getFormattedValue($gpcOutput['i_1_2'], 2) }} | @endif @if ($gpcOutput['i_1_3'] == null || $gpcOutput['i_1_3'] == 0) | {{ $gpcOutputR['i_1_3'] }} | @else{{ getFormattedValue($gpcOutput['i_1_3'], 2) }} | @endif | |||||||
| Stationary energy > Commercial buildings & facilities | @if ( ($gpcOutput['i_2_1'] == null && $gpcOutput['i_6_1'] == null) || ($gpcOutput['i_2_1'] == 0 && $gpcOutput['i_6_1'] == 0)){{ $gpcOutputR['i_2_1'] }} | @else @php $energyCommercialDirect = ($gpcOutput['i_2_1'] ?? 0) + ($gpcOutput['i_6_1'] ?? 0); @endphp{{ getFormattedValue($energyCommercialDirect, 2) }} | @endif @if ( ($gpcOutput['i_2_2'] == null && $gpcOutput['i_6_2'] == null) || ($gpcOutput['i_2_2'] == 0 && $gpcOutput['i_6_2'] == 0)) | {{ $gpcOutputR['i_2_2'] }} | @else @php $energyCommercialIndirect = ($gpcOutput['i_2_2'] ?? 0) + ($gpcOutput['i_6_2'] ?? 0); @endphp{{ getFormattedValue($energyCommercialIndirect, 2) }} | @endif @if ( ($gpcOutput['i_2_3'] == null && $gpcOutput['i_6_3'] == null) || ($gpcOutput['i_2_3'] == 0 && $gpcOutput['i_6_3'] == 0)) | {{ $gpcOutputR['i_2_3'] }} | @else @php $energyCommercialOutside = ($gpcOutput['i_2_3'] ?? 0) + ($gpcOutput['i_6_3'] ?? 0); @endphp{{ getFormattedValue($energyCommercialOutside, 2) }} | @endif | |||||||
| Stationary energy > Institutional buildings & facilities | IE | IE | IE | Included in Commercial Buildings and Facilities | ||||||||||||
| Stationary energy > Industrial buildings & facilities | @if ($gpcOutput['i_3_1'] == null || $gpcOutput['i_3_1'] == 0){{ $gpcOutputR['i_3_1'] }} | @else{{ getFormattedValue($gpcOutput['i_3_1'], 2) }} | @endif @if ($gpcOutput['i_3_2'] == null || $gpcOutput['i_3_2'] == 0) | {{ $gpcOutputR['i_3_2'] }} | @else{{ getFormattedValue($gpcOutput['i_3_2'], 2) }} | @endif @if ($gpcOutput['i_3_3'] == null || $gpcOutput['i_3_3'] == 0) | {{ $gpcOutputR['i_3_3'] }} | @else{{ getFormattedValue($gpcOutput['i_3_3'], 2) }} | @endif | |||||||
| Stationary energy > Agriculture | @if ($gpcOutput['i_5_1'] == null || $gpcOutput['i_5_1'] == 0){{ $gpcOutputR['i_5_1'] }} | @else{{ getFormattedValue($gpcOutput['i_5_1'], 2) }} | @endif @if ($gpcOutput['i_5_2'] == null || $gpcOutput['i_5_2'] == 0) | {{ $gpcOutputR['i_5_2'] }} | @else{{ getFormattedValue($gpcOutput['i_5_2'], 2) }} | @endif @if ($gpcOutput['i_5_3'] == null || $gpcOutput['i_5_3'] == 0) | {{ $gpcOutputR['i_5_3'] }} | @else{{ getFormattedValue($gpcOutput['i_5_3'], 2) }} | @endif | |||||||
| Stationary energy > Fugitive emissions | @if ($gpcOutput['i_8_1'] == null || $gpcOutput['i_8_1'] == 0){{ $gpcOutputR['i_8_1'] }} | @else{{ getFormattedValue($gpcOutput['i_8_1'], 2) }} | @endif | @if ($gpcOutput['vi_1'] == null || $gpcOutput['vi_1'] == 0) | {{ $gpcOutputR['vi_1'] }} | @else{{ getFormattedValue($gpcOutput['vi_1'], 2) }} | @endif | |||||||||
| Total Stationary Energy | @if ($totalEnergyDirect == 0){{-- | {{ $gpcOutputR['i_2_1'] }} | --}} @else{{ getFormattedValue($totalEnergyDirect, 2) }} | @endif @if ($totalEnergyIndirect == 0) | {{-- | {{ $gpcOutputR['i_1_2'] }} | --}} @else{{ getFormattedValue($totalEnergyIndirect, 2) }} | @endif @if ($totalEnergyOutside == 0) | @else | {{ getFormattedValue($totalEnergyOutside, 2) }} | @endif | |||||
| Transportation > On-road | @if ($gpcOutput['ii_1_1'] == null || $gpcOutput['ii_1_1'] == 0){{ $gpcOutputR['ii_1_1'] }} | @else{{ getFormattedValue($gpcOutput['ii_1_1'], 2) }} | @endif @if ($gpcOutput['ii_1_2'] == null || $gpcOutput['ii_1_2'] == 0) | {{ $gpcOutputR['ii_1_2'] }} | @else{{ getFormattedValue($gpcOutput['ii_1_2'], 2) }} | @endif @if ($gpcOutput['ii_1_3'] == null || $gpcOutput['ii_1_3'] == 0) | {{ $gpcOutputR['ii_1_3'] }} | @else{{ getFormattedValue($gpcOutput['ii_1_3'], 2) }} | @endif | |||||||
| Transportation > Rail | @if ($gpcOutput['ii_2_1'] == null || $gpcOutput['ii_2_1'] == 0){{ $gpcOutputR['ii_2_1'] }} | @else{{ getFormattedValue($gpcOutput['ii_2_1'], 2) }} | @endif @if ($gpcOutput['ii_2_2'] == null || $gpcOutput['ii_2_2'] == 0) | {{ $gpcOutputR['ii_2_2'] }} | @else{{ getFormattedValue($gpcOutput['ii_2_2'], 2) }} | @endif @if ($gpcOutput['ii_2_3'] == null || $gpcOutput['ii_2_3'] == 0) | {{ $gpcOutputR['ii_2_3'] }} | @else{{ getFormattedValue($gpcOutput['ii_2_3'], 2) }} | @endif | |||||||
| Transportation > Waterborne navigation | @if ($gpcOutput['ii_3_1'] == null || $gpcOutput['ii_3_1'] == 0){{ $gpcOutputR['ii_3_1'] }} | @else{{ getFormattedValue($gpcOutput['ii_3_1'], 2) }} | @endif @if ($gpcOutput['ii_3_2'] == null || $gpcOutput['ii_3_2'] == 0) | {{ $gpcOutputR['ii_3_2'] }} | @else{{ getFormattedValue($gpcOutput['ii_3_2'], 2) }} | @endif @if ($gpcOutput['ii_3_3'] == null || $gpcOutput['ii_3_3'] == 0) | {{ $gpcOutputR['ii_3_3'] }} | @else{{ getFormattedValue($gpcOutput['ii_3_3'], 2) }} | @endif | |||||||
| Transportation > Aviation | @if ($gpcOutput['ii_4_1'] == null || $gpcOutput['ii_4_1'] == 0){{ $gpcOutputR['ii_4_1'] }} | @else{{ getFormattedValue($gpcOutput['ii_4_1'], 2) }} | @endif @if ($gpcOutput['ii_4_2'] == null || $gpcOutput['ii_4_2'] == 0) | {{ $gpcOutputR['ii_4_2'] }} | @else{{ getFormattedValue($gpcOutput['ii_4_2'], 2) }} | @endif @if ($gpcOutput['ii_4_3'] == null || $gpcOutput['ii_4_3'] == 0) | {{ $gpcOutputR['ii_4_3'] }} | @else{{ getFormattedValue($gpcOutput['ii_4_3'], 2) }} | @endif | |||||||
| Transportation > Off-road | @if ($gpcOutput['ii_5_1'] == null || $gpcOutput['ii_5_1'] == 0){{ $gpcOutputR['ii_5_1'] }} | @else{{ getFormattedValue($gpcOutput['ii_5_1'], 2) }} | @endif @if ($gpcOutput['ii_5_2'] == null || $gpcOutput['ii_5_2'] == 0) | {{ $gpcOutputR['ii_5_2'] }} | @else{{ getFormattedValue($gpcOutput['ii_5_2'], 2) }} | @endif @if ($gpcOutput['ii_5_3'] == null || $gpcOutput['ii_5_3'] == 0) | {{ $gpcOutputR['ii_5_3'] }} | @else{{ getFormattedValue($gpcOutput['ii_5_3'], 2) }} | @endif | |||||||
| Total Transport | @if ($totalTransDirect == 0){{-- | {{ $gpcOutputR['i_2_1'] }} | --}} @else{{ getFormattedValue($totalTransDirect, 2) }} | @endif @if ($totalTransIndirect == 0) | {{-- | {{ $gpcOutputR['i_1_2'] }} | --}} @else{{ getFormattedValue($totalTransIndirect, 2) }} | @endif @if ($totalTransOutside == 0) | @else | {{ getFormattedValue($totalTransOutside, 2) }} | @endif | |||||
| Waste > Solid waste disposal | @if ($gpcOutput['ii_5_1'] == null || $gpcOutput['ii_5_1'] == 0){{ $gpcOutputR['ii_5_1'] }} | @else{{ getFormattedValue($gpcOutput['ii_5_1'], 2) }} | @endif @if ($gpcOutput['ii_5_2'] == null || $gpcOutput['ii_5_2'] == 0) | {{ $gpcOutputR['ii_5_2'] }} | @else{{ getFormattedValue($gpcOutput['ii_5_2'], 2) }} | @endif @if ($gpcOutput['ii_5_3'] == null || $gpcOutput['ii_5_3'] == 0) | {{ $gpcOutputR['ii_5_3'] }} | @else{{ getFormattedValue($gpcOutput['ii_5_3'], 2) }} | @endif | |||||||
| Waste > Biological treatment | {{ getFormattedValue($gpcOutput['biological_treatment']) }} | {{ getFormattedValue($gpcOutput['biological_treatment_indirect']) }} | {{ getFormattedValue($gpcOutput['biological_treatment_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Waste > Incineration and open burning | {{ getFormattedValue($gpcOutput['incineration_open_burning']) }} | {{ getFormattedValue($gpcOutput['incineration_open_burning_indirect']) }} | {{ getFormattedValue($gpcOutput['incineration_open_burning_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Waste > Wastewater | {{ getFormattedValue($gpcOutput['wastewater']) }} | {{ getFormattedValue($gpcOutput['wastewater_indirect']) }} | {{ getFormattedValue($gpcOutput['wastewater_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Total Waste | {{ getFormattedValue($gpcOutput['total_waste']) }} | {{ getFormattedValue($gpcOutput['total_waste_indirect']) }} | {{ getFormattedValue($gpcOutput['total_waste_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| IPPU > Industrial process | {{ getFormattedValue($gpcOutput['industrial_process']) }} | {{ getFormattedValue($gpcOutput['industrial_process_indirect']) }} | {{ getFormattedValue($gpcOutput['industrial_process_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| IPPU > Produce Use | {{ getFormattedValue($gpcOutput['produce_use']) }} | {{ getFormattedValue($gpcOutput['produce_use_indirect']) }} | {{ getFormattedValue($gpcOutput['produce_use_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Total IPPU | {{ getFormattedValue($gpcOutput['total_ippu']) }} | {{ getFormattedValue($gpcOutput['total_ippu_indirect']) }} | {{ getFormattedValue($gpcOutput['total_ippu_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| AFOLU > Livestock | {{ getFormattedValue($gpcOutput['livestock']) }} | {{ getFormattedValue($gpcOutput['livestock_indirect']) }} | {{ getFormattedValue($gpcOutput['livestock_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| AFOLU > Land use | {{ getFormattedValue($gpcOutput['land_use']) }} | {{ getFormattedValue($gpcOutput['land_use_indirect']) }} | {{ getFormattedValue($gpcOutput['land_use_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| AFOLU > Other AFOLU | {{ getFormattedValue($gpcOutput['other_afolu']) }} | {{ getFormattedValue($gpcOutput['other_afolu_indirect']) }} | {{ getFormattedValue($gpcOutput['other_afolu_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Total AFOLU | {{ getFormattedValue($gpcOutput['total_afolu']) }} | {{ getFormattedValue($gpcOutput['total_afolu_indirect']) }} | {{ getFormattedValue($gpcOutput['total_afolu_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Generation of grid-supplied energy > Electricity-only generation | {{ getFormattedValue($gpcOutput['electricity_only_generation']) }} | {{ getFormattedValue($gpcOutput['electricity_only_generation_indirect']) }} | {{ getFormattedValue($gpcOutput['electricity_only_generation_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Generation of grid-supplied energy > CHP generation | {{ getFormattedValue($gpcOutput['chp_generation']) }} | {{ getFormattedValue($gpcOutput['chp_generation_indirect']) }} | {{ getFormattedValue($gpcOutput['chp_generation_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Generation of grid-supplied energy > Heat/cold generation | {{ getFormattedValue($gpcOutput['heat_cold_generation']) }} | {{ getFormattedValue($gpcOutput['heat_cold_generation_indirect']) }} | {{ getFormattedValue($gpcOutput['heat_cold_generation_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Generation of grid-supplied energy > Local renewable generation | {{ getFormattedValue($gpcOutput['local_renewable_generation']) }} | {{ getFormattedValue($gpcOutput['local_renewable_generation_indirect']) }} | {{ getFormattedValue($gpcOutput['local_renewable_generation_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Total Generation of grid-supplied energy | {{ getFormattedValue($gpcOutput['total_grid_supplied_energy']) }} | {{ getFormattedValue($gpcOutput['total_grid_supplied_energy_indirect']) }} | {{ getFormattedValue($gpcOutput['total_grid_supplied_energy_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||
| Total Emissions (excluding generation of grid-supplied energy) | {{ getFormattedValue($gpcOutput['total_emissions_excluding_grid_energy']) }} | {{ getFormattedValue($gpcOutput['total_emissions_excluding_grid_energy_indirect']) }} | {{ getFormattedValue($gpcOutput['total_emissions_excluding_grid_energy_outside']) }} | {{ getFormattedValue($gpcOutput['residential_buildings']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_indirect']) }} | {{ getFormattedValue($gpcOutput['residential_buildings_outside']) }} | ||||||||||