Extra weather inputs for land models (NLDAS, hourly)
What it measures. An alternate set of hourly weather inputs over North America on a 1/8-degree grid. It carries the same kinds of fields as the primary set but defines temperature, humidity, and wind at heights matched to the source model's terrain.
How it's made. Derived from the NARR regional weather reanalysis, sharpened to a finer grid and filled in hourly, with surface radiation taken straight from NARR without bias correction.
How & where you'd use it. A supplementary 'driver' file for land-surface models; it's a building-block input mainly used by modelers rather than directly by the public.
What's measured
Coverage & cadence
- Time span1979-01-01 → ongoing
- Measured byForcing-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 the secondary forcing hourly data "File B" 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 isnetCDF (converted from the GRIB data files). The non-precipitation land surface forcing fields for NLDAS-2 are derived from the analysis fields of the NCEP North American Regional Reanalysis (NARR). NARR analysis fields are 32-km spatial resolution and 3-hourly temporal frequency. Those NARR fields that are utilized to generate NLDAS-2 forcing fields are spatially interpolated to the finer resolution of the NLDAS 1/8th-degree grid and then temporally disaggregated to the NLDAS hourly frequency. NLDAS-2 is providing a second forcing file, "File B", in which the surface temperature, humidity, and wind fields are represented not at 2-meters and 10-meters above the height of the NLDAS terrain, but rather at the same height above the NLDAS terrain as the height above the NARR terrain of the lowest prognostic level of the NARR assimilation system (namely, the same height above the model terrain as the lowest prognostic level of the mesoscale Eta model, which is the assimilating model in NARR). The surface downward surface radiation field in "File B" is taken directly from NARR, without any bias correction. The precipitation and convective precipitation fields in "File B" are also taken directly from NARR, and are used to calculate the convective fraction provided in "File A". The aerodynamic conductance is "File B" is also taken from NARR. The hourly land surface forcing fields for NLDAS-2 are grouped into two files, "File A" and "File B". "File B" is the secondary (optional) forcing file and contains ten meteorological forcing fields. Details about the generation of the NLDAS-2 forcing datasets 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_FORB0125_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
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Data Reprocessing and Service Changes VIEW RELATED INFORMATION