Full catalog/HMA_RCMO_1H
HMA_RCMO_1H·v1·dataset

Hourly climate model runs for High Mountain Asia (4 km)

High Mountain Asia COAWST Hourly 4km Regional Climate Model Simulations V001
cryosphere NASA NSIDC_CPRD Level 3 netCDF-3
In plain English

What it measures. Hourly simulated weather and climate conditions across the High Mountain Asia region at about 4-km detail, with some values as hourly snapshots and others as hourly totals.

How it's made. Generated by a computer climate model (the COAWST system run as a regional climate model) over 15 years, rather than measured by an instrument.

How & where you'd use it. Used by NASA's High Mountain Asia team to study water resources in a region where direct measurements are scarce.

What's measured

CRYOSPHERE › SNOW/ICE › ALBEDOATMOSPHERE › PRECIPITATION › LIQUID PRECIPITATIONATMOSPHERE › ATMOSPHERIC RADIATION › LONGWAVE RADIATIONATMOSPHERE › ATMOSPHERIC WATER VAPOR › WATER VAPOR INDICATORS › HUMIDITY › RELATIVE HUMIDITYATMOSPHERE › ATMOSPHERIC WINDS › SURFACE WINDS › WIND SPEED

Coverage & cadence

  • Time span1999-10-01 → 2014-10-01
  • Measured byMODELS (NOT APPLICABLE)
  • Processing levelLevel 3
  • Spatial extent49.1684, 20.96392, 120.8316, 46.34996
  • FormatsnetCDF-3
  • StatusCOMPLETE

What you can do with it

  • Measure sea ice, snow cover and glaciers
  • Watch ice-sheet elevation change
  • Track freeze/thaw and permafrost
Official description

This data product contains either hourly accumulated or hourly snapshots of modeled data in the High Mountain Asia region, generated by the Coupled-Ocean-Atmosphere-Waves-Sediment Transport (COAWST) modeling system (operated as a regional climate model). These modeled data span 15 years and have been used by the NASA High Mountain Asia Team (HiMAT) to research water resource use.

Get the data

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

results = earthaccess.search_data(
    short_name="HMA_RCMO_1H",
    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.