Description: Energy density of alewife, butterfish, sand lance, and Atlantic mackerel varies seasonally, with seasonal estimates both higher and lower than estimates from previous decades. The data presented are the seasonal (Spring and Fall) energy density (kJ/g) for eight important forage species; Alewife, Atlantic Herring, Silver Hake, Northern Sand Lance, Atlantic Mackerel, Butterfish, Northern Shortfin Squid, and Inshore Longfin Squid. Samples are obtained from the NEFSC seasonal bottom trawl surveys and processed in the lab to estimate energy content.
Indicator family:
Contributor(s): Mark Wuenschel
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
The energy density of prey indicates the the amount of energy passing from lower trophic levels to higher predators. Changes in ecosystem productivity and/or bioenergetic demands (e.g. metabolic increases due to rising temperature) can impact energy density. Energy density of fishes can vary widely (several fold), particularly for some species that undergo seasonal cycles in energy allocation to reproduction, energy allocation to migration, or seasonal/ontogenetic shifts in energy storage. The value of forage species to higher trophic levels is a function of the their energy density.
Forage energy density measurements from NEFSC trawl surveys 2017-2022 are building toward a time series to evaluate trends
Variable plotted are the mean energy density (kJ/g) for eight species across seasons and years. The reference lines represent estimates from prior studies where available for comparison. The energy content of Atlantic herring from the NEFSC trawl surveys has increased to over 7 kJ/g wet weight in spring 2023, but is still well below that observed in the 1980s and 1990s (10.6-9.4 kJ/ g wet weight). Silver hake, longfin squid (Loligo in figure) and shortfin squid (Illex in figure) remain lower than previous estimates [@steimle_energy_1985; @lawson_important_1998]. Energy density of alewife, butterfish, sand lance, and Atlantic mackerel varies seasonally, with seasonal estimates both higher and lower than estimates from previous decades.
# Plot indicator ggplotObject <- ecodata::plot_energy_density(report='MidAtlantic') ggplotObject
Spatial scale: Full shelf
Temporal scale: Spring and Fall Bottom Trawl Survey
Synthesis Theme:
# Either from Contributor or ecodata
The nutritional content of forage fish changes seasonally in response to ecosystem conditions, with apparent declines in energy density for Atlantic herring and Illex squid relative to the 1980s, but similar energy density for other forage species.
Point of contact: Mark Wuenschel (mark.wuenschel@noaa.gov){.email}
ecodata name: ecodata::energy_density
Variable definitions
Energy Density (kJ/g) for each species.
# Pull all var names vars <- ecodata::energy_density |> dplyr::select(Var) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are NOT publicly available.
Email mark.wuenschel@noaa.gov for further information. Data tables are being created to make this readily available soon.
tech-doc link https://noaa-edab.github.io/tech-doc/energy_density.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.