Description: Average annual sea-surface temperatures from the NOAA extended reconstructed sea surface temperature data set (ERSST V5) on the Northeast Continental Shelf.
Indicator family:
Contributor(s): Kevin Friedland, Brandon Beltz
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
The data presented here are average annual sea-surface temperatures from the NOAA extended reconstructed sea surface temperature data set (ERSST V5) on the Northeast Continental Shelf.
Since the 1860’s, the Northeast US shelf sea surface temperature (SST) has exhibited an overall warming trend, with the past decade measuring well above the long term average.
# Plot indicator ggplotObject <- ecodata::plot_long_term_sst(report='MidAtlantic') ggplotObject
Spatial scale: Full shelf
Temporal scale: Annual
Synthesis Theme:
# Either from Contributor or ecodata
Long term SST demonstrates that the annual average sea surface temperatures observed during the most recent ten years are well above the historical average dating back to the 1860s.
Point of contact: Brandon.Beltz@noaa.gov{.email}
ecodata name: ecodata::long_term_sst
Variable definitions
long-term sst in units of degreesC
# Pull all var names vars <- ecodata::long_term_sst |> dplyr::select(Var, Units) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are publicly available.
No response
tech-doc link https://noaa-edab.github.io/tech-doc/long_term_sst.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.