Projected rain and temperature for High Mountain Asia (daily, 5 km)
What it measures. Projected daily rainfall and near-surface air temperature for the High Mountain Asia region, looking ahead from 2015 through 2100 at a fine 5 km scale.
How it's made. Created by taking coarse output from the GFDL SPEAR climate model and statistically sharpening (downscaling) it to local detail; a historical run for 1990-2014 is also provided.
How & where you'd use it. Offers two future scenarios (a moderate and a high-emissions path) to help anticipate how climate change may affect water, snow, and conditions across this mountainous, glacier-fed region.
What's measured
Coverage & cadence
- Time span1990-01-01 → 2014-12-31
- Measured byMODELS (NOT APPLICABLE)
- Processing levelLevel 4
- Spatial extent60.025, 20.025, 110.975, 45.975
- 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 data set consists of daily, 5 km resolution precipitation and mean, near-surface air temperature projections from 2015 through 2100 for the High Mountain Asia (HMA) region. The data were generated by statistically downscaling 0.5° resolution model data from the Geophysical Fluid Dynamic Laboratory (GFDL) Seamless System for Prediction and EArth System Research (SPEAR) 30-member ensemble climate model. Projections are provided for two Shared Socioeconomic Pathways (SSPs): SSP2-4.5 and SSP5 8.5. A historical model run from 1990 through 2014 is also available.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="HMA2_DSPAT",
version="1",
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 NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- High Mountain Asia Daily 5 km Downscaled SPEAR Precipitation and Air Temperature Projections, Version 1 User Guide VIEW RELATED INFORMATION