The narwind
R package provides methods to forecast the abundance of critically endangered North Atlantic right whales (NARW, Eubalaena glacialis) in the context of user-defined offshore wind development scenarios. narwind
implements a spatially-explicit bioenergetic PCoMS model (Pirotta et al. 2023, 2018, 2022), whereby the movements of different NARW cohorts (juveniles, adult males, pregnant females, resting females, lactating females + dependent calves) are simulated throughout a full calendar year, and population size projections are made over a time horizon relevant to management (25–50 years). The model operates on a daily scale and accounts for the effects of multiple anthropogenic stressors known/presumed to affect right whale health, reproduction, and survival, including: (1) direct mortality from vessel strikes, (2) behavioral responses to noise exposure leading to short-term cessation of foraging activities, and (3) increased energy expenditure resulting from entanglement in fishing gear.
If you are just getting started with narwind
, we recommend reading the tutorial vignette, which provides a detailed introduction to the package.
Install the GitHub development version to access the latest features and patches.
# install.packages("remotes")
remotes::install_github("offshore-wind/narwind") # OR
# install.packages("devtools")
devtools::install_github("offshore-wind/narwind")
Note that the package relies on compiled code (C++) and functionality provided by the Rcpp package. Because of this, development tools are required to run the code. Please refer to the tutorial vignette for full instructions on package installation for various operating systems.
Marine renewable energy sources are poised to make a vital contribution in the fight against climate warming and global anthropogenic change. While offshore wind power remains a nascent market in the United States (DeCastro et al. 2019), strong and persistent oceanic wind regimes in the North Atlantic offer vast potential for the expansion of the industry along the U.S. eastern seaboard. However, concerns have been raised that the deployment of thousands of turbines may adversely affect iconic marine wildlife such as seabirds and cetaceans (Verfuss et al. 2016; Goodale and Milman 2019). Much of what is known about the impacts of offshore wind developments on cetaceans comes from studies conducted in Europe, where efforts to monitor animal behavior during both construction and operation activities have been made for a limited number of species common to that area, primarily harbor porpoises (Bailey, Brookes, and Thompson 2014; Thompson et al. 2010). Little information exists on the responses of baleen whales to offshore wind activities, and in contrast to European case studies on resident cetacean populations, many marine mammals occurring within U.S. waters are migratory. This makes it difficult to directly apply lessons learnt and determine with certainty what potential offshore wind effects may be emergent in the North Atlantic in the future (Petruny, Wright, and Smith 2014). It is also critical to recognize that every new development represents an incremental addition to the pre-existing and rapidly expanding footprint of human activities on offshore marine ecosystems. There is therefore a need to consider the cumulative impacts of offshore wind in the context of additional concurrent human uses of ocean areas. This is particularly important for sensitive wildlife species, such as those in low abundance and/or in decline, and those occurring within narrow habitat ranges.
One such species is the Critically Endangered North Atlantic right whale (NARW, Eubalaena glacialis), which numbers only 340 individuals and continues to experience a downward trajectory towards extinction (Linden 2023; Richard M. Pace, Corkeron, and Kraus 2017). Assessing the full scope of potential offshore wind impacts on NARWs across the U.S. Atlantic calls for a quantitative framework capable of integrating the state of individuals (e.g., energy reserves, reproductive status) with the state of the surrounding biophysical and anthropogenic environment (e.g., resource density, wind farm characteristics) to project changes in NARW vital rates and translate short-term patterns of disturbance into long-term demographic outcomes. Bioenergetic models represent such an approach and have been used as a major implementation of the Population Consequences of Disturbance (PCoD) paradigm (Costa 2012). PCoD is a conceptual model of the pathways through which the effects of sub-lethal stressors may scale up to population-level impacts (Pirotta et al. 2018); it has been implemented in various ways and has become a major component of several regulatory frameworks (e.g., U.S. Marine Mammal Protection Act,16 U.S. Code § 1361 et seq.; Endangered Species Act,16 U.S. Code § 1531 et seq.). PCoD models have been developed for several cetacean species such as gray whales, humpback whales, bottlenose dolphins, beaked whales, as well as pinnipeds like the northern elephant seal. Significant attention has also been given to NARW in the last decade (Rolland et al. 2016; Schick et al. 2013), but without explicit consideration of offshore wind energy areas, or of the interactions that may arise between the myriad of pressures which NARW are currently facing. An expanded framework known as the Population Consequences of Multiple Stressors (PCoMS) (Pirotta et al. 2022) now exists to accommodate scenarios where individuals within a population are exposed to multiple stressors that may combine in unexpected ways to generate cumulative impacts greater than the individual sum of their parts (Crain, Kroeker, and Halpern 2008; Pirotta et al. 2019). PCoMS models encompassing each key NARW habitat have been identified as a high priority target for management in a recent review of NARW health and monitoring needs (Moore et al. 2021).
This R package was developed as part of a dedicated study funded by the U.S. Bureau of Ocean Energy Management (BOEM, Contract 140M0121C0008).
We are grateful for the technical support received from the following individuals and organizations, all of whom provided data and/or analytical expertise: BOEM (Kyle Baker, James Price, Gregory Fulling, Mary Boatman, Ian Slayton, Sam Denes, Stanley Labak, Alex Conrad, Brian Hooker), CSA Ocean Sciences (Tara Stevens, Mary Jo Barkaszi, Kim Olsen), NOAA’s National Marine Fisheries Service (Eric Patterson, Lance Garrison, Jeff Adams, Hannah Blondin, Dan Linden, Laura Solinger), NOAA’s Decision Support Tool team (Burton Shank, Marisa Trego, Michael Asaro, Laura Solinger), the North Atlantic Right Whale Consortium, the New England Aquarium (Heather Pettis, Amy Knowlton, Philip Hamilton, Jessica Redfern), Woods Hole Oceanographic Institution (Carolyn Miller), the International Fund for Animal Welfare (Sarah Sharp), the Bigelow Laboratory for Ocean Sciences (Nick Record, Camille Ross), the MERIDIAN Initiative at Dalhousie University (Romina Gehrmann, Matthew Smith), Fisheries and Oceans Canada (Caroline Lehoux, Stéphane Plourde), the North Atlantic Fisheries Organization, and the ONR-SERDP funded PCOMS project. We also thank Fredrik Christiansen for guidance on the parameterization of the bioenergetic sub-model, and Susanna Blackwell, Susan Parks, Elizabeth Henderson, Brandon Southall, Paul Wensveen, and Aimee Darias O’Hara for their contributions to the expert elicitation on right whale sensitivity to piling noise.