-
Notifications
You must be signed in to change notification settings - Fork 6
/
AGO-indc-EN.html
977 lines (976 loc) · 54.9 KB
/
AGO-indc-EN.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
<!DOCTYPE html><html>
<head>
<meta charset="utf-8">
</head>
<body>
<p><a id="DRAFT_1"></a>DRAFT</p>
<h1><a id="Intended_Nationally_Determined_Contribution_INDC_of_the__Republic_of_Angola_2"></a>Intended Nationally Determined Contribution (INDC) of the Republic of Angola</h1>
<p>November 2015</p>
<h3><a id="EXECUTIVE_SUMMARY_5"></a>EXECUTIVE SUMMARY</h3>
<p>The contributions of Angola to this INDC are in the framework of the National Strategy for the Implementation of UNFCCC and the Kyoto Protocol, the Strategy to Fight Poverty (SFP), the National Adaptation Programme of Action (NAPA) and Long Term Strategy for Development of Angola (2025).</p>
<p>Angola is committed to take part in the aspiration set at International level to fight against the phenomenon of climate change, thus contributing to global efforts to reduce greenhouse gas (GHG) emissions. For this, Angola's Intended Nationally Determined Contribution (INDC) encompasses for Mitigation purposes both unconditional and conditional measures for the reduction of GHG. The country is committed to stabilize its emissions, and contribute to climate change mitigation by 2030, targeting the following sectors:</p>
<ul>
<li>Power generation from renewable sources; and</li>
<li>Reforestation.</li>
</ul>
<p>Angola plans to <strong>reduce GHG emissions up to 35% unconditionally by 2030</strong> as compared to the Business As Usual (BAU) scenario (base year 2005). In addition, it is expected that through a conditional mitigation scenariothe country could <strong>reduce an additional 15% below BAU emission levels by 2030</strong>. In achieving its unconditional and conditional targets Angola expects to reduce its emissions trajectory by nearly 50% below the BAU scenario <strong>by 2030 at overall cost of over 14.7billion USD</strong>.</p>
<p>Given to its extreme vulnerability to Climate Change impacts in some key economic sectors, Angola's INDC also includes priority Adaptation actions that will enable the strengthening of the resilience of the country towards the attainment of the Long Term Strategy for Development of Angola (2025).</p>
<p><strong>Sectoral Intervention for Adaptation</strong></p>
<p>The Angolan economy has been hit hard by the impact of climate change expressed as prolonged drought, damaging flash floods, forest fires, reduced crop production, reduced water resources, impacted fishing resources, etc. Many of the economy sectors of Angola have been impacted by climate variability in the last thirty years. However, there are economy sectors which are extremely vulnerable to impacts resulting from the extreme events and which will pose not only serious livelihood and direct health risks but can also affect the economic potential and national food security. Therefore within the context of this INDC, Angola prioritises the implementation of Adaptation measures in the following main sectors:</p>
<ul>
<li>Agriculture</li>
<li>Coastal Zone</li>
<li>Land-Use, Forests, Ecosystems and Biodiversity</li>
<li>Water resources</li>
<li>Health</li>
</ul>
<p>Angola acknowledges that climate change adaptation requires unconditional as well as conditional actions in order to reduce the vulnerability of communities against the expected Climate Change impacts. The overall cost of implementing both the unconditional and conditional actions amounts to <strong>around 1billion USDacross sectors up to 2030</strong>.</p>
<p>Given the time constraint, thisreport on theINDCcould not beexhaustive, and it is of adynamic natureand thus willbe refinedin the light ofnew data and information.</p>
<h3><a id="1__NATIONAL_CONTEXT_37"></a>1. NATIONAL CONTEXT</h3>
<p>The Republic of Angola with a size of 1.25m sq km (481,354 sq miles) is located in SW Africa and extremely vulnerable to climate change impacts such as drought and floods particularly in the southern regions. Projections of mean annual rainfall averaged over the country from different models indicate a wide range of changes in precipitation for Angola. Furthermore, IPCC scenarios (SRES A1B scenario as shown in the IPCC 4th Assessment Report) have projected an increase of mean annual temperature in the region by 1.2 to 3.2°C by the 2060s, and 1.7 to 5.1°C by the 2090s. Climate models predict that over the next 50 to 100 years, Angola will experience increased temperatures, more extreme weather events, an expansion of arid and semi-arid regions, seasonal shifts in rainfall, localized floods, increased wildfires, sea level rise, increased rainfall in the northern parts of the country, changes in river flows and changes in sea and lake temperatures. According to the Angolan NAPA (2011), the major expected climate change threats and impacts are: floods, soil erosion, drought episodes, rise in sea-level. The main sectors identified as affected by climate change are: agriculture and food security; forest and biodiversity; fisheries; water resources; human health; infrastructures; coastal zones; energy.</p>
<p>In response to decisions adopted at the 19th and 20th sessions of the Conference of the Parties to the United Nations Framework Convention on Climate Change (UNFCCC), as a demonstration of its commitment to take part in the aspiration set at International level to fight against the phenomenon of climate change, thus contributing to global efforts to reduce greenhouse gas (GHG) emissions, Angola has embarkedon the process of preparation of its intended determined contributions through a participatory approach. This document therefore presents Angola's Intended Nationally Determined Contribution (INDC) which encompasses for Mitigation purposes both unconditional and conditional measures for the reduction of GHG. Given to its extreme vulnerability to Climate Change impacts in some key economic sectors, Angola's INDC also includespriority Adaptation actions that will enable the strengthening of the resilience of the country towards the attainment of the Long Term Strategy for Development of Angola (2025).</p>
<h3><a id="2__ANGOLAS_MITIGATION_CONTRIBUTION_44"></a>2. ANGOLA’S MITIGATION CONTRIBUTION</h3>
<h3><a id="Objectives_and_expected_trajectories_for_2030_46"></a>Objectives and expected trajectories for 2030</h3>
<p>Greenhouse gases covered<br>
The contribution of Angola is based on the estimation of carbon dioxide (CO<sub>2</sub>), methane (CH<sub>4</sub>) and nitrous oxide (N<sub>2</sub>O) for all economic sectors. F-gases emissions are not counted as they were considered negligible across the country.</p>
<p>Sectoral and geographical coverage<br>
Based on the last GHG inventory, the selected sectors are defined according to the revised IPCC Guidelines 1996 and cover the entire territory.</p>
<p>Base year period and baseline data<br>
The year 2005 is used as the reference year. Data are extracted from the latest national inventory of greenhouse gases and from the database of ENERDATA<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup> . The Global Warming Potential (GWP) values used are those determined by the IPCC for the preparation of national emissions inventories accordingDecision 4/CMP.7 of the UNFCCC by which from 2013 GWP of CH<sub>4</sub> is 25 and not 21, and PWG of N<sub>2</sub>O is 298 and not 310.</p>
<p>For the year 2005, GHG emissions amounted to 66.8 million tons of CO<sub>2</sub>e, of which over 95% stemmed from the fossil fuel consumption. The baseline structure (2005) of GHG emission of Angola by sector shown below indicates the dominance of Energy fuel combustion sector followed by the Agriculture and Change in Land-Use Change and Forestry sectors. In addition, the contribution of the fugitive emissions in the energy sector is clearly evident.</p>
<p><img src="img/AGO-1.png" alt="Baseline structure (2005) of GHG emission of Angola by sector and emissions in the energy sector"><br>
<em>Baseline structure (2005) of GHG emission of Angola by sector and emissions in the energy sector</em></p>
<p>Reference scenario without mitigation policies</p>
<p>The baseline scenario was developed with the GACMO model (Greenhouse gas Abatement Cost Model<sup class="footnote-ref"><a href="#fn2" id="fnref2">[2]</a></sup>) based on linear sectoral projections. It is based on the 2005 inventory of GHG emissions. This inventory was produced according to the revised guidelines of the Intergovernmental Panel on Climate Change (IPCC) and published in the Initial National Communication.The sectoral linear projection estimates the level of GHG emissions without mitigation measures to triple by 2030 from the level of emissions in 2005. More than 90% of these emissions would come from the Energy sector making this the privileged area for the development of mitigation options for Angola</p>
<p>Contribution level</p>
<p>Therefore, the country is committed to stabilize its emissions by reducing GHG emissions up to 50% below BAU emission levels by 2030 through unconditional and conditional actions targeting the following sectors:</p>
<ul>
<li>Power generation from renewable sources; and</li>
<li>Reforestation.</li>
</ul>
<p>Unconditional Reduction</p>
<p>The level of reduction planned unconditionally is expected to be up to 35% by 2030 as compared to the Business As Usual (BAU) scenario, taking 2005 as the reference year.</p>
<p>Conditional Reduction</p>
<p>In a conditional mitigation scenario Angola plans to reduce further its emissions. Therefore, the mitigation options identified in this scenario are expected to reduce an additional 15% below BAU emission levels by 2030. In total, in achieving its unconditional and conditional targets Angola expects to reduce its emissions trajectory by nearly 50% below the BAU scenario across sectors by 2030.</p>
<p><img src="img/AGO-2.png" alt="Baseline scenario and projections of Unconditional and Conditional mitigation scenarios for Angola"><br>
<em>Baseline scenario and projections of Unconditional and Conditional mitigation scenarios for Angola</em></p>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th></th>
<th>2005</th>
<th>2020</th>
<th>2025</th>
<th>2030</th>
</tr>
</thead>
<tbody>
<tr>
<td>Emissions – BAU scenario (ktCO<sub>2</sub>e)</td>
<td rowspan="3">66812</td>
<td>125 778</td>
<td>155 819</td>
<td>193 250</td>
</tr>
<tr>
<td>Emissions - Unconditional scenario (ktCO<sub>2</sub>e)</td>
<td>125 778</td>
<td>124 656 (-20%*)</td>
<td>125 612 (-35%*)</td>
</tr>
<tr>
<td>Emissions - Conditional scenario (ktCO<sub>2</sub>e)</td>
<td>125 778</td>
<td>113748 (-27%*)</td>
<td>96625 (-50%*)</td>
</tr>
</tbody>
</table>
<p>*From the baseline scenario.</p>
<h3><a id="Strategy_and_planning_processes_102"></a>Strategy and planning processes</h3>
<p>For metrics and methodologies Global Warming Potential on a 100 year timescale is used in accordance with the IPCC’s 4th Assessment Report. The contribution is to be developed into an emissions budget for the period 2021 to 2030.</p>
<p>National strategy and unconditional mitigation options<br>
Unconditional Measures are the ongoing projects which funding has been fully identified and the Government of Angola is expected to implement during this INDC timeframe to accomplish a GHG reduction of at least 35% by 2030 as compared to the Business As Usual (BAU) scenario. The table below indicates sector strategies to achieve the mitigation goals in 2030.</p>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Sectors</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Promotion of renewable energy</td>
<td>Even though Angola is an oil-producing country, the potential for renewable energy is significant. With the growing energy demand in Angola, this type of project is seen as priority in the Angolan energy sector strategy. Being an environmentally friendly technology, the renewable-energy projects contribute to sustainable development of the country and will serve as an example for the expansion of this technology locally and nationally. In addition, the production of renewable energy and the dispatching of the entire production to the Angolan electrical system will not only reduce emissions of greenhouse gases (GHGs) but also will mitigate local pollution caused by atmospheric emissions from burning fossil fuel. On the economical perspective, the projects will lead to a reduction on demand from fossils fuels, which are a very expensive item within the national economy. Below are identified some examples of renewable energy projects that are being developed and/or implemented in Angola:
<ol>
<li><strong>Repowering of Cambambe Central I Hydroelectric Power Plant</strong>:<br>
The Cambambe project activity is located on the Municipality of Cambambe, 180 km east of Luanda, the National Capital. The Municipality of Cambambe is located on the south of the Kwanza Province, which is delimited by the Kwanza River. The proposed project comprises an expansion of the installed capacity to the existing Cambambe Hydroelectric Power Plant, from 180 MW to the current 260 MW. The project activity reduces emissions of greenhouse gases (GHGs) by preventing the operation of power plants that use fossil fuels as an energy source. In the absence of project activity, fossil fuels could be burned in power plants that are connected to the grid. An ex ante estimative of emission reductions achieved by the project is of1,529,311 tCO<sub>2</sub>e per year.</li>
<li> <strong>Cambambe Hydroelectric Second Power Plant:</strong><br>
The Cambambe project activity is located on the Municipality of Cambambe, 180 km east of Luanda, the National Capital. The proposed project comprises a capacity addition to the existing Cambambe Hydroelectric Power Plant with installation of additional 700 MW of the actual generation capacity. The project activity reduces emissions of greenhouse gases (GHGs) by preventing the operation of power plants that use fossil fuels as an energy source. In the absence of project activity, fossil fuels burned in power plants that are connected to the grid. An ex ante estimative of annual emission reductions is 3,282,000tCO<sub>2</sub>e per year.</li>
<li><strong>Tombwa Wind Farm</strong><br>
The Tombwa project activity is located on the Municipality of Tombwa, Namibe Province, 1,234 km east of Luanda, the National Capital. The project activity consists of a wind energy conversion into electrical energy, providing an alternative source of renewable energy. The energy generated will be a result of a total installed capacity of 100 MW and will produce power through 50 wind turbines, with a rated individual potency of 2MW. The wind farm has a main objective of generate electricity to the interconnected national system. This energy will reduce the amount of energy produced by the power plants that runs using fossil fuel, inserting renewable energy into the system. Thus, helping to reduce emissions of greenhouse gases and encourage the use of alternative energy technologies. Although the ex-ante estimative of emission reductions are low(<strong>157 258 tCO<sub>2</sub>e per year</strong>), the implementation of the project will mean an important contribution to achieve the government efforts to diversify the energy matrix, with the input of another source of clean energy with low environmental impact.</td>
</tr>
<tr>
<td>Stabilization of emissions in the agriculture production</td>
<td>Angola’s climate diversity allows for the cultivation of a great variety of crops. The national agricultural potential of Angola is high enough that the country has the ability to be self-sufficient. Nevertheless, the sector is characterized mostly by small farmers working under subsistence farming methods. The surface area used for agriculture amounts to about 26% of the territory. GHG emissions in agriculture stem from animal production and wild fires. The objective is to stabilize GHG emissions from these sources. Besides, the country is willing to develop the production of ethanol as an alternative to fossil fuels.</td>
</tr>
<tr>
<td>Industrial processes</td>
<td>Angola’s annual growth in manufacturing rose from 6.5% in 2012 to 8% in 2013 and was driven particularly by wood, cement, and electric materials production. In 2005 GHG emissions of the industry sector were related to activities such as these: breweries, cement, clinker, pastry, crackers and cookies, margarine, beef, animal feed, glass, freezer assembly, etc. The GHG emissions from Industrial processes are estimated to be very low (less than one million tons of CO<sub>2</sub>e).</td>
</tr>
<tr>
<td>Land Use, Land Use Change and Forestry<sup class="footnote-ref"><a href="#fn3" id="fnref3">[3]</a></sup></td>
<td>As regards the resource base, natural forest is the most significant biomass resource in the country, comprising an estimated 59 million hectares according to the latest data with current deforestation rates estimated at 0.2% per year. About 53 million hectares of land are considered to be forests – however of those only 2% are actually made up of dense, humid, high productivity forests, that are very rich in biodiversity, 47.1% comprises of a mosaic of forest and savannah, 45.4% is woodland (miombo) and the remaining percentage is occupied by steppe, mangrove and wetlands. Wood logging is essential to the local population, both economically and socially. The potential for wood cutting each year is estimated at 333,000 m3 and the current rate of cutting is estimated to be 85,000 m3 per year. The calculation of CO<sub>2</sub> emissions and removals from land use changes and forestry is primarily based on the following main activities:- Forestry conversion;- Use of biomass;- Phase-out of harvested land.The sector is thought to have captured close to 3 million tons of CO<sub>2</sub>e in 2005, and the country is committed to increase carbon sequestration from the forestry sector to <strong>5 million tons of CO<sub>2</sub>e per year by 2030</strong>.</td>
</tr>
</tbody>
</table>
<p>Presentation of conditional mitigation options</p>
<p>Key available projects that are expected to maximize the amount of avoided emissions, while concurrently minimizing the level of required upfront investment have been selected as potential mitigation options to be developed conditionally.These mitigation options identified in this scenario are expected to reduce an additional 15% below BAU emission levels by 2030. By undertaking these actions Angola will achieve the potential conditional target of 50 % emissions reductionbelow BAU emission levels by 2030.For this, the Government of Angola will pursue international support to utilize existing and emerging climate finance mechanisms and will encourage investments in green growth development initiatives. These projects are briefly described below and several of them are already on the agenda or subjected to feasibility assessments.</p>
<p>The total funds required for the implementation of these projects are roughly <strong>about 14.7billion USD to reach the mitigation target.</strong></p>
<p><strong>The power sector</strong>:As part of the projectMapping of the Winds and Solar of Angola (Implementing Angolan Ministry: Ministry of Energy and Water. National Directorate of Renewable Energy), which aimed at identifying the most suitable sites for the development of endogenous energy resources,a potential of 8,491MW of renewable sources were identified:</p>
<ul>
<li>681 MW for wind energy projects,</li>
<li>438 MW for solar projects,</li>
<li>640 MW for biomass projects, and</li>
<li>6,732 MW hydroelectric projects</li>
</ul>
<p>With an investment of <strong>11,346 million USD</strong>.</p>
<p>Considering that Angola installed generating capacity was 2,388 MW in the first semester of 2015, of which 41.7% is hydroelectric and 58.3% diesel-generated, and that less than 20% of Angola’s population has access to electricity, with most depending on wood or charcoal, the objective is to promote access to renewable energy. The table presents the list of renewable energy projects to be considered under a conditional contribution by the Angola to the international climate regime.This projects are in the early stages of feasibility assessment. Developing this portfolio of renewable power projects will stabilize the CO<sub>2</sub> emissions by 2030 from the power sector, as these projects enable to respond to the needs of the increasing demand. Considering an investment of 1,138 US$/kW for a large-scale hydropower connected to main grid, 4,500US$/kW for a small-scale hydropower connected to main grid, 1300US$/kW forwind turbines connected to main grid (on- shore) (GACMO), 3,396US$/kW for biomass projectsand 1,500 US$/kW for PV solar.</p>
<p><strong>Under evaluation</strong></p>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>3 projects</th>
<th>190</th>
<th>Small scale hydropower</th>
<th>855</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tômbwa, Namibe province</td>
<td>100</td>
<td>Wind power</td>
<td>130</td>
</tr>
<tr>
<td>CaculoCabaça Hydropower Project</td>
<td>2.172</td>
<td>Large scale hydropower</td>
<td>2.472</td>
</tr>
<tr>
<td>Zenza (1+2)</td>
<td>450 + 120</td>
<td>Large scale hydropower</td>
<td>649</td>
</tr>
<tr>
<td>Tumulo do Cacador</td>
<td>450</td>
<td>Large scale hydropower</td>
<td>512</td>
</tr>
<tr>
<td>Luime</td>
<td>330</td>
<td>Large scale hydropower</td>
<td>376</td>
</tr>
<tr>
<td>Luquixe 2</td>
<td>2</td>
<td>Small scale hydropower</td>
<td>9</td>
</tr>
<tr>
<td>Carianga</td>
<td>381</td>
<td>Large scale hydropower</td>
<td>433.6</td>
</tr>
<tr>
<td>Bembeze</td>
<td>260</td>
<td>Large scale hydropower</td>
<td>295.9</td>
</tr>
<tr>
<td>Salamba</td>
<td>47.9</td>
<td>Large scale hydropower</td>
<td>54.5</td>
</tr>
<tr>
<td>Quissonde</td>
<td>120</td>
<td>Large scale hydropower</td>
<td>136.6</td>
</tr>
<tr>
<td>Quissuca</td>
<td>121</td>
<td>Large scale hydropower</td>
<td>137.7</td>
</tr>
<tr>
<td>Cuteca</td>
<td>203</td>
<td>Large scale hydropower</td>
<td>231.0</td>
</tr>
<tr>
<td>Cafula</td>
<td>403</td>
<td>Large scale hydropower</td>
<td>458.7</td>
</tr>
<tr>
<td>Dala</td>
<td>360</td>
<td>Large scale hydropower</td>
<td>409.7</td>
</tr>
<tr>
<td>Utiundumbo</td>
<td>169</td>
<td>Large scale hydropower</td>
<td>192.3</td>
</tr>
<tr>
<td>Capunda</td>
<td>283</td>
<td>Large scale hydropower</td>
<td>322.1</td>
</tr>
<tr>
<td>Balalunga</td>
<td>217</td>
<td>Large scale hydropower</td>
<td>247.0</td>
</tr>
<tr>
<td>Calindo</td>
<td>58</td>
<td>Large scale hydropower</td>
<td>66.0</td>
</tr>
<tr>
<td>Cuvera</td>
<td>62</td>
<td>Large scale hydropower</td>
<td>70.6</td>
</tr>
<tr>
<td>Cacombo</td>
<td>29</td>
<td>Large scale hydropower</td>
<td>33.0</td>
</tr>
<tr>
<td>Capitongo</td>
<td>41</td>
<td>Large scale hydropower</td>
<td>46.7</td>
</tr>
<tr>
<td>Mucundi</td>
<td>73.5</td>
<td>Large scale hydropower</td>
<td>83.7</td>
</tr>
<tr>
<td>Calengue</td>
<td>190</td>
<td>Large scale hydropower</td>
<td>216.2</td>
</tr>
<tr>
<td>Pampos de Sonhe</td>
<td>37</td>
<td>Wind power</td>
<td>48.1</td>
</tr>
<tr>
<td>Quitobia</td>
<td>103</td>
<td>Wind power</td>
<td>133.9</td>
</tr>
<tr>
<td>Samba caju</td>
<td>84</td>
<td>Wind power</td>
<td>109.2</td>
</tr>
<tr>
<td>Uige</td>
<td>20</td>
<td>Wind power</td>
<td>26</td>
</tr>
<tr>
<td>Maquela do Zombo</td>
<td>10</td>
<td>Wind power</td>
<td>13</td>
</tr>
<tr>
<td>Capande</td>
<td>23</td>
<td>Wind power</td>
<td>29.9</td>
</tr>
<tr>
<td>Hoque</td>
<td>23</td>
<td>Wind power</td>
<td>29.9</td>
</tr>
<tr>
<td>Dunga</td>
<td>103</td>
<td>Wind power</td>
<td>133.9</td>
</tr>
<tr>
<td>Mombollo</td>
<td>41</td>
<td>Wind power</td>
<td>53.3</td>
</tr>
<tr>
<td>Tundavala</td>
<td>23</td>
<td>Wind power</td>
<td>29.9</td>
</tr>
<tr>
<td>Quimone</td>
<td>103</td>
<td>Wind power</td>
<td>133.9</td>
</tr>
<tr>
<td>Huila</td>
<td>11</td>
<td>Wind power</td>
<td>14.3</td>
</tr>
<tr>
<td>Chipindo</td>
<td>6</td>
<td>Solar power plant</td>
<td>9</td>
</tr>
<tr>
<td>Lubango</td>
<td>28</td>
<td>Solar power plant</td>
<td>42</td>
</tr>
<tr>
<td>Kuito</td>
<td>5</td>
<td>Solar power plant</td>
<td>7.5</td>
</tr>
<tr>
<td>CH Gove</td>
<td>5</td>
<td>Solar power plant</td>
<td>7.5</td>
</tr>
<tr>
<td>Caála</td>
<td>5</td>
<td>Solar power plant</td>
<td>7.5</td>
</tr>
<tr>
<td>WakuKungo II</td>
<td>76</td>
<td>Solar power plant</td>
<td>114</td>
</tr>
<tr>
<td>Balém do Dango</td>
<td>20</td>
<td>Solar power plant</td>
<td>30</td>
</tr>
<tr>
<td>WakuKungo I</td>
<td>5</td>
<td>Solar power plant</td>
<td>7.5</td>
</tr>
<tr>
<td>Lubango II</td>
<td>23</td>
<td>Solar power plant</td>
<td>34.5</td>
</tr>
<tr>
<td>Capanda</td>
<td>225</td>
<td>Solar power plant</td>
<td>337.5</td>
</tr>
<tr>
<td>CT Luena</td>
<td>4</td>
<td>Solar power plant</td>
<td>6</td>
</tr>
<tr>
<td>Lucapa</td>
<td>5</td>
<td>Solar power plant</td>
<td>7.5</td>
</tr>
<tr>
<td>CT Dundo</td>
<td>7</td>
<td>Solar power plant</td>
<td>10.5</td>
</tr>
<tr>
<td>CH Chicapa</td>
<td>4</td>
<td>Solar power plant</td>
<td>6</td>
</tr>
<tr>
<td>CT Ondjiva</td>
<td>2</td>
<td>Solar power plant</td>
<td>3</td>
</tr>
<tr>
<td>Camenongue</td>
<td>2</td>
<td>Solar power plant</td>
<td>3</td>
</tr>
<tr>
<td>CTG Fútila</td>
<td>14</td>
<td>Solar power plant</td>
<td>21</td>
</tr>
<tr>
<td>Leua</td>
<td>2</td>
<td>Solar power plant</td>
<td>3</td>
</tr>
<tr>
<td>Luanda</td>
<td>100</td>
<td>Biomass-MSW</td>
<td>533.65</td>
</tr>
<tr>
<td>Benguela/lobito/catumbela</td>
<td>20</td>
<td>Biomass-MSW</td>
<td>110.89</td>
</tr>
<tr>
<td>Altocatumbela</td>
<td>150</td>
<td>Biomass- wasteforest</td>
<td>371.15</td>
</tr>
<tr>
<td>Chinguar</td>
<td>60</td>
<td>Biomass- wasteforest</td>
<td>166.33</td>
</tr>
<tr>
<td>Cuima</td>
<td>60</td>
<td>Biomass- wasteforest</td>
<td>166.3</td>
</tr>
<tr>
<td>Biocom</td>
<td>40</td>
<td>Biomass – sugar cane</td>
<td>115.74</td>
</tr>
<tr>
<td>Lucapa</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>95.45</td>
</tr>
<tr>
<td>Luena</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>95.76</td>
</tr>
<tr>
<td>Luachimo</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>95.67</td>
</tr>
<tr>
<td>Dala</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>95.74</td>
</tr>
<tr>
<td>Chicapa</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>96.56</td>
</tr>
<tr>
<td>Lumeje</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>95.93</td>
</tr>
<tr>
<td>Dinge</td>
<td>30</td>
<td>Biomass- wasteforest</td>
<td>95.41</td>
</tr>
<tr>
<td>Total</td>
<td>8.491</td>
<td></td>
<td>11.346</td>
</tr>
</tbody>
</table>
<ol>
<li>
<p><strong>The use of biomass as energy source</strong>: In Angola about 80% of the population, depend on biomass for their everyday energy purposes, i.e. water heating, cooking and lighting the majority of which are living in rural areas and utilizing biomass as firewood. The demand for wood for charcoal is, therefore, also a significant driver of forest degradation and, subsequently, the release of GHG emissions. Biomass consumption (wood-energy and agricultural residues) remains the main source of domestic energy, and energy in small-scale commercial sectors. This intense cutting of trees to produce and supply charcoal to the urban and periurban areas is putting an extreme pressure on the local resources. Two-thirds of the population in Luanda are living in periurban areas, and approximately 270,000 tons of charcoal are utilized in the capital city annually. Reducing the demand for firewood is, therefore, an important strategy to reduce drivers of deforestation and an exhaustion of Angola's natural resources. Considering that about 1 million tons of charcoal may be used annually in the country, the potential emission reduction from the production of charcoal is estimated <strong>at more than 750,000 tCO<sub>2</sub>/year and at approximate cost of around 300 million USD<sup class="footnote-ref"><a href="#fn4" id="fnref4">[4]</a></sup></strong>.</p>
</li>
<li>
<p><strong>The agriculture sector</strong>: In addition to efforts to mitigate GHG emissions from the agriculture sector, the country intends to promote the use of biofuels, by producing ethanol and sugar, using the experience from Brazil. The objective is to cultivate and harvest 34 thousand hectares of sugarcane in the province of Malange, to process a capacity of 2.25 million tons of raw material per season. The country intends to produce 23 million liters of ethanol and 170 GW of power through co-generation by 2019. The budget is <strong>between 540 million and 1 billion USD</strong>.</p>
</li>
<li>
<p><strong>The Forest Carbon Options</strong>: Angola possesses significant opportunities for initiating large- scale afforestation/reforestation activities, which hold several economic, social and environmental advantages while alleviating the pressure on natural forests. Afforestation and Reforestation of degraded forest lands and mangrove habitats have a strong potential for mitigation purposes. Angola is currently undertaking legislative reforms in the forestry sector, while FAO is assisting the Government of Angola in carrying out a national forestry assessment with the aim of producing comprehensive information on the state of forests in the country. Several large scale afforestation initiatives are currently being planned which includes 50 000ha to be planted in the 10 years; 140 000ha of eucalyptus to be planted in Huila province; 60 000ha of eucalyptus to be planted in the Province of Kuando-Cubango and 25 000ha about to be planted in Malange province in the next five years. Considering that the current cost of planting 1000 ha = 6 250 000 USD the approximate cost of these afforestation initiatives <strong>will amount around 2 billion USD</strong>.</p>
</li>
<li>
<p>Presently, the potential income from REDD+ projects in the country is considered to be substantial. Calculating the potential emission reductions from REDD+ activities in Angola demonstrates that there is mitigation potential if deforestation is avoided completely. Assuming that the baseline is entirely based on historical emissions, avoided emissions are calculated by multiplying the annual deforestation in Angola, estimated to be 124,800 ha per year (based on numbers from the period 1990-2010), by 82 tC/ha, which is the approximate amount of tons of carbon stored per ha in the country's forests. Avoiding deforestation, alone, in Angola has the potential to contribute to more than 35 million tons in CO<sub>2</sub> emission reductions every year. The budget required is above 500 million USD.</p>
</li>
</ol>
<p>The Republic of Angola recognizes the roll that Carbon Market can play for the mobilization of resources and promotion of the development and transfers of climate friendly technology.</p>
<h3><a id="3__ANGOLAS_ADAPTATION_CONTRIBUTION_223"></a>3. ANGOLA’S ADAPTATION CONTRIBUTION</h3>
<p>This Adaptation Intended Contribution is included for the purposes of Information of other Parties and the Public that this is part of the country's intended climate actions, and it does not constitute international obligations of the country.</p>
<p>The Angolan economy has been hit hard by the impact of climate change expressed as prolonged drought, damaging flash floods, forest fires, reduced crop production, reduced water resources, impacted fishing resources, etc. Many of the economy sectors of Angola have been impacted by climate variability in the last thirty years, namely the Agriculture, Coastal Zone, Land-Use, Forests, Ecosystems andBiodiversity, Water resources, Health. However, there are economy sectors which are extremely vulnerable to impacts resulting from the extreme events and which will pose not only serious livelihood and direct health risks but can also affect the economic potential and national food security. The need for adaptation seems thus obvious. The vulnerability increases for higher temperature increases, so adaptation needs will depend on the expected temperature rise.</p>
<p>The Republic of Angola ratified the UNFCCC in 2000 and the Kyoto Protocol in 2007. Angola completed its National Adaptation Programme of Action (NAPA) in 2011. In 2012 Angola submitted its Initial National Communication to the United Nations Framework Convention on Climate Change (UNFCC). Among the priorities identified in the NAPA, two policy measures are noteworthy: revise sectoral laws for proactive adaptation; national institutional mechanism for adaptation planning and mainstreaming. Accordingly, Angola has developed in recent years various national plans and strategies which include activities relevant to climate change, including the:</p>
<ul>
<li>National Strategy for Climate Change (2008);</li>
<li>National Afforestation and Reforestation Strategy (2010);</li>
<li>Strategic Plan of Disaster Risk Management (2011);</li>
<li>National Action Programme to fight Desertification (2014);</li>
</ul>
<p>and, above all, the <em>Strategy of Long-term Development for Angola (2025)</em>. Many of the actions envisaged in these plans and strategies, particularly in the energy sector, are linked to both adaptation and mitigation.</p>
<h3><a id="Objectives_and_Sectoral_Intervention_for_Adaptation_241"></a>Objectives and Sectoral Intervention for Adaptation</h3>
<p>Within the context of this INDC, Angola prioritises the implementation of Adaptation measures in the following main sectors:</p>
<ol>
<li>Agriculture</li>
<li>Coastal Zone</li>
<li>Land-Use, Forests, Ecosystems and Biodiversity</li>
<li>Water resources</li>
<li>Health</li>
</ol>
<p>Presentation of Unconditional Adaptation options</p>
<p>Angola acknowledges that climate change adaptation requires unconditional as well as conditional actions in order to reduce the vulnerability of communities against the expected Climate Change impacts. The unconditional actions (current) are listed below and its implementation costs amounts <strong>to around 500 million USD at current price</strong>.</p>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Project Title</th>
<th>Description</th>
<th>Sector</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">Land Rehabilitation and Rangelands Management in Small Holders Agropastoral Production Systems in Soutwestern Angola (Project RETESA).</td>
<td>To enhance the capacity of southwestern Angola's smallholder agro-pastoral sector to mitigate the impact of land degradation processes and to rehabilitate degraded lands by mainstreaming SLM technologies into agro-pastoral and agricultural development initiatives.</td>
<td rowspan="3">Land rehabilitation, Agriculture</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 15.397</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: FAO</td>
</tr>
<tr>
<td rowspan="3">Enhancing climate change resilience in the Benguela current fisheries system (regional project: Angola, Namibia and South Africa)</td>
<td>The project aims to build resilience and reduce vulnerability of the Benguela Current marine fisheries systems to climate change through strengthened adaptive capacity and implementation of participatory and integrated adaptive strategies in order to ensure food and livelihood security.</td>
<td rowspan="3">Fisheries. Agriculture and food security</td>
</tr>
<tr><td><strong>Total project cost</strong> (US $ million): 16.520</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: FAO</td>
</tr>
<tr>
<td rowspan="3">Promoting climate- resilient development and enhanced adaptive capacity to withstand disaster risks in Angola’s Cuvelai River Basin</td>
<td>The project is focused on strengthening the capacity of national and sub-national entities to monitor climate change, generate reliable hydro-meteorological information (including forecasts) and to be able to combine this information with other environmental and socio-economic data to improve evidence- based decision-making for early warning and adaptation responses as well as planning.</td>
<td rowspan="3">Early warning systems. Disaster risk management</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 37.179</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: UNDP</td>
</tr>
<tr>
<td rowspan="3">Integrating climate change into environment and sustainable land management practices</td>
<td>The project will disseminate sustainable land management and adaptation practices in agro-forestry and land ecology in 350 communities.</td>
<td rowspan="3">Agriculture and food security</td>
</tr>
<tr>
<td><strong>Total project cost (US $ million)</strong>: 24.831</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: AfDB</td>
</tr>
<tr>
<td rowspan="3">Addressing urgent coastal adaptation needs and capacity gaps in Angola</td>
<td>Enhancement of coastal adaptive capacities at the institutional, systemic and community levels; response to urgent needs posed by climate change.</td>
<td rowspan="3">Coastal zones/Marine ecosystems</td>
</tr>
<tr>
<td><strong>Total project cost (US $ million)</strong>: 17.850</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: UNEP</td>
</tr>
<tr>
<td rowspan="3">Disaster risk reduction/ management to support agropastoral communities affected by recurrent droughts and other natural disasters in southern Angola and northern Namibia (Project PIRAN)</td>
<td>The objective is to strengthen food security and DRR/M, and increase the resilience of agro-pastoral livelihoods by increasing capacity to manage risks related to natural disasters at the level of communities and local institutions. The expected results are: improved agricultural and livestock production, health and animal nutrition, soil and water management and management of early warning systems.</td>
<td rowspan="3">Disaster risk management. Agriculture and food security</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 1.600 (1.180 for Angola) for the first year</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: FAO <strong>Donor</strong>: United States of America (USAID/OFDA)</td>
</tr>
<tr>
<td rowspan="3">Integrating Climate Resilience into Agricultural and Agropastoral Production Systems through Soil Fertility Management in Key Productive and Vulnerable Areas Using the Farmers Field School Approach</td>
<td>The project aims to strengthen the climate resilience of the agropastoral production systems in the key vulnerable areas of Angola of the Central Plateau (Bie, Huambo and Malanje). This includes mainstreaming Climate Change Adaptation into agricultural and environmental sector policies, programmes and practices, building capacity and promoting CCA through soil fertility and sustainable land management (SLM) practices by using the Farmers Field School (FFS) approach.</td>
<td rowspan="3">Agriculture and food security. Capacity building</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 32.143</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: FAO</td>
</tr>
<tr>
<td rowspan="3">Promotion of Sustainable Charcoal in Angola through a Value Chain Approach</td>
<td>To reduce the current unsustainable and GHG-intensive biomass production and utilization from Angola's Miombo woodlands via an integrated suite of interventions in the country's charcoal value chain.</td>
<td rowspan="3">Renewable energy. Forestry</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 17.884</td>
</tr>
<tr>
<td><strong>Implementing GEF agency</strong>: UNDP</td>
</tr>
<tr>
<td rowspan="3">The “Solar Village” Programme</td>
<td>The “Solar Village” Programme, launched by the Executive under the National Development Plan (PND) 2013-2017, allowed to date the electrification of 48 villages in different regions of the country, benefiting 100,000 families. The goal of the Executive is to produce by 2025 about 100 megawatts of solar power to all rural areas, an investment estimated at $ 150 million.</td>
<td rowspan="3">Renewable energy.</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 150 (to 2025)</td>
</tr>
<tr>
<td><strong>Implementing Angolan Ministry</strong>: Ministry of Energy and Water. National Directorate of Renewable Energy.</td>
</tr>
<tr>
<td rowspan="2">Construction of hydroelectric and thermal power plants</td>
<td>Construction of hydroelectric and thermal power plants (CaculoCabaça, Soyo …) that will generate about five thousand megawatts, during the period 2013/2017.</td>
<td rowspan="2">Energy</td>
</tr>
<tr>
<td><strong>Implementing Angolan Ministry</strong>: Ministry of Energy and Water. National Directorate of Renewable Energy.</td>
</tr>
<tr>
<td rowspan="2">Energy and Water Sector Action Plan 2013-2017</td>
<td>A characterisation of the two sub-sectors, including infrastructure and the institutional component, which result in commonalities, e.g. the undersizing and operational inefficiency of the systems, the economic-financial imbalance of public enterprises and a lack of skills.</td>
<td rowspan="2">Energy. Water resources</td>
</tr>
<tr>
<td><strong>Total project cost</strong> (US $ million): 29,170</td>
</tr>
</tbody>
</table>
<p>Presentation of Conditional Adaptation options</p>
<p>Adaptation options exist in all sectors, but their context for implementation and potential to reduce climate-related risks differ across sectors. Some adaptation responses involve significant co- benefits, synergies and trade-offs). The adaptation projects identified as priorities in the NAPA are listed in the following Table as well as costing to be expected for each of those options. The estimated cost of implementing the NAPA priority projects <strong>amounts to over 500 million USD</strong> if current inflation rates are applied to 2011 costing.</p>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th></th>
<th>PROJECT TITLE</th>
<th>PROJECT SECTOR</th>
<th>SECTOR COMPONENT(S)</th>
<th>PROJECT COST (USD)</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Promote alternative renewable energies to avoid deforestation*</td>
<td>Energy</td>
<td>Renewable energy, Forestry</td>
<td>3,500,000*</td>
</tr>
<tr>
<td>2</td>
<td>Promote SLM for increased agricultural yields*</td>
<td>Agriculture and food security</td>
<td>Land rehabilitation, Agriculture</td>
<td>5,000,000</td>
</tr>
<tr>
<td>3</td>
<td>Ensure basic access to health services and health monitoring*</td>
<td>Health</td>
<td>Health</td>
<td>3,000,000</td>
</tr>
<tr>
<td>4</td>
<td>Study the vulnerability of the fisheries sector to climate change and current modifications*</td>
<td>Coastal zones/Marine ecosystems</td>
<td>Fisheries, Agriculture and food security</td>
<td>2,000,000</td>
</tr>
<tr>
<td>5</td>
<td>Extend electricity grid to rural areas*</td>
<td>Energy</td>
<td>Electricity provision</td>
<td>5,000,000</td>
</tr>
<tr>
<td>6</td>
<td>Revise sectoral laws for proactive adaptation</td>
<td></td>
<td></td>
<td>2,000,000</td>
</tr>
<tr>
<td>7</td>
<td>Create an early warning system for flooding and storms</td>
<td>Early warning system and disaster risk management</td>
<td>Early warning system</td>
<td>3,500,000</td>
</tr>
<tr>
<td>8</td>
<td>National institutional mechanism for adaptation planning and mainstreaming</td>
<td></td>
<td></td>
<td>2,000,000</td>
</tr>
<tr>
<td>9</td>
<td>Soil erosion control through organic methods</td>
<td>Terrestrial ecosystems</td>
<td></td>
<td>4,000,000</td>
</tr>
<tr>
<td>10</td>
<td>Diversify crops to less climate sensitive cultures</td>
<td>Agriculture and food security</td>
<td></td>
<td>3,000,000</td>
</tr>
<tr>
<td>11</td>
<td>Technology needs assessment</td>
<td></td>
<td></td>
<td>500.000</td>
</tr>
<tr>
<td>12</td>
<td>Locally available adapted seed varieties</td>
<td>Agriculture and food security</td>
<td></td>
<td>5,000,000</td>
</tr>
<tr>
<td>13</td>
<td>Climate monitoring and data management system</td>
<td>Early warning system and disaster risk management</td>
<td></td>
<td>17,500,000</td>
</tr>
<tr>
<td>14</td>
<td>Study the implication of climate change on disease patterns for humans and livestock</td>
<td>Agriculture and food security</td>
<td>Health</td>
<td>1,500,000</td>
</tr>
<tr>
<td>15</td>
<td>Increase water availability through village-level wells and boreholes</td>
<td>Water resources</td>
<td>Water availability and distribution</td>
<td>5,000,000</td>
</tr>
<tr>
<td>16</td>
<td>Implement water resources integrated management</td>
<td>Water resources</td>
<td>Water management</td>
<td>3,000,000</td>
</tr>
<tr>
<td>17</td>
<td>Map areas of erosion risk</td>
<td>Terrestrial ecosystems</td>
<td></td>
<td>1,000,000</td>
</tr>
<tr>
<td>18</td>
<td>Implement water-harvesting system in drought-prone areas</td>
<td>Agriculture and food security</td>
<td>Water resources</td>
<td>3,000,000</td>
</tr>
<tr>
<td>19</td>
<td>Improve knowledge of hydrology</td>
<td>Water resources</td>
<td></td>
<td>2,000,000</td>
</tr>
<tr>
<td>20</td>
<td>Extend water and sanitation network to rural areas</td>
<td>Water resources</td>
<td>Infrastructure</td>
<td>10,000,000</td>
</tr>
<tr>
<td>21</td>
<td>Explore industrial opportunities from climate change</td>
<td></td>
<td></td>
<td>1,000,000</td>
</tr>
<tr>
<td>22</td>
<td>Monitor groundwater</td>
<td>Water resources</td>
<td></td>
<td>3,000,000</td>
</tr>
<tr>
<td>23</td>
<td>Construct flood protection barriers along major rivers</td>
<td>Water resources</td>
<td>Disaster risk management</td>
<td>5,000,000</td>
</tr>
<tr>
<td>24</td>
<td>Study impacts of sedimentation and siltation rates on coastal processes</td>
<td>Coastal zones/marine ecosystems</td>
<td></td>
<td>3,500,000</td>
</tr>
<tr>
<td>25</td>
<td>Improve design and construction of buildings</td>
<td>Infrastructure</td>
<td></td>
<td>1,000,000</td>
</tr>
<tr>
<td>26</td>
<td>Study impact of climate change on hydroelectricity</td>
<td>Water resources</td>
<td>Energy</td>
<td>1,000,000</td>
</tr>
<tr>
<td>27</td>
<td>Revise building codes to promote retreat from flood plains and coastal zones</td>
<td></td>
<td></td>
<td>1,000,000</td>
</tr>
<tr>
<td>28</td>
<td>Construct sea level protection structure</td>
<td>Infrastructure</td>
<td>Coastal zones and marine ecosystems</td>
<td>10,000,000</td>
</tr>
<tr>
<td>29</td>
<td>Study impact of climate change on mining</td>
<td>Energy</td>
<td></td>
<td>500.000</td>
</tr>
<tr>
<td>**Total</td>
<td></td>
<td></td>
<td></td>
<td>107,500,000</td>
</tr>
</tbody>
</table>
<p>* Priority project for which a project profile has been developed<br>
**Not accounting for the inflationary impact of the 2011 costing exercise</p>
<h3><a id="4__FAIRNESS_AND_AMBITION_333"></a>4. FAIRNESS AND AMBITION</h3>
<p>Angola is extremely vulnerable to the impacts of Climate Change and some specific regions of Angola such as the southern regions are already experiencing a regular worsening of droughts and floods, as well as costal degradation and regional and national-level adaptation action plans are in place to address those sectors which have been particularly affected. The estimated global warming of 2°C would imply for Angola severe economic losses for Agriculture sector, a sector that contributes to over 8% of the country GDP and at threat to the stability of food security. The Government of Angola has been diverting own funds to carry out implementation of complementary initiatives addressing these Climate Change impacts.</p>
<p>In addition, Angola is the third-largest economy in Sub-Saharan Africa and a net exporter of fossil fuels, and by now the second largest oil producer in sub-Saharan Africa after Nigeria. According to the country's Initial National Communication (INC) report to the United Nations Framework Convention on Climate Change (UNFCCC) released in 2012 (but based on emission inventory statistics from 2005) Angola only contributed approximately with 66.8 million tons of CO<sub>2</sub>e of Greenhouse Gas Emissions to the atmosphere. This contribution is meagre and represents a small percentage of current global GHG emissions. However, though showing <strong>an insignificant contribution, at 0.1% of the total global emissions, while the per-capita emissions are 4.15 tons of CO<sub>2</sub>e in 2005<sup class="footnote-ref"><a href="#fn5" id="fnref5">[5]</a></sup> compared to the global average<sup class="footnote-ref"><a href="#fn6" id="fnref6">[6]</a></sup></strong>.Angola recognises that in order to meet the 2 degree objective all countries will need to undertake mitigation measures. In fact the Government of Angola has enacted a considerable amount of Laws and Policies as well has developed important sectoral studies which gives an idea of how determined the Government Authorities are to take the country to the forefront of African countries reducing their GHG emissions.Angola's approach focuses on avoiding an increase of emissions per capita beyond the current level, while pursuing its development goals.Through this INDC Angola is determined to reduce its emissions trajectory by <strong>nearly 50% below the BAU scenario by 2030</strong>. In selecting the actions outlined above, Angola has prioritised those which fit with the growth priorities set out in its national development plans in particular the Angola 2025 Policy Document. In addition, Angola has captured the synergies between mitigation and adaptation, not only by prioritising those adaptation activities with significant mitigation co-benefits but also by seeking to minimise the carbon footprint of its adaptation portfolio as a whole. Angola is therefore putting forward Mitigation actions as well as Adaptation measures with mitigation benefits amounting over <strong>15,7 billion USD</strong>that align with a low carbon development pathway, which to be fully implemented would require additional international support in the form of finance, technology transfer and capacity building.</p>
<h3><a id="5__MEANS_OF_IMPLEMENTATION_340"></a>5. MEANS OF IMPLEMENTATION</h3>
<p>Angola's contribution will be implemented following the Government strategy set of pursuing the enforcement/execution of the already enacted laws and policiesso to reduce the gap between the recent vigorous legislative activity and the real implementation of mitigation measures. Within this framework Angola has already engaged with Clean Development Mechanism by submitting a number of important large scale projects. This action will be complemented by the continuation of climate change mitigation/adaptation mainstreaming into the National Plans and Policies as well as the implementation of the National Strategy for the Implementation of UNFCCC and the Kyoto Protocol. This framework comprises: generating reports and inventories about GHG emissions in Angola and their impact on the environment and public health; producing programmes and projects with measures to mitigate climate change; developing technical and professional training actions in areas related to climate change; fostering international co-operation within the context of climate change, particularly in terms of transfer of knowledge, experience and technology. Therefore,Angola will address the clear shortness of human and technical capacity to keep abreast with the real situation of GHG emissions in the various sectors for which Angola will require support to implement capacity building and training at various level and sectors.</p>
<p>The overall preliminary cost of implementing the proposed Mitigation and Adaptation contributions amount to over <strong>15.7 billion USD across sectors up to 2030</strong>. Some of this amount has already been provided by the Government of Angola within the Unconditional Mitigation and Adaptation scenario. Therefore, the implementation of all the Conditional mitigation and adaptation contributions that the country endeavour to deliver will require international support in form of finance, investment, technology development and transfer, and capacity-building to fully accomplish the intended contributions.</p>
<h3><a id="6__SOCIOECONOMIC_BENEFITS_351"></a>6. SOCIO-ECONOMIC BENEFITS</h3>
<p>The accomplishment of the mitigation and adaptation contributions being proposed in the Angolan INDC will undoubtedly bring important benefit for the wider communities and to the rural communities in particular, namely:</p>
<ul>
<li>The climate resilience program includes increasing hydropower plants and other renewable energy sources to provide electricity to rural communities and businesses, replacing diesel fuelled off grid generation.</li>
<li>The implementation of the proposed contribution carries a huge potential of youth job creation in the country either through the local manufacturing/assembly of renewable energy machines/parts or through the forestation and afforestation programmes which demand for labour will be certainly a source of employment for the rural communities.</li>
<li>The eventual support provided by the international community to Angola will strengthen the technical capacity of the country's human resources through assisted training and capacity building programmes.</li>
<li>Finally, overall, both the mitigation and the adaptation actions offered as contribution in the Angolan INDC will certainly enhance the adaptive capacity of the rural population and consequently augmenting their resilience to climate change impacts.</li>
</ul>
<h3><a id="7__GENDER_PERSPECTIVE_362"></a>7. GENDER PERSPECTIVE</h3>
<p>The underlining policies supporting the implementation of the INDC mitigation and adaptation contributions and the actions to be implemented in this context include cross-cutting issues which are gender sensitive and therefore will take into account women as important decision makers regarding energy consumption in particular. Systematically, mitigation and adaptation measures offered in the Angolan INDC emphasize the importance of their implementation avoiding exacerbation of the impacts of climate change that already have disproportionate adverse effects based solely on gender, in particular in the agriculture, water resources and biomass energy sectors.</p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>ENERDATA, 2015 <a href="#fnref1" class="footnote-backref">↩</a></p>
</li>
<li id="fn2" class="footnote-item"><p>JoergenFenhann, UNEP DTU Partnership, e-mail <a href="/cdn-cgi/l/email-protection#eb819a8d8eab8f9f9ec58f80"><span class="__cf_email__" data-cfemail="97fde6f1f2d7f3e3e2b9f3fc">[email protected]</span></a> <a href="#fnref2" class="footnote-backref">↩</a></p>
</li>
<li id="fn3" class="footnote-item"><p>Personal Communication.Forest Development Institute of Angola (IDF). <a href="#fnref3" class="footnote-backref">↩</a></p>
</li>
<li id="fn4" class="footnote-item"><p><a href="http://www.fao.org/docrep/x5555e/x5555e08.htm">http://www.fao.org/docrep/x5555e/x5555e08.htm</a> <a href="#fnref4" class="footnote-backref">↩</a></p>
</li>
<li id="fn5" class="footnote-item"><p>Ministry of Environment.Angola Initial National Communication.(2011) Under the United Nations Framework Convention on Climate Change (UNFCCC).194 p. <a href="#fnref5" class="footnote-backref">↩</a></p>
</li>
<li id="fn6" class="footnote-item"><p>GHG time series 1990-2012 per capita emissions for world countries <a href="http://edgar.jrc.ec.europa.eu/overview.php?v=GHGts_pc1990-2012">http://edgar.jrc.ec.europa.eu/overview.php?v=GHGts_pc1990-2012</a> <a href="#fnref6" class="footnote-backref">↩</a></p>
</li>
</ol>
</section>
<script style="display: none !important;">!function(e,t,r,n,c,a,l){function i(t,r){return r=e.createElement('div'),r.innerHTML='<a href="'+t.replace(/"/g,'')+'"></a>',r.childNodes[0].getAttribute('href')}function o(e,t,r,n){for(r='',n='0x'+e.substr(t,2)|0,t+=2;t<e.length;t+=2)r+=String.fromCharCode('0x'+e.substr(t,2)^n);return i(r)}try{for(c=e.getElementsByTagName('a'),l='/cdn-cgi/l/email-protection#',n=0;n<c.length;n++)try{(t=(a=c[n]).href.indexOf(l))>-1&&(a.href='mailto:'+o(a.href,t+l.length))}catch(e){}for(c=e.querySelectorAll('.__cf_email__'),n=0;n<c.length;n++)try{(a=c[n]).parentNode.replaceChild(e.createTextNode(o(a.getAttribute('data-cfemail'),0)),a)}catch(e){}}catch(e){}}(document);</script></body></html>