d045·dataset
Where Earth's water is moving
GRACE-FO L3 Mascons (JPL RL06.x M)
PO.DAAC GRACEFO_L3_JPL_RL06.X_M cloud-native 3° × 3° equivalent (effective ~300 km) monthly + 10-daily NetCDF hydrologycryosphereoceangeodesy
Total-mass-anomaly grids in liquid-water-equivalent units. Directly interpretable as water-storage / ice-mass change.
GRACE-FO L3 Mascons (JPL RL06.x M)
Total-mass-anomaly grids in liquid-water-equivalent units. Directly interpretable as water-storage / ice-mass change.
Access
- Python (earthaccess):
search 'GRACEFO_L3' keyword - Portal: https://podaac.jpl.nasa.gov/GRACE-FO
- Visualization tool: https://grace.jpl.nasa.gov/
Gotchas
- 300 km native resolution; don’t claim point-scale signals
- Three processing centers (JPL/CSR/GFZ) — JPL mascons are most user-friendly
- GRACE → GRACE-FO has 1-year gap
Related
- Other datasets: d033
Sources
The access details, code, and sources below are kept in the original English for technical accuracy.
Quick access (cloud-direct)
import earthaccess
earthaccess.login(strategy="netrc")
results = earthaccess.search_data(
short_name="GRACEFO_L3*",
bounding_box=(-122.5, 37.2, -121.8, 37.9),
temporal=("2024-01-01", "2024-12-31"),
)
files = earthaccess.open(results) # stream from PO.DAAC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. 📚 Problem Finder KB
Not yet tracked in the KB.