Heat and moisture moving between sea and air (daily)
What it measures. This estimates how much heat and moisture move between the ocean surface and the air above it each day, mapped across the globe. These exchanges drive evaporation and how the ocean warms or cools the atmosphere.
How it's made. It is built from microwave readings by the SSM/I instrument on the DMSP F14 satellite, processed daily and projected onto a worldwide quarter-degree grid.
How & where you'd use it. It serves mostly as an input to a combined multi-satellite product. Climate and ocean researchers use these fluxes to study how the sea and atmosphere trade energy and water.
What's measured
Coverage & cadence
- Time span1997-05-08 → 2008-08-09
- Measured byDMSP 5D-2/F14 (SSM/I)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- StatusCOMPLETE
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
These data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. This is a Daily (24-hour) product; data are projected to equidistant Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data arrays of 1440x720 size. The daily fluxes are produced for each individual available SSM/I satellite tapes (e.g., F11, F13, F14 and F15), and then serve as input to the Combined daily fluxes (GSSTF_3). The short name of this data set is GSSTF_F14.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GSSTF_F14",
version="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 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 HTTP. GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- README Document VIEW RELATED INFORMATION
- ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD) VIEW RELATED INFORMATION