Modeled daily land and snow conditions, High Mountain Asia
What it measures. Daily estimates of the water and land conditions across High Mountain Asia, covering more than 30 measures including snow depth, snow water content, soil moisture, temperatures, evaporation, and streamflow.
How it's made. Generated by the Noah-MP land surface model, a physics-based simulation driven by precipitation and other inputs tailored to the region, spanning 2003 to 2020.
How & where you'd use it. Useful for understanding water supply, snowpack, and hydrology in a mountainous region whose rivers feed billions of people; this is modeled data rather than direct measurements.
What's measured
Coverage & cadence
- Time span2003-01-01 → 2020-12-31
- Measured byMODELS (NOT APPLICABLE)
- Processing levelLevel 4
- Spatial extent60, 20, 111, 46
- FormatsnetCDF-3
- StatusCOMPLETE
What you can do with it
- Follow rainfall, floods and surface-water extent
- Track soil moisture and the onset of drought
- Monitor lakes, rivers and groundwater storage
Official description
This data set consists of a water budget reanalysis for the High Mountain Asia (HMA) region spanning the years 2003 through 2020. Estimates are provided for more than 30 parameters, including storages; fluxes; snow depth, extent, and snow water equivalent; temperature (land surface, soil, snow, and ice); surface albedo; soil moisture; evapotranspiration; and streamflow. The data were generated using the Noah Multi-Parameterization (Noah-MP) land surface model (Version 4.0.1), driven by precipitation estimates and hydrological inputs developed specifically for HMA.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="HMA2_NLSMR",
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 0.05 x 0.05 deg Noah-MP Land Surface Model Reanalysis, Version 1 User Guide VIEW RELATED INFORMATION