Hourly land water, heat and energy model (US)
What it measures. An hourly computer simulation of conditions at and just below the land surface across North America, including runoff, soil wetness at several depths, soil temperature, and how water and heat move through the ground. It is provided on a grid of about 1/8th of a degree.
How it's made. Generated by the Noah land-surface model as part of the North American Land Data Assimilation System, blending observations and physics rather than coming straight from a single satellite.
How & where you'd use it. Useful for drought monitoring, water resource planning, flood forecasting, and feeding weather and climate models with realistic land conditions.
What's measured
Coverage & cadence
- Time span1979-01-02 → ongoing
- Measured byNoah-LSM (NOT APPLICABLE)
- Processing levelLevel 4
- Spatial extent-125, 25, -67, 53
- StatusACTIVE
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 fifty-three fields simulated from the Noah land-surface model (LSM) for Phase 2 of the North American Land Data Assimilation System (NLDAS-2). The data are in 1/8th degree grid spacing and range from Jan 1979 to the present. The temporal resolution is hourly. The file format is netCDF (converted from the GRIB format). The Noah model was developed as the land component of the NOAA NCEP mesoscale Eta model [Betts et al. (1997); Chen et al. (1997); Ek et al. (2003)]. As used in NLDAS-2, recent modifications were made to Noah's cold-season [Livneh et al. (2010)] and warm-season [Wei et al. (2012)] parameterizations. Noah serves as the land component in the evolving Weather Research and Forecasting (WRF) regional atmospheric model, the NOAA NCEP coupled Climate Forecast System (CFS), and the Global Forecast System (GFS). The model simulates the soil freeze-thaw process and its impact on soil heating/cooling and transpiration, following Koren et al. (1999). The model has four soil layers with spatially invariant thicknesses of 10, 30, 60, and 100 cm. The first three layers form the root zone in non-forested regions, with the fourth layer included in forested regions. Details about the NLDAS-2 configuration of the Noah LSM can be found in Xia et al. (2012).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NLDAS_NOAH0125_H",
version="2.0",
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 GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTPS. GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- README Document VIEW RELATED INFORMATION
- How to read and plot the data. VIEW RELATED INFORMATION
- GES DISC Hydrology Documentation VIEW RELATED INFORMATION
- GES DISC Hydrology Time Series VIEW RELATED INFORMATION
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Data Reprocessing and Service Changes VIEW RELATED INFORMATION