Description: The monthly Gulf Stream North Wall Index presented here are based on the gridded EN.4.2.2 analyses dataset from 1954 to 2022 (https://www.metoffice.gov.uk/hadobs/en4/), calculated following @joyce_relationship_2009.
Indicator family:
Contributor(s): Zhuomin Chen
Affiliations: ?
knitr::opts_chunk$set(echo = F) library(ecodata)
The T200-based Gulf Stream Index is calculated as the standardized first principal component time series from the empirical orthogonal function (EOF) analysis of the 200 m temperature time series at the 20 base points (selected along the climatological 15°C isotherm at 200 m between 74° and 55°W) and it represents the meridional fluctuation of the Gulf Stream North Wall [@joyce_meridional_2019; @chi_distinction_2019].
The Gulf Stream Index suggest that recent years (2021-2022) the GS almost maintains its relative northward shift relative to the long-term mean.
# Plot indicator ggplotObject <- ecodata::plot_gsi(report= 'MidAtlantic', varName= 'gsi') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_gsi(report= 'MidAtlantic', varName= 'westgsi') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_gsi(report= 'NewEngland', varName= 'gsi') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_gsi(report= 'NewEngland', varName= 'westgsi') ggplotObject
Spatial scale: Gulf Stream between 74°W and 55°W
Temporal scale: Monthly from 1954 to 2022
Synthesis Theme:
# Either from Contributor or ecodata
The Gulf Stream North Wall Index indicates the meridional shift of the Gulf Stream position on monthly timescale, which may affect the slope water properties intruding onto the continental shelf. The GSNW index is also suggested to be an good indicator for biomass distribution of multiple marine fishes (e.g., silver hake @nye_gulf_2011). As the Gulf Stream has become less stable and shifted northward in the last decade (Fig. ), warmer ocean temperatures have been observed on the northeast shelf @zhang_role_2007, and a higher proportion of Warm Slope Water has been present in the Gulf of Maine Northeast Channel @goddard_extreme_2015, and sea surface height along the U.S. east coast has increased. Since 2008, the Gulf Stream has moved closer to the Grand Banks, reducing the supply of cold, fresh, and oxygen-rich Labrador Current waters to the Northwest Atlantic Shelf @goncalves_neto_changes_2021
Point of contact: Zhuomin Chen (zhuomin.chen@uconn.edu){.email}
ecodata name: ecodata::gsi
Variable definitions
Name: GSI; Definition: Gulf Stream North Wall Index (T200-based using EN4 datasets); Units: None.
# Pull all var names vars <- ecodata::gsi |> dplyr::select(Var) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are publicly available.
No response
tech-doc link https://noaa-edab.github.io/tech-doc/gsi.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.