Subtopic Deep Dive

Standardized Precipitation Evapotranspiration Index
Research Guide

What is Standardized Precipitation Evapotranspiration Index?

The Standardized Precipitation Evapotranspiration Index (SPEI) is a multiscalar drought index that standardizes the difference between precipitation and potential evapotranspiration to account for temperature effects in drought assessment.

SPEI extends the Standardized Precipitation Index (SPI) by incorporating potential evapotranspiration (PET), enabling analysis of drought across multiple timescales from 1 to 48 months (Vicente-Serrano et al., 2009, 8485 citations). Vicente-Serrano et al. (2009) introduced SPEI using log-logistic distributions for standardization. Beguería et al. (2013, 1904 citations) revisited SPEI parameter fitting, evapotranspiration models, and global datasets.

15
Curated Papers
3
Key Challenges

Why It Matters

SPEI detects climate change-driven droughts by including temperature-influenced PET, outperforming precipitation-only indices like SPI in warming scenarios (Vicente-Serrano et al., 2009). Diffenbaugh et al. (2015) applied SPEI to show anthropogenic warming increased California's drought risk by 15-20%. Dai (2010) used SPEI-like metrics to project global aridity increases of 10-30% by 2100 under high-emission scenarios. Vicente-Serrano et al. (2012, 907 citations) validated SPEI for ecological, agricultural, and hydrological impacts across global regions.

Key Research Challenges

PET Model Selection

Choosing evapotranspiration models like Thornthwaite or Penman-Monteith affects SPEI sensitivity to temperature (Beguería et al., 2013). Simpler models underestimate drought in arid regions. Calibration across climates remains inconsistent.

Multiscalar Calibration

Fitting parameters for 1-48 month timescales requires long, high-quality data series (Vicente-Serrano et al., 2009). Short records bias extreme event detection. Regional fitting improves accuracy but demands localized datasets.

Validation Across Sectors

SPEI performance varies for ecological versus agricultural droughts (Vicente-Serrano et al., 2012). Heim (2002, 2008 citations) notes indices like SPEI need sector-specific benchmarks. Keyantash and Dracup (2002, 1252 citations) highlight tractability issues in hydrological applications.

Essential Papers

1.

A Multiscalar Drought Index Sensitive to Global Warming: The Standardized Precipitation Evapotranspiration Index

Sergio M. Vicente‐Serrano, Santiago Beguerı́a, Juan Ignacio López‐Moreno · 2009 · Journal of Climate · 8.5K citations

Abstract The authors propose a new climatic drought index: the standardized precipitation evapotranspiration index (SPEI). The SPEI is based on precipitation and temperature data, and it has the ad...

2.

Drought under global warming: a review

Aiguo Dai · 2010 · Wiley Interdisciplinary Reviews Climate Change · 3.4K citations

Abstract This article reviews recent literature on drought of the last millennium, followed by an update on global aridity changes from 1950 to 2008. Projected future aridity is presented based on ...

3.

A Review of Twentieth-Century Drought Indices Used in the United States

Richard R. Heim · 2002 · Bulletin of the American Meteorological Society · 2.0K citations

The monitoring and analysis of drought have long suffered from the lack of an adequate definition of the phenomenon. As a result, drought indices have slowly evolved during the last two centuries f...

4.

Standardized precipitation evapotranspiration index (SPEI) revisited: parameter fitting, evapotranspiration models, tools, datasets and drought monitoring

Santiago Beguerı́a, Sergio M. Vicente‐Serrano, Fergus Reig et al. · 2013 · International Journal of Climatology · 1.9K citations

48 págs., 25 figs. Available online 21 December 2013. The definitive version is available at: http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1097-0088

5.

Anthropogenic warming has increased drought risk in California

Noah S. Diffenbaugh, Daniel L. Swain, Danielle Touma · 2015 · Proceedings of the National Academy of Sciences · 1.4K citations

Significance California ranks first in the United States in population, economic activity, and agricultural value. The state is currently experiencing a record-setting drought, which has led to acu...

6.

The Quantification of Drought: An Evaluation of Drought Indices

J. Keyantash, John A. Dracup · 2002 · Bulletin of the American Meteorological Society · 1.3K citations

Indices for objectively quantifying the severity of meteorological, agricultural, and hydrological forms of drought are discussed. Indices for each drought form are judged according to six weighted...

7.

Drought Reconstructions for the Continental United States*

Edward R. Cook, David M. Meko, David W. Stahle et al. · 1999 · Journal of Climate · 1.2K citations

The development of a 2° lat × 3° long grid of summer drought reconstructions for the continental United States estimated from a dense network of annual tree-ring chronologies is described. The drou...

Reading Guide

Foundational Papers

Start with Vicente-Serrano et al. (2009) for SPEI definition and multiscalar math; follow with Heim (2002) for historical index context and Keyantash & Dracup (2002) for evaluation criteria.

Recent Advances

Study Beguería et al. (2013) for computational tools; Diffenbaugh et al. (2015) for California case; Spinoni et al. (2017) for European projections.

Core Methods

Log-logistic standardization of P-PET; PET via Thornthwaite (simple, temperature-only) or Penman-Monteith (full physics); R package 'SPEI' or Python 'climate-indices' for implementation (Beguería et al., 2013).

How PapersFlow Helps You Research Standardized Precipitation Evapotranspiration Index

Discover & Search

Research Agent uses searchPapers('SPEI drought index Vicente-Serrano') to retrieve Vicente-Serrano et al. (2009) with 8485 citations, then citationGraph to map 500+ citing works on SPEI applications, and findSimilarPapers to uncover Beguería et al. (2013) for parameter tools.

Analyze & Verify

Analysis Agent applies readPaperContent on Vicente-Serrano et al. (2009) to extract SPEI formulas, verifies multiscalar claims via verifyResponse (CoVe) against Dai (2010), and runs PythonAnalysis with NumPy/pandas to recompute SPEI from sample precipitation-PET data, graded A via GRADE for statistical rigor.

Synthesize & Write

Synthesis Agent detects gaps in SPEI validation for tropics via contradiction flagging across Vicente-Serrano et al. (2012) and Spinoni et al. (2017); Writing Agent uses latexEditText to draft equations, latexSyncCitations for 10+ refs, latexCompile for PDF, and exportMermaid for SPEI vs SPI comparison flowcharts.

Use Cases

"Compute SPEI-12 for sample monthly precip/temp data and plot drought severity"

Research Agent → searchPapers('SPEI computation Begueria') → Analysis Agent → runPythonAnalysis (pandas for PET calc, scipy.stats.logistic fit, matplotlib drought plot) → researcher gets validated SPEI time series CSV and figure.

"Compare SPEI and SPI performance in California droughts 2000-2020"

Research Agent → exaSearch('SPEI California Diffenbaugh') → Synthesis Agent → gap detection → Writing Agent → latexEditText for methods/results, latexSyncCitations (Diffenbaugh 2015 et al.), latexCompile → researcher gets LaTeX manuscript with tables/figures.

"Find GitHub repos implementing SPEI in R or Python"

Research Agent → searchPapers('SPEI software Begueria 2013') → Code Discovery (paperExtractUrls → paperFindGithubRepo → githubRepoInspect) → researcher gets top 3 repos with code snippets, install instructions, and SPEI validation benchmarks.

Automated Workflows

Deep Research workflow scans 50+ SPEI papers via searchPapers → citationGraph → structured report ranking indices by Heim (2002) criteria. DeepScan applies 7-step CoVe to verify Beguería et al. (2013) tools against global datasets with runPythonAnalysis checkpoints. Theorizer generates hypotheses on SPEI under +2°C warming from Dai (2010) and Cook et al. (2014).

Frequently Asked Questions

What defines the SPEI?

SPEI standardizes precipitation minus PET using log-logistic distributions across 1-48 month scales (Vicente-Serrano et al., 2009).

What are core SPEI computation methods?

Compute climatic balance P-PET, apply 3-parameter log-logistic fit, standardize to mean 0/SD 1; use Thornthwaite or Hargreaves for PET (Beguería et al., 2013).

What are key SPEI papers?

Vicente-Serrano et al. (2009, 8485 citations) introduced SPEI; Beguería et al. (2013, 1904 citations) provides tools/datasets; Vicente-Serrano et al. (2012, 907 citations) assesses multi-sector performance.

What are open problems in SPEI research?

Improving PET models for non-temperate climates, harmonizing multiscalar parameters globally, and integrating real-time satellite data for monitoring (Spinoni et al., 2017; Beguería et al., 2013).

Research Hydrology and Drought Analysis with AI

PapersFlow provides specialized AI tools for Environmental Science researchers. Here are the most relevant for this topic:

See how researchers in Earth & Environmental Sciences use PapersFlow

Field-specific workflows, example queries, and use cases.

Earth & Environmental Sciences Guide

Start Researching Standardized Precipitation Evapotranspiration Index with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Environmental Science researchers