Description: Seasonal mean bottom temperatures on the Northeast Continental Shelf between 1959 and 2023 in a 1/12° grid.
Indicator family:
Contributor(s): Joseph Caracappa, Hubert du Pontavice, Vincent Saba, Zhuomin Chen
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
The bottom temperature product is in a horizontal 1/12 degree grid between 1959 and 2022 and is made of daily bottom temperature estimates from:
Bias-corrected ROMS-NWA between 1959 and 1992 which was regridded in the same 1/12degree grid as GLORYS using bilinear interpolation; Years 1993 through summer 2023 are from CMEMS GLORYS12V1 global reanalysis bottom temperature, and fall 2023 is from CMEMS PSY forecasting product.
Maps of seasonal mean bottom temperature across NE shelf.
# Plot indicator ggplotObject <- ecodata::plot_bottom_temp_seasonal_gridded(report='MidAtlantic') ggplotObject
Spatial scale: Whole shelf
Temporal scale: Winter (Jan-Mar), Spring (April-June), Summer (July-Sept), Fall (Oct - Dec) from 1959-2023
Synthesis Theme:
# Either from Contributor or ecodata
Bottom temperature is a key environmental parameter in defining the habitat and metabolic conditions of demersal and benthic species. Interannual and seasonal changes in bottom temperature can provide significant indicators of species productivity, spatial distributions, or mortality. Long-term trends in bottom temperature are indicators of regional implications of global climate change and may be used in evaluating climate risk for fisheries management.
Point of contact: joseph.caracappa@noaa.gov{.email}
ecodata name: ecodata::bottom_temp_seasonal_gridded
Variable definitions
# Pull all var names vars <- ecodata::bottom_temp_seasonal_gridded |> 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/bottom_temp_seasonal_gridded.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.