Description: The date that cool winter conditions transition to warm stratified summer conditions.
Indicator family:
Contributor(s): Kevin Friedland
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
Transition dates are defned as the day of the year when surface temperatures changeover from cool to warm conditions in the spring and back to cool conditions in the fall.
Ocean summer length in Mid-Atlantic: the annual total number of days between the spring thermal transition date and the fall thermal transition date. The transition dates are defined as the day of the year when surface temperatures changeover from cool to warm conditions in the spring and back to cool conditions in the fall.
# Plot indicator ggplotObject <- ecodata::plot_trans_dates(report= 'MidAtlantic', varName= 'timing') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_trans_dates(report= 'MidAtlantic', varName= 'length') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_trans_dates(report= 'NewEngland', varName= 'timing') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_trans_dates(report= 'NewEngland', varName= 'length') ggplotObject
Spatial scale: by EPU
Temporal scale: Annual time series (1982 to 2023)
Synthesis Theme:
# Either from Contributor or ecodata
Prolonged fall temperatures have been linked to the increased number of cold-stunned Kemp’s ridley sea turtles found in Cape Cod Bay @griffin_warming_2019
Point of contact: kevin.friedland@noaa.gov{.email}
ecodata name: ecodata::trans_dates
Variable definitions
# Pull all var names vars <- ecodata::trans_dates |> 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/trans_dates.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.