diff --git a/docs/4_user_guide/projections/climate.qmd b/docs/4_user_guide/projections/climate.qmd index 3dbf52419..27780ac59 100644 --- a/docs/4_user_guide/projections/climate.qmd +++ b/docs/4_user_guide/projections/climate.qmd @@ -6,11 +6,57 @@ lightbox: auto --- This section will describe how future projections of [sea level rise](#sea-level-rise), [precipitation](#increase-precipitation) and [tropical storm frequencies](#increased-storm-frequency) are specified and implemented in FloodAdapt. +![**Climate projections in FloodAdapt: sea level rise, increased storm frequencies, precipitation changes**](../../_static/images/projections_climate.png){width=70% fig-align=left #fig-projectionsClimate} + + ## Sea level rise -Coming soon +There are two ways to specify sea level rise in the projections window: ***manually*** and ***from scenario***. + +If you select ***manually***, you can type a number in the "Sea Level Rise" (see @fig-projectionsSLR_manual). You can then give your projection a name and (optionally) a description and click "OK" and your projection will show up in the FlodoAdapt Projections tab. + +![**Manually entering a sea level rise projection**](../../_static/images/projections_SLR_manual.png){width=70% fig-align=left #fig-projectionsSLR_manual} + +If you select ***from scenario***, a dropdown box will appear from which you can select the sea level rise scenario you want to use (see @fig-projectionsSLR). These options are configurable and are specified at system setup. Once you select a scenario, you specify a year and FloodAdapt will automatically calculate the sea level rise for that year, using the selected sea level rise scenario. You can then give your projection a name and (optionally) a description and click "OK" and your projection will show up in the FlodoAdapt Projections tab. + +![**Using a sea level rise scenario and a year to enter a sea level rise projection**](../../_static/images/projections_SLR.png){width=70% fig-align=left #fig-projectionsSLR} + +::: {.callout-note} +## Sea level rise - since when? +Sea level rise scenarios have a starting point where sea level rise is zero (often, but not necessarily, starting at the year 2000). FloodAdapt corrects for this, using the 'current year', which is specified at system setup. So when a user chooses the "from scenario" option to input a sea level rise projection for a future year, the sea level rise that is shown in the projections window is relative to the current year. This is done by subtracting the projected rise between the starting point and the current year, for each sea level rise scenario. +::: + +::: {.callout-note} +## How is the sea level rise projection represented in the modeling? +When a user runs a scenario with a sea level rise projection, the sea level rise is added to the flood model's coastal boundary condition. FloodAdapt treats this addition differently depending on the type of event. For a [recent event using gauged water levels](../events/historic_events/historic_events_gauged.qmd), the sea level rise in the current year relative to mean sea level is already represented in the measured water levels, so only the relative rise between the current year and future year is added. For a [recent event without gauged water levels](../events/historic_events/historic_events_ungauged.qmd) and for a [historical hurricane](../events/historic_events/historic_events_hurricane.qmd), the offshore model calculates the nearshore coastal water levels relative to mean sea level. To correct for the sea level rise in the current year relative to mean sea level, an 'offset' is added which is specified at system set-up. On top of this, the relative sea level rise between the current year and the future year is added to represent the future conditions. +::: -## Increase precipitation -Coming soon +## Increased precipitation +An increase in precipitation is given as a percentage in the projections window (see @fig-projectionsPrecip). You can give the projection a name and (optionally) a description and click "OK" and the projection will be added in the projections tab. + +### Why is this only for probabilistic event sets? +In the projection window, you see an indication that increased precipitation is for probabilistic events only. This is because for a single event, a user can explore a 'what-if' scenario about increased rainfall by adjusting the rainfall when they define an event (with the precipitation magnifier for a [historical event](../events/historic_events/historic_events_gauged.qmd#rainfall-magnifier-with-the-timeseries-and-map-options), or with complete flexibility in defining rainfall for a [synthetic event](../events/synthetic_events.qmd)). For [probabilistic event sets](../events/probabilistic_events.qmd), the precpitation change needs to be applied to every event in the set, something that the user cannot do via the events tab. + +::: {.callout-note} +## What happens if I choose this projection for a single event scenario? +If you choose a projection of increased precipitation for a single event, it will work exactly as expected, and is identical to the precipitation magnifier option when you define your event. If you prefer to specify the increased precipitation via the projections tab instead of as a precipitation magnifier in the event tab, that is completely fine! Just be careful not to choose both, or the increase will be applied twice. +::: + +![**Entering increased precipitation as a percentage increase**](../../_static/images/projections_precip.png){width=70% fig-align=left #fig-projectionsPrecip} ## Increased storm frequency -Coming soon \ No newline at end of file +An increase in storm frequency is given as a percentage in the projections window (see @fig-projectionsPrecip). This percentage is treated as an increase in the occurrence frequency of each tropical storm event in a probabilistic event set. This influences the return period flood maps and risk estimates, because when storms occur more frequently, the chance of storm flooding, and hence risk, increases. + +::: callout-tip +## Example - increased storm frequency +For example, if you select a storm frequency increase of 10%, and a tropical storm in the event set had an occurrence frequency of once in 50 years (0.02), the increased frequency of this storm would be 0.22, or once in about 45 years. +::: + +### Why is this only for probabilistic event sets? +The change in storm frequency will only affect the frequency of the storm. This frequency is used in the derivation of return period flood maps and the calculation of expected annual damages. For a single event, this frequency is not used. + +::: {.callout-note} +## What happens if I choose this projection for a single event scenario? +If you choose a projection of increased storm frequency for a single event, it will have no effect. The frequency is only used when calculating return period flood maps and risk, and for a single event scenario will play no role. It won't do any harm, but it won't have any effect on the resulting event-scenario flood and impact results. +::: + +![**Entering increased storm frequency as a percentage increase**](../../_static/images/projections_stormFreq.png){width=70% fig-align=left #fig-projectionsPrecip} \ No newline at end of file diff --git a/docs/4_user_guide/projections/index.qmd b/docs/4_user_guide/projections/index.qmd index 5ed1e50d2..e47e55716 100644 --- a/docs/4_user_guide/projections/index.qmd +++ b/docs/4_user_guide/projections/index.qmd @@ -6,7 +6,13 @@ lightbox: auto --- FloodAdapt can simulate future climate and socio-economic conditions. -![**Projections about the future that FloodAdapt can simulate: sea level rise, increased tropical storm frequencies, precipitation changes, population growth, and economic growth**](../../_static/images/projections.png){#fig-projections} +![**FloodAdapt can simulate future [climate projections]{.underline} - sea level rise, increased tropical storm frequencies, precipitation changes, and [socio-economic projections]{.underline} - population growth and economic growth**](../../_static/images/projections.png){#fig-projections} + +On the Projections Tab in FloodAdapt, click 'Add Projection' to open the projections window (see @fig-projectionWindow) + +![**Projections window on the Projections tab in FloodAdapt**](../../_static/images/Projection_window.png){#fig-projectionWindow} + +In this window you can specify a [climate projection](climate.qmd), a [socio-economic projection](socioEconomic.qmd), or a combination (for example: 10% population growth with 1 foot of SLR). Click the following links to learn more about how climate and socio-economic projections can be specified in FloodAdapt, and how they are represented in the modeling. diff --git a/docs/_static/images/Projection_window.png b/docs/_static/images/Projection_window.png new file mode 100644 index 000000000..a1abfbb4a Binary files /dev/null and b/docs/_static/images/Projection_window.png differ diff --git a/docs/_static/images/green_infra_CRC.png b/docs/_static/images/green_infra_CRC.png new file mode 100644 index 000000000..221deb645 Binary files /dev/null and b/docs/_static/images/green_infra_CRC.png differ diff --git a/docs/_static/images/projections_SLR.png b/docs/_static/images/projections_SLR.png new file mode 100644 index 000000000..6b7df234e Binary files /dev/null and b/docs/_static/images/projections_SLR.png differ diff --git a/docs/_static/images/projections_SLR_manual.png b/docs/_static/images/projections_SLR_manual.png new file mode 100644 index 000000000..af0cdd87d Binary files /dev/null and b/docs/_static/images/projections_SLR_manual.png differ diff --git a/docs/_static/images/projections_climate.png b/docs/_static/images/projections_climate.png new file mode 100644 index 000000000..6971fd434 Binary files /dev/null and b/docs/_static/images/projections_climate.png differ diff --git a/docs/_static/images/projections_precip.png b/docs/_static/images/projections_precip.png new file mode 100644 index 000000000..cbca94135 Binary files /dev/null and b/docs/_static/images/projections_precip.png differ diff --git a/docs/_static/images/projections_screen.png b/docs/_static/images/projections_screen.png new file mode 100644 index 000000000..2695132c3 Binary files /dev/null and b/docs/_static/images/projections_screen.png differ diff --git a/docs/_static/images/projections_stormFreq.png b/docs/_static/images/projections_stormFreq.png new file mode 100644 index 000000000..a3be67b06 Binary files /dev/null and b/docs/_static/images/projections_stormFreq.png differ