Monthly changes in land water storage (GRACE-FO)
What it measures. Month-to-month changes in how much water is stored on and under the land, expressed as the thickness of water that gain or loss would represent. It bundles together soil moisture, snow, rivers, lakes, reservoirs, and groundwater.
How it's made. Derived from the twin GRACE-FO satellites, which sense water by detecting tiny changes in Earth's gravity, then turned into monthly worldwide grids with corrections applied and offered as text, netCDF, or GeoTIFF files.
How & where you'd use it. Tracks droughts, groundwater depletion, melting ice, and changes in lakes and aquifers over time, supporting water-resource management and climate research.
What's measured
Coverage & cadence
- Time span2018-05-22 → ongoing
- Measured byGRACE-FO (GRACE-FO MWI, GRACE-FO LRI, GRACE-FO ACC, GRACE-FO SCA)
- Processing levelLevel 3
- Spatial extent-180, -89.5, 180, 89.5
- FormatsnetCDF-4
- StatusACTIVE
What you can do with it
- Follow rainfall, floods and surface-water extent
- Track soil moisture and the onset of drought
- Monitor lakes, rivers and groundwater storage
Official description
This data set is produced by the Jet Propulsion Laboratory (JPL) as part of the GRACE-FO (Gravity Recovery and Climate Experiment Follow-On) program and derives the terrestrial water storage anomaly given as equivalent water thickness. These monthly grids are derived from GRACE-FO time-variable gravity observations during the specified timespan, and relative to the specified time-mean reference period. This quantity represents the total terrestrial water storage anomalies from soil moisture, snow, surface water (incl. rivers, lakes, reservoirs etc.), as well as groundwater and aquifers. A glacial isostatic adjustment (GIA) correction has been applied, and standard corrections for geocenter (degree-1), C20 (degree-20) and C30 (degree-30) are incorporated. Post-processing filters have been applied to reduce correlated errors. Data grids are provided in ASCII/netCDF/GeoTIFF formats. GRACE-FO was launched on 22 May 2018, and extends the original GRACE mission (2002 – 2017) and expands its legacy of scientific achievements in tracking earth surface mass changes. Version 04 (v04) of the terrestrial water storage data uses updated and consistent C20 and Geocenter corrections (i.e., Technical Notes TN-14 and TN-13), as well as an ellipsoidal correction to account for the non-spherical shape of the Earth when mapping gravity anomalies to surface mass change. Additionally, this RL06.3 is an updated release of the previous RL06.1. It differs from RL06.1 only in the Level-1B accelerometer transplant data that is used for the GF2 (GRACE-FO 2) satellite; see respective L-2 data descriptions. RL06.3 uses the ACX2-L1B data products. All GRACE-FO RL06.3 Level-3 fields are fully compatible with the GRACE RL06 data.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="TELLUS_GRFO_L3_JPL_RL06.3_LND_v04",
version="RL06.3v04",
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 POCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Data Use and Citation Guidelines VIEW RELATED INFORMATION
- GRACE-FO Project Website (external to PO.DAAC) VIEW RELATED INFORMATION
- User guidance documentation for this dataset VIEW RELATED INFORMATION
- PODAAC GRACE-FO Project-Page VIEW RELATED INFORMATION
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- Page that includes all GRACE-FO Documentation and Technical Notes VIEW RELATED INFORMATION
- This dataset can be downloaded using the podaac-data-subscriber (the recommended tool for bulk downloading PO.DAAC data). It is a Python package for downloading one or many files using the command line interface. The URL redirects to the data-subscriber home page with instructions for utilizing the tool GET DATA