Modeled dust and haze over High Mountain Asia (12 km)
What it measures. A reconstructed history of dust, soot, and other airborne particles over the High Mountain Asia region, including where they came from, how they heated the air, and where they fell out.
How it's made. Produced by a regional climate-chemistry computer model, kept honest by feeding in real satellite observations of haze and carbon monoxide from the MODIS and MOPITT instruments on the Terra and Aqua satellites.
How & where you'd use it. Helps assess how pollution and dust affect snow and glaciers in the Himalaya and surrounding mountains, which matters for water supplies fed by that ice.
What's measured
Coverage & cadence
- Time span2003-01-01 → 2019-08-31
- Measured byAqua (MODIS) · MODELS (NOT APPLICABLE) · Terra (MODIS, MOPITT)
- Processing levelLevel 4
- Spatial extent44.647, 4.873, 138.953, 57.767
- FormatsnetCDF-4 classic
- 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 contains a 12 km resolution, simulated reanalysis of aerosol transport, chemistry, and deposition over the High Mountain Asia (HMA) region for 1 January 2003 through 31 August 2019. Two-dimensional surface data are provided at one hour intervals. Three-dimensional atmospheric data are provided at three-hour intervals for 35 sigma levels extending from the surface to 50 hPa. Also known as the Model for Atmospheric Transport and Chemistry in Asia (MATCHA), the data comprise a wide range of variables intended to help assess the impacts of aerosols on the cryosphere in the HMA region, including: concentrations of black/brown carbon and other light absorbing particles (LAPs), broken out by source region; longwave/shortwave heating rates due to LAPs; wet/dry deposition of LAPs; precipitation and hydrological data; and meteorological state variables. The simulation was generated using a fully coupled, regional chemistry-climate model (WRF-Chem-CLM-SNICAR), constrained by aerosol optical depth (AOD) and carbon monoxide (CO) satellite observations acquired by the Moderate Resolution Imaging Spectroradiometer (MODIS) and Measurements Of Pollution In The Troposphere (MOPITT) instruments, respectively.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="HMA2_MATCHA",
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 12 km Modeled Estimates of Aerosol Transport, Chemistry, and Deposition Reanalysis, 2003-2019, Version 1 User Guide VIEW RELATED INFORMATION