Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech DOc Page Edit]: narw.rmd #119

Open
4 tasks done
DWLinden opened this issue Nov 1, 2024 · 0 comments
Open
4 tasks done

[Tech DOc Page Edit]: narw.rmd #119

DWLinden opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
page edit A suggested edit for a tech doc page

Comments

@DWLinden
Copy link

DWLinden commented Nov 1, 2024

Primary Contact

[email protected]

Choose a tech doc page to suggest edits

27 Right Whale Abundance

Page Edit 1


editor_options:
markdown:
wrap: sentence

Right Whale Abundance {#narw}

Description: The data presented here are time series of the North Atlantic right whale population abundance estimates and calf abundance estimates.

Indicator family:

  • Megafauna

Contributor(s): Daniel Linden; Richard Pace; New England Aquarium

Affiliations: NEFSC

knitr::opts_chunk$set(echo = F)
library(ecodata)

Introduction to Indicator

Endangered North Atlantic right whales are approaching extinction.
The latest population estimate for the beginning of 2023 indicates there were approximately 370 individuals remaining.
The species has been experiencing an Unusual Mortality Event since 2017, which is ongoing.

Primary threats to the species---and primary drivers of the Unusual Mortality Event---are entanglement in fishing gear and vessel strikes.
Climate change is also affecting every aspect of their survival.
It is changing their ocean habitat, their migratory patterns, the location and availability of their prey, and even their risk of becoming entangled in fishing gear or struck by vessels.

Key Results and Visualizations

The North Atlantic right whale population was on a recovery trajectory until 2010, but has since declined (Fig. x).
The most recent estimate of total population size in 2023 was 372 whales, with a 95% credible interval ranging from 360 to 383.
The population continues to be in decline since 2011, though the short-term trend is positive due to the recent increase in survival.
Reduced survival rates of adult females and diverging abundance trends between sexes have also been observed.

North Atlantic right whale calf counts have generally declined after 2009 to the point of having zero new calves observed in 2018 (Fig. x).
However, since 2019, we have seen more calf births each year.

This year, the Unusual Mortality Event (UME) for North Atlantic right whales continued.
Since 2017, the total UME right whale mortalities includes 41 dead stranded whales.
When alive but seriously injured whales (37) and sublethal injuries or ill whales (70) are taken into account, 148 individual whales are included in the UME.
Recent research suggests that many mortalities go unobserved and the true number of mortalities are about three times the count of the observed mortalities [@pace_cryptic_2021].
The primary cause of death is "human interaction" from entanglements or vessel strikes.

Population size

# Plot indicator
ggplotObject <- ecodata::plot_narw(report= 'MidAtlantic', varName= 'adult')
ggplotObject

Observed births

# Plot indicator
ggplotObject <- ecodata::plot_narw(report= 'MidAtlantic', varName= 'calf')
ggplotObject

Indicator statistics

Spatial scale: Full shelf and farther offshore corresponding to all EPUs and beyond

Temporal scale: Annual 1990 - 2023

Synthesis Theme:

  • Multiple System Drivers
  • Regime Shifts
# Either from Contributor or ecodata

Implications

Strong evidence exists to suggest that interactions between right whales and both the fixed gear fisheries in the U.S. and Canada and vessel strikes in the U.S. are contributing substantially to the decline of the species [@hayes_north_2018]. Further, right whale distribution has changed since 2010. New research suggests that recent climate driven changes in ocean circulation have resulted in right whale distribution changes driven by increased warm water influx through the Northeast Channel, which has reduced the primary right whale prey (Calanus finmarchicus) in the central and eastern portions of the Gulf of Maine [@hayes_north_2018; @record_rapid_2019; @sorochan_north_2019]. Additional potential stressors include offshore wind development, which overlaps with important habitat areas used year-round by right whales, including mother and calf migration corridors and foraging habitat [@quintana-rizzo_residency_2021; @schick_striking_2009]. This area is also a primary right whale winter foraging habitat. Additional information can be found in the offshore wind section. Turbine presence and extraction of energy from the system could alter local oceanography @christiansen_emergence_2022. Persistent foraging hotspots of right whales and seabirds overlap on Nantucket Shoals, where unique hydrography aggregates enhanced prey densities @white_spatial_2020 ; @sorochan_north_2019.

The UMEs are under investigation and are likely the result of multiple drivers.
For all large whale UMEs, human interaction appears to have contributed to increased mortalities, although investigations are not complete.

Get the data

Point of contact: Daniel Linden ([email protected]), Danielle Cholewiak ([email protected]){.email}

ecodata name: ecodata::narw

Variable definitions

"Linden_NARW_abundance_2024_10_09.csv 1) Year. 2) lower95 = lower 95% confidence interval value in number of animals. 3) Median=median estimate of right whale abundance in number of animals. 4) Upper95= upper 95% confidence interval value in number of animals.
5) Mean= mean estimate of right whale abundance in number of animals.
6) SD=standard deviation of estimate of right whale abundance in number of animals.

Linden_NARW_Calves_1980-present.csv 1) Year.
2) Tot.Calves = total number of right whale calves born that year in number of animals.
"

# Pull all var names
vars <- ecodata::narw |>
   dplyr::select(Var, Units) |>
   dplyr::distinct()

DT::datatable(vars)

Indicator Category:

  • Published Methods

Public Availability

Source data are publicly available.

Accessibility and Constraints

Source data are available from the New England Aquarium upon request.
Estimates and derived source data available in @Linden_narw_pop_TM.

tech-doc link https://noaa-edab.github.io/tech-doc/narw.html

Page Edit 2 (if applicable)

No response

Page Edit 3 (if applicable)

No response

@DWLinden DWLinden added the page edit A suggested edit for a tech doc page label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
page edit A suggested edit for a tech doc page
Projects
None yet
Development

No branches or pull requests

2 participants