forked from os-climate/hazard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TU Delft separate out standard of protection (os-climate#105)
* TU Delft separate out standard of protection Signed-off-by: Joe Moorhouse <[email protected]> * Lint Signed-off-by: Joe Moorhouse <[email protected]> * Chore: pre-commit autoupdate --------- Signed-off-by: Joe Moorhouse <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f8df905
commit 3bcc181
Showing
7 changed files
with
231 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Flood depth for riverine floods occurring in Europe in the present and future climate, including protection levels | ||
from the FLOPROS database. | ||
Unprotected flood depth for riverine floods occurring in Europe in the present and future climate. | ||
Based on the CLMcom-CCLM4-8-17-EC-EARTH regional climate simulation (EURO-CORDEX), sets are available for RCP 4.5 and RCP 8.5 | ||
for projected (central) years 2035 and 2085. The set has a spatial resolution of 100m and comprises return periods of | ||
for projected (central) years 2035 and 2085. The set has a spatial resolution of 100 m and comprises return periods of | ||
10, 30, 100, 300 and 1000 years. | ||
|
||
The data set is [here](https://data.4tu.nl/datasets/df7b63b0-1114-4515-a562-117ca165dc5b), part of the | ||
[RAIN data set](https://data.4tu.nl/collections/1e84bf47-5838-40cb-b381-64d3497b3b36) | ||
(Risk Analysis of Infrastructure Networks in Response to Extreme Weather). The RAIN report is | ||
[here](http://rain-project.eu/wp-content/uploads/2016/09/D2.5_REPORT_final.pdf). | ||
|
||
To derive this indicator, 'River_flood_extent_X_Y_Z_with_protection' and 'River_flood_depth_X_Y_Z_R' data sets are combined to | ||
yield protected flood depths. | ||
Unprotected flood depths are combined from the 'River_flood_depth_X_Y_Z_R' data sets. | ||
Standard of protection data is separately available using the 'River_flood_extent_X_Y_Z_with_protection' data set | ||
(which makes use of the FLOPROS database), which provides protected flood extent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Maximum and minimum standards of protection for riverine floods occurring in Europe in the present and future climate. | ||
This is derived from a data set of protected flood extent i.e. the minimum return period for which flood depth is non-zero. | ||
|
||
The data set is [here](https://data.4tu.nl/datasets/df7b63b0-1114-4515-a562-117ca165dc5b), part of the | ||
[RAIN data set](https://data.4tu.nl/collections/1e84bf47-5838-40cb-b381-64d3497b3b36) | ||
(Risk Analysis of Infrastructure Networks in Response to Extreme Weather). The RAIN report is | ||
[here](http://rain-project.eu/wp-content/uploads/2016/09/D2.5_REPORT_final.pdf). | ||
|
||
The 'River_flood_extent_X_Y_Z_with_protection' data set is obtained by applying FLOPROS database flood protection standards | ||
on top of a data set of unprotected flood depth. That is, it provides information about flood protection for regions susceptible | ||
to flood. This data set is not simply based on FLOPROS database therefore. | ||
|
||
A minimum and maximum is provided to capture uncertainty in flood protection which vulnerability models may choose to take into | ||
account. The protection bands are those of FLOPROS: 2–10 years, 10–30 years, 30–100 years, 100–300 years, 300–1000 years, 1000–10000 years. | ||
|
||
As an example, if a region has a protected extent of 300 years, this is taken to imply that the area is protected against flood within the | ||
bounds 100-300 years. It is then a modelling choice as to whether protection is taken from the 100 or 300 year flood depth. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.