European Coastal Flood Risk
Joint Research Centre
@ecjrc.jrc_liscoast_10009
Joint Research Centre
@ecjrc.jrc_liscoast_10009
In this study we present the results of the coastal flood risk assessment for Europe until the end of the 21st century, by incorporating the impacts of global warming and the different socio-economic development scenarios. The effect of climate change at the extreme total sea level is the main trigger of the increasing coastal inundation and the related losses at the coastal zone. In the absence of further investments on coastal flood protection, the present Expected Annual Damage (EAD) is projected to increase by 2 to 3 orders of magnitude by the end of the century, while the current Expected Annual Number of People Exposed to coastal flooding (EAPE) is projected to reach up to 3.65 million people by that time.
Publisher name: Joint Research Centre
Publisher URL: https://commission.europa.eu/about/departments-and-executive-agencies/joint-research-centre
Last updated: 2024-10-10T14:52:50Z
CREATE TABLE expected_annual_damage (
"country" VARCHAR,
"baseline_2000" DOUBLE -- Baseline (2000),
"sustainability_2050" DOUBLE -- Sustainability (2050),
"sustainability_2100" DOUBLE -- Sustainability (2100),
"fragmented_world_2050" DOUBLE -- Fragmented World (2050),
"fragmented_world_2100" DOUBLE -- Fragmented World (2100),
"fossil_fuel_based_development_2050" DOUBLE -- Fossil Fuel Based Development (2050),
"fossil_fuel_based_development_2100" DOUBLE -- Fossil Fuel Based Development (2100)
);CREATE TABLE expected_annual_damage_per_gdp (
"country" VARCHAR,
"baseline_2000" DOUBLE -- Baseline (2000),
"sustainability_2050" DOUBLE -- Sustainability (2050),
"sustainability_2100" DOUBLE -- Sustainability (2100),
"fragmented_world_2050" DOUBLE -- Fragmented World (2050),
"fragmented_world_2100" DOUBLE -- Fragmented World (2100),
"fossil_fuel_based_development_2050" DOUBLE -- Fossil Fuel Based Development (2050),
"fossil_fuel_based_development_2100" DOUBLE -- Fossil Fuel Based Development (2100)
);CREATE TABLE expected_annual_people_affected (
"country" VARCHAR,
"baseline_2000" BIGINT -- Baseline (2000),
"sustainability_2050" BIGINT -- Sustainability (2050),
"sustainability_2100" BIGINT -- Sustainability (2100),
"fragmented_world_2050" BIGINT -- Fragmented World (2050),
"fragmented_world_2100" BIGINT -- Fragmented World (2100),
"fossil_fuel_based_development_2050" BIGINT -- Fossil Fuel Based Development (2050),
"fossil_fuel_based_development_2100" BIGINT -- Fossil Fuel Based Development (2100)
);Anyone who has the link will be able to view this.