Ocean temperature and salt by depth, from floats (Greenland)
What it measures. On-site measurements of ocean water temperature and saltiness (salinity) at different depths in the seas around Greenland.
How it's made. Collected by autonomous Alamo floats that dive and resurface by changing their buoyancy, recording vertical profiles with onboard temperature, conductivity and depth sensors.
How & where you'd use it. Gathered for the Oceans Melting Greenland project to learn how ocean water is affecting Greenland's melting glaciers, contributing to research on ice loss and sea-level rise.
What's measured
Coverage & cadence
- Time span2017-08-30 → 2022-08-31
- Measured byInSitu (FLOAT_CTD)
- Processing levelLevel 1
- Spatial extent-74.576, 60.351, 53.406, 79.841
- FormatsASCII
- StatusCOMPLETE
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
This dataset contains level 1 in situ measurements of temperature and salinity from several autonomous, profiling Alamo floats. These floats change their buoyancy by inflating an external bladder with oil, allowing them to dive and surface regularly. Conductivity, Temperature and Depth sensors (CTDs) allow them to collect vertical profiles of temperature and salinity. This provided measurements of the ocean's physical characteristics around Greenland. The floats wer deployed as part of the Oceans Melting Greenland (OMG) project. The goal of the project is to find out what contributions the ocean has on Greenland's melting glaciers.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OMG_L1_FLOAT_ALAMO",
version="1",
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
- Alamo Floats Supporting Documentation VIEW RELATED INFORMATION
- User guide documentation for this dataset VIEW RELATED INFORMATION
- OMG Mission Page VIEW RELATED INFORMATION
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- This dataset can be downloaded using the podaac-data-subscriber (the recommended tool for bulk downloading PO.DAAC data). It is a Python package for downloading one or many files using the command line interface. The URL redirects to the data-subscriber home page with instructions for utilizing the tool GET DATA