ETFlowClimate
GLDAS Noah Land Surface Model
Global Land Data Assimilation System, version 2.1. Modelled ET, soil moisture, runoff and snow.
Noah land surface model output forced by a mix of reanalysis and observation-based data, giving a consistent set of water balance terms: evapotranspiration, surface and subsurface runoff, soil moisture in four layers and snow water equivalent. GLDAS-2.0 extends back to 1948.
- Source
- National Aeronautics and Space Administration
- Resolution
- 0.25°
- Data type
- Raster
- Time span
- 2000–present
- Temporal
- 3-hourly and monthly
- Access type
- Download with free login · Free NASA Earthdata login
- Formats
- NetCDF
- Coverage
- Global land (60°S – 90°N) (-180, -60, 180, 90)
- Licence
- Public domain (U.S. Government work)
- Provider page
- disc.gsfc.nasa.gov/datasets/GLDAS_NOAH025_M_2.1/summary
Cite as. Rodell, M., et al. (2004). The Global Land Data Assimilation System. BAMS, 85(3), 381–394. https://doi.org/10.1175/BAMS-85-3-381
Access
cmrGLDAS_NOAH025_M v2.1 monthly files (latest first)
Granules found through NASA's Common Metadata Repository (collection GLDAS_NOAH025_M v2.1). Downloads need a free Earthdata login.
# Earthdata login in ~/.netrc:
# machine urs.earthdata.nasa.gov login USER password PASS
curl -fsSL "https://hydrological.org/api/v1/datasets/gldas-noah/links.txt?bbox=-75,-20,-50,5" \
| xargs -n 1 curl -fLO --netrc -b ~/.urs_cookies -c ~/.urs_cookies
import earthaccess # pip install earthaccess
earthaccess.login()
results = earthaccess.search_data(short_name="GLDAS_NOAH025_M", version="2.1",
bounding_box=(-75, -20, -50, 5))
earthaccess.download(results, "data")
const res = await fetch("https://hydrological.org/api/v1/datasets/gldas-noah/links?bbox=-75,-20,-50,5");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record