Monthly shifts in Earth's gravity from moving water (GRACE, CSR)
What it measures. Monthly snapshots of Earth's gravity field, which shift slightly as water moves around the planet. The numbers are stored as mathematical coefficients rather than a map you can read at a glance.
How it's made. Derived from the twin GRACE satellites, which track tiny changes in the distance between them as they orbit, processed into monthly gravity estimates by the Center for Space Research in Texas.
How & where you'd use it. Labeled for expert use only; specialists turn it into maps of changing groundwater, melting ice, and sea level, but it isn't meant to be read directly by a general audience.
What's measured
Coverage & cadence
- Time span2002-04-05 → 2017-06-30
- Measured byGRACE
- Processing levelLevel 2
- Spatial extent-180, -88, 180, 88
- FormatsASCII
- StatusCOMPLETE
What you can do with it
- Measure ground motion and subsidence (InSAR)
- Track earthquakes, volcanoes and landslides
- Map elevation and terrain change
Official description
FOR EXPERT USE ONLY. This dataset contains estimates of static field geopotential of the Earth, derived from the Gravity Recovery and Climate Experiment (GRACE) mission measurements, produced by the Center for Space Research (CSR) at University of Texas at Austin. The data are in spherical harmonics averaged over approximately a month. The primary objective of the GRACE mission is to obtain accurate estimates of the mean and time-variable components of the gravity field variations. This objective is achieved by making continuous measurements of the change in distance between twin spacecraft, co-orbiting in about 500 km altitude, near circular, polar orbit, spaced approximately 200 km apart, using a microwave ranging system. In addition to these range change, the non-gravitional forces are measured on each satellite using a high accuracy electrostatic, room-temperature accelerometer. The satellite orientation and position (and timing) are precisely measured using twin star cameras and a GPS receiver, respectively. Spatial and temporal variations in the gravity field affect the orbits (or trajectories) of the twin spacecraft differently. These differences are manifested as changes in the distance between the spacecraft, as they orbit the Earth. This change in distance is reflected in the time-of-flight of microwave signals transmitted and received nearly simultaneously between the two spacecraft. The change in this time of fight is continuously measured by tracking the phase of the microwave carrier signals. The so called dual-one-way range change measurements can be reconstructed from these phase measurements. This range change (or its numerically derived derivatives), along with other mission and ancillary data, is subsequently analyzed to extract the parameters of an Earth gravity field model.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GRACE_GSM_L2_GRAV_CSR_RL06",
version="6.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 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
- Release Notes for GRACE L-2 products - version UTCSR RL-06 VIEW RELATED INFORMATION
- UTCSR Level-2 Processing Standards Document For Level-2 Product Release 06 VIEW RELATED INFORMATION
- Product Specification Document VIEW RELATED INFORMATION
- Level-2 Gravity Field Product User Handbook VIEW RELATED INFORMATION
- GRACE Mission Page VIEW RELATED INFORMATION
- README file VIEW RELATED INFORMATION
- HTTPS endpoint for data browse and download GET DATA