Changing water weight across Earth's surface (GRACE-FO, 0.5 deg)
What it measures. Modeled monthly changes in the weight of water (and air mass) sitting over Earth's surface, expressed as a surface-mass anomaly on a half-degree grid.
How it's made. Derived from atmosphere and ocean models used to clean up GRACE and GRACE-FO satellite gravity measurements, then smoothed onto a grid to match the Tellus mass-change products.
How & where you'd use it. Lets researchers add back or remove the modeled atmosphere and ocean signal when interpreting GRACE land and ocean water-mass changes.
What's measured
Coverage & cadence
- Time span2002-04-04 → ongoing
- Measured byGRACE (GRACE INTERFEROMETER) · GRACE-FO (GRACE-FO MWI)
- Processing levelLevel 3
- Spatial extent-180, -89.5, 180, 89.5
- FormatsnetCDF-4
- StatusACTIVE
What you can do with it
- Watch sea-surface temperature and marine heatwaves
- Spot algal blooms and ocean-colour shifts
- Support fisheries and coastal monitoring
Official description
GRACE non-tidal high-frequency atmospheric and oceanic mass variation models are routinely generated at GFZ as so-called Atmosphere and Ocean De-aliasing Level-1B (AOD1B) products (in terms of corresponding spherical harmonic geopotential coefficients) to be added to the background static gravity model during GRACE monthly gravity field determination. AOD1B products are 3-hourly series of spherical harmonic coefficients up to degree and order 180 which are routinely provided to the GRACE Science Data System and the user community with only a few days time delay. These products reflect spatio-temporal mass variations in the atmosphere and oceans deduced from an operational atmospheric model and corresponding ocean dynamics provided by an ocean model. The variability is derived by subtraction of a long-term mean of vertical integrated atmospheric mass distributions and a corresponding mean of ocean bottom pressure as simulated with the ocean model. The Gridded AOD1B data sets provided here contain the monthly mean AOD1B data in geolocated gridded form, smoothed or spatially aggregated to be consistent with the GRACE and GRACE-FO Tellus Level-3 data products of land and/or ocean mass anomalies. With these gridded AOD1B Level-3 products, users can remove or add the effects of the modeled mean monthly atmospheric and ocean bottom pressure change (e.g., to compare different models).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06.3",
version="RL06.3",
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
- Additional resource and information site for GRACE-FO. This includes update announcements, user feedback page, and FAQ's. VIEW RELATED INFORMATION
- PODAAC's GRACE-FO Mission-Page VIEW RELATED INFORMATION
- AOD1B Product Description Document for Product Release 6.1 (applicable for the 6.3 release) VIEW RELATED INFORMATION
- Browse and download granules over HTTPS using the virtual directories GET DATA
- Browse granule search results in Earthdata Search GET DATA
- Page that includes all GRACE-FO Documentation and Technical Notes VIEW RELATED INFORMATION
- RL0.63 Version 4 Release Note VIEW RELATED INFORMATION