Groundwater and soil wetness from gravity (GRACE)
What it measures. Weekly drought indicators showing how wet or dry the groundwater and soil are compared to normal, across the whole globe. The wetter-or-drier readings come from tiny changes in Earth's gravity caused by shifting water.
How it's made. Made by feeding GRACE and GRACE-FO satellite gravity measurements into a land water model, which blends them with weather data to estimate water stored underground and in the soil on a 25 km grid.
How & where you'd use it. Used by drought monitors and water managers to spot developing groundwater and soil moisture droughts that are otherwise hard to see.
What's measured
Coverage & cadence
- Time span2003-02-03 → ongoing
- Measured byCatchment-LSM (NOT APPLICABLE)
- Processing levelLevel 4
- Spatial extent-180, -60, 180, 90
- 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
Scientists at NASA Goddard Space Flight Center generate groundwater and soil moisture drought indicators each week. They are based on terrestrial water storage observations derived from GRACE-FO satellite data and integrated with other observations, using a sophisticated numerical model of land surface water and energy processes. This data product is GRACE Data Assimilation for Drought Monitoring (GRACE-DA-DM) Global Version 3.0 from a global GRACE and GRACE-FO data assimilation and drought indicator product generation (Li et al., 2019). It varies from the other GRACE-DA-DM products which are from the U.S. GRACE-based drought indicator product generation (Houborg et al., 2012). The GRACE-DA-DM Global V3.0 is similar to the GRACE-DA-DM U.S. V4.0 product. Both products are based on the Catchment Land Surface Model (CLSM) Fortuna 2.5 version simulation that was created within the Land Information System data assimilation framework (Kumar et al., 2016). GRACE-DA-DM Global V3.0 drought indicator maps are derived from the GLDAS_CLSM025_DA1_D product, at 0.25 degree resolution, forced by ECMWF meteorological data, and assimilated RL06 GRACE and GRACE-FO data from the University of Texas at Austin (Save et al., 2016; Save, 2020). The GRACE-DA-DM U.S. V4.0 is at 0.125 degree, which is based on a model simulation (not published at GES DISC) forced by NLDAS-2 meteorological data and assimilated with RL06 GRACE/GRACE-FO data. More information on GRACE-DA-DM U.S. V4.0 and previous versions of the data can be found in the README. The GRACE-DA-DM Global V3.0 data product contains three drought indicators: Groundwater Percentile, Root Zone Soil Moisture Percentile, and Surface Soil Moisture Percentile. These drought indicators express wet or dry conditions as a percentile, indicating the probability of occurrence within the period of record from 1948 to 2014. The drought indicator data are daily, but available only one day (Monday) per week. The data have a spatial resolution of 0.25 x 0.25 degree with global coverage (60S, 180W, 90N, 180E), and a temporal range from February 2003 to present (with a 3-6 month latency). The data are archived in NetCDF format. The GRACE-DA-DM is an operational project which produces groundwater and soil moisture drought indicators each week. The operational data is available weekly with a 2-9 day latency from the NASA GRACE project home page found under the Documentation tab. The GRACE-DA-DM data distributed here at GESDISC is the final archive version, which is generated after the latest GRACE-FO data are available.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GRACEDADM_CLSM025GL_7D",
version="3.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
- Access the data via the OPeNDAP protocol. USE SERVICE API
- 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