Description: This index gives the relative proportions of watermass type observed in the deep Northeast Channel (150-200 m water depth).
Indicator family:
Contributor(s): Paula Fratantoni
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
Temperature and salinity measurements are examined to assess the composition of the waters entering the Gulf of Maine through the deep Northeast Channel. The analysis closely follows the methodology described by @mountain_labrador_2012. This method assumes that the waters flowing into the Northeast Channel between 150 and 200 meters depth are composed of slope waters, originating offshore of the continental shelf, and shelf waters, originating on the continental shelf south of Nova Scotia.
No response
# Plot indicator ggplotObject <- ecodata::plot_slopewater(report='NewEngland') ggplotObject
Spatial scale: Within the central Northeast Channel
Temporal scale: Annual
Synthesis Theme:
# Either from Contributor or ecodata
No response
Point of contact: Paula Fratantoni (paula.fratantoni@noaa.gov){.email}
ecodata name: ecodata::slopewater
Variable definitions
Name: LSW; Definition: Percent total that is Labrador Slope Water; Units: percent; Name: WSW: Definition: Percent total that is Warm Slope Water; Units: percent
# Pull all var names vars <- ecodata::slopewater |> 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/slopewater.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.