Heat and moisture moving off the sea (daily, satellite F13)
What it measures. Daily estimates of how heat and moisture move between the ocean surface and the air above it, mapped on a quarter-degree grid covering the globe.
How it's made. Derived from a single DMSP satellite's SSM/I microwave sensor (the F13 unit) as part of a NASA project, and stored in a standard scientific data format.
How & where you'd use it. Helps study how the ocean exchanges energy and water with the atmosphere. These single-satellite daily files also feed into a combined product that merges several satellites.
What's measured
Coverage & cadence
- Time span1995-05-03 → 2009-01-01
- Measured byDMSP 5D-2/F13 (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_F13.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GSSTF_F13",
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
- Access the data via the OPeNDAP protocol. USE SERVICE API
- README Document VIEW RELATED INFORMATION
- ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD) VIEW RELATED INFORMATION
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA