Skip to content

Commit e397965

Browse files
committed
Update CI pages
1 parent b942dfc commit e397965

File tree

4 files changed

+9
-73
lines changed

4 files changed

+9
-73
lines changed

docs/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parts:
1919
- file: docs/global-exposure
2020
- file: docs/global-vulnerability
2121
- file: docs/disaster-data
22-
- file: docs/climate-data
22+
- file: docs/climate-indices
2323
- file: docs/rdl
2424
- file: docs/external-data
2525
- caption: Disaster Risk Analytics

docs/climate-data.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/climate-indices.md

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,9 @@
11
# Climate indices
22

3-
The climate component offers an overview of climate indices related to hydro-meteorological hazards based on the most updated information (**CMIP6**).
4-
The related tool provides aggregated statistics at boundary level (country or subnational level) for a selection of:
5-
1) climate-related hazards
6-
2) country
7-
3) time periods
3+
The climate component offers an overview of climate indices related to hydro-meteorological hazards based on the most updated climate modelling (**CMIP6**).
4+
The [Climate Indices tools](run_ci) allow to compute climate indices for the desired sub-national boundary level.
85

9-
The data can be aggregated:
10-
- across time (20 years windows) for representation of spatial distribution at sub-national level (**Map output**)
11-
```
12-
ADM1_mean(Ensemble_p50(Period_mean(anomaly/hist_SD)))
13-
```
14-
```{figure} images/ci_adm.png
15-
---
16-
align: center
17-
---
18-
Example of mean standardardised anomaly (ensemble median) plotted for one climate index over Pakistan, period 2040-2060, 3 SSP scenarios - mean for subnational unit.
19-
```
20-
- across space (country boundaries) for time-series representation (**Chart output**)
21-
```
22-
Ensemble_p10(ADM0_mean(anomaly/hist_SD))
23-
Ensemble_p50(ADM0_mean(anomaly/hist_SD))
24-
Ensemble_p90(ADM0_mean(anomaly/hist_SD))
25-
```
26-
```{figure} images/ci_tseries.png
27-
---
28-
align: center
29-
---
30-
Example of mean standardardised anomaly (ensemble median) plotted for one climate index over Pakistan, time-series up to 2100, 3 SSP scenarios - mean at country level.
31-
```
32-
33-
The table summarises the relevant climate indices and related time scale.
6+
The table summarises relationship between climate indices and hazard trends.
347

358
| Name | Description | Time-scale |
369
|:--------:|:---------------------------------------------:|:------------:|
@@ -44,10 +17,9 @@ The table summarises the relevant climate indices and related time scale.
4417
| Heat | WBGT or UTCI [°C] - bias adjusted | Daily |
4518
| tmean | Mean surface temperature [°C] | Monthly |
4619

47-
## Input data
48-
The climate indices are primarily sourced from the [**WB Cimate Change Knowledge Portal**](https://climateknowledgeportal.worldbank.org). Additional indice such as drought indices are obtained from external sources.
49-
50-
### Sources of CMIP6 data
20+
## Data sources
21+
The climate indices are primarily sourced from the [**WB Cimate Change Knowledge Portal**](https://climateknowledgeportal.worldbank.org).
22+
Additional indices could also be obtained from external sources.
5123

5224
| **Name** | **Developer** | **Description** | **Data format** |
5325
| --- |:---:|---|---|
@@ -56,20 +28,10 @@ The climate indices are primarily sourced from the [**WB Cimate Change Knowledge
5628
| [IPCC atlas](https://interactive-atlas.ipcc.ch/regional-information) | IPCC | Selection of climate variables for a range of periods and scenario | Table, geodata, maps, charts |
5729
| [Global Drought Indices](https://data.ceda.ac.uk/badc/hydro-jules/data/Global_drought_indices) | CEDA | Global high-resolution drought datasets from 1981-2022 | Geodata |       
5830

59-
### Dimensions:
31+
## Dimensions:
6032
- **SSP:** socio-climatic scenarios SSP1/RCP2.6, SSP2/RCP4.5, SSP3/RCP7.0, SSP5/RCP8
6133
- **Models ensemble range:** percentiles p10, p50, p90
6234
- **Period:** {Historical (1981-2015)}, [Near term (2020-2039), Medium term (2040-2059), Long term (2060-2079), End of century (2080-2099)]
6335
- **Time scale:** Annual (R10mm, CWD, slr, SPEI); Monthly (Rxday, R99p, tmean); Daily (Heat)
6436
- **Value statistic:** {P10, P50, P90, SD}, [P10, P50, P90]
6537

66-
### Script setup [WIP]
67-
68-
69-
### Processing
70-
- Runs over one selected country and for a specific set of indices depending on selected hazard
71-
- Consider four SSP-RCP scenarios (SSP1-2.6; SSP2-4.5; SSP3-7.0; SSP5-8.5)
72-
- Consider four 20-years periods (near term, medium term, long term, end of century)
73-
- Calculate median, 10th percentile (p10) and 90th percentile (p90) of standardised anomaly across models in the ensemble ([more details](https://climateinformation.org/confidence-and-robustness/how-to-interpret-agreement-ensemble-value-range/))
74-
- Plot maps and timeseries
75-
- Exported results as multi-tab excel (table) and multi-layer geopackage (vector)

docs/run_ci.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(run_ci)=
12
# Climate Indices Analytics
23

34
Choose from a selection of climate indices to analyze temperature extremes, precipitation patterns, heat stress indicators, and drought metrics.

0 commit comments

Comments
 (0)