Monthly heat released by rainstorms (TRMM, 0.5 deg)
What it measures. Monthly maps of the heat released into the atmosphere as rain forms inside storms, given at different heights, on a half-degree grid.
How it's made. Estimated from TRMM satellite radar measurements of rain (height, intensity, and type), matched against lookup tables built from detailed cloud simulations.
How & where you'd use it. Understanding how tropical rainstorms warm the atmosphere and drive weather and circulation; mainly used in atmospheric and climate research.
What's measured
Coverage & cadence
- Time span1997-12-01 → 2015-04-30
- Measured byTRMM (PR)
- Processing levelLevel 3
- Spatial extent-180, -67, 180, 67
- StatusCOMPLETE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
This is the new (GPM-formated) TRMM product. It replaces the old TRMM_3H25 Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07. Estimating vertical profiles of latent heating released by precipitating cloud systems is one of the key objectives of TRMM, together with accurately measuring the horizontal distribution of tropical rainfall. The method uses TRMM PR information [precipitation-top height (PTH), precipitation rates at the surface and melting level, and rain type] to select heating profiles from lookup tables. Heating-profile lookup tables for the three rain types—convective, shallow stratiform, and anvil rain (deep stratiform with a melting level)—were derived from numerical simulations of tropical cloud systems from the Tropical Ocean and Global Atmosphere Coupled Ocean–Atmosphere Response Experiment (TOGA COARE) utilizing a cloud-resolving model (CRM). The SLH algorithm is severely limited by the inherent sensitivity of the TRMM PR. For latent heating, the quantity required is actually cloud top, but the PR can detect only precipitation-sized particles. Because observed information on precipitation depth is used in addition to precipitation type and intensity, differences between shallow and deep convection are more distinct in the SLH algorithm in comparison with the CSH algorithm. Monthly Spectral Latent Heating produces 0.5 degree x 0.5 degree grid of latent heating profiles from the TRMM PR rain. The grids are in the Planetary Grid 2 structure matching the Dual-frequency PR on the core GPM observatory that covers 67S to 67N degrees of latitudes. Areas beyond the ±40 degrees of latitudes are padded with empty grid cells.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GPM_3HSLH_TRMM",
version="07",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTPS GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- FILE SPECIFICATION DOCUMENT VIEW RELATED INFORMATION
- README Document VIEW RELATED INFORMATION
- Details of the caveats to consider in this product. VIEW RELATED INFORMATION
- Details of the caveats to consider in this product. VIEW RELATED INFORMATION
- TRMM Data Gaps VIEW RELATED INFORMATION