From 63926ba88bef2cd55ee70dfe758c66eef9f423e3 Mon Sep 17 00:00:00 2001 From: CapMar00 Date: Fri, 28 Jun 2024 16:24:45 +0200 Subject: [PATCH] minor changes --- handbook/chapters/02-drought-focus/indices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/chapters/02-drought-focus/indices.md b/handbook/chapters/02-drought-focus/indices.md index 1f7a426..0dfe721 100644 --- a/handbook/chapters/02-drought-focus/indices.md +++ b/handbook/chapters/02-drought-focus/indices.md @@ -22,7 +22,7 @@ For our analysis we will focus on two indices: **SPI** and **SPEI**. The **Standardized Precipitation Index** (**SPI**) is an index used to measure drought intensity. It works by comparing the amount of rainfall in a specific period to the historical average for that same period. This helps determine how much more, or less, it has rained compared to usual conditions. -This global **SPI** is calculated using data from the {ref}`era5-dataset`. This **SPI** can examine rainfall over various timescales, including 1, 2, 3, 6, 9, and 12 months, allowing for a detailed analysis of short-term fluctuations and long-term trends in precipitation. +This global **SPI** is calculated using data from the {ref}`era5-dataset`. This **SPI** can examine rainfall over various timescales, including 1, 2, 3, 6, 9, 12, 36 and 48 months, allowing for a detailed analysis of short-term fluctuations and long-term trends in precipitation. ```{tip}