Full catalog/gpmtmpaiphx
gpmtmpaiphx·v7·dataset

Multi-satellite rainfall estimates (IPHEx campaign)

GPM Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IPHEx V7
atmosphere NASA GHRC_DAAC Level 3 netCDF-4
In plain English

What it measures. Maps of precipitation every three hours during a 2014 field campaign in North Carolina's mountains, showing how much rain fell across complex terrain.

How it's made. A slice of the TMPA product, which merges microwave and infrared satellite data with ground rain-gauge readings and other rain products like TRMM's precipitation radar.

How & where you'd use it. Helped researchers study mountain rainfall and how it drives water flow through the landscape, and serves as a reference for comparing rainfall estimates.

What's measured

Atmosphere › Precipitation › Liquid Precipitation

Coverage & cadence

  • Time span2014-05-01 → 2014-06-16
  • Measured byAqua (AMSR-E) · TRMM (TMI) · DMSP 5D-3/F17 (SSMIS) · DMSP 5D-2/F13 (SSM/I) · DMSP 5D-3/F15 (SSM/I) · NOAA-17 (AMSU-B) · DMSP 5D-2/F14 (SSM/I) · DMSP 5D-3/F16 (SSMIS)
  • Processing levelLevel 3
  • Spatial extent-180, -60, 180, 60
  • FormatsnetCDF-4
  • 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 GPM Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IPHEx dataset is a subset of the TMPA 3B42RT gridded precipitation product selected for the time period of the GPM Ground Validation Integrated Precipitation and Hydrology Experiment (IPHEx) held in North Carolina during May 1, 2014 to June 15, 2014. The goal of IPHEx was to characterize warm season orographic precipitation regimes and the relationship between precipitation regimes and hydrologic processes in regions of complex terrain. This dataset contains 3-hourly, 0.25 degree maps of precipitation derived using microwave (MW), infra-red (IR), surface precipitation gauge measurements, and other rain products that include the TRMM Precipitation Radar (PR) data. The IPHEx TMPA product is available in netCDF-4 and binary formats.

Get the data

gpmtmpaiphx_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="gpmtmpaiphx",
    version="7",
    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 GHRC_DAAC
Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package.