This short document provides details on the work carried out to assess environmental effects on reproductive parameters of harp seals in the Northwest Atlantic.
This document is intended for internal use of the Fisheries and Oceans Canada team.
Project led by Garry Stenson and Shelley Lang.

Code and environemntal data to reproduce the analyses summarized in this document can be found in this repository.
Seal and prey field data will not be made available in the repository

1 Questions

2 Data

2.1 Biological data

2.1.1 Population size

Shelley provided population numbers (Jan 10, 2025) - courtesy of Joanie

2.1.2 Morphometric data

Here is the female LW relationship. \(W = aL^b\)

I am considering only beater and older here (based on pelage type). Also excluded foetus, stillborn & starvling

2.1.3 Relative condition

Using the LW relationship, I calculated the relative condition of seal \(\textit{i}\) as \(K_{r_i} = \frac{Weight_i}{\widehat{Weight_i}}\)

2.1.3.1 All maturity stages

Several things here:

  • Immature: high variability, centered around 1
  • NA: high variability, similar to immature - it would be nice to resolve these NAs if at all possible
  • Mature, pregnant: consistently high condition
  • Mature, lactating: good K
  • Mature, not pregnant, parous: similar to immature
  • Mature, recently given birth outside of norma period: mean above 1 - should the category “Harp; early pupper unk” be merged with this?
  • Mature, pregnant (delay period): low
  • There are clear year effects (e.g. 2004 vs early 80’s)
## Joining with `by = join_by(idsex)`
## `geom_smooth()` using method = 'gam' and formula = 'y ~ s(x, bs = "cs")'

2.1.3.2 Mature females

Here we can see the seasonal effects, particularly for i) Post lactation, ii) Delay period, iii) parous

## Joining with `by = join_by(idsex)`

2.2 Prey field

GBS received data from MKA on 2025-06-25

We will use the prey field available to seals in the fall (Fall RV)

Notes from MKA:

  • The Fall RV series is restricted to the Campelen series because it is more reliable for small pelagics and the only one with shrimp data
  • The Non-pandalus Shrimp corresponds to all “shrimp-like” spp recorded in the survey under the 8020 code. This code also includes Pandalus spp, so the numbers provided here are basically “all 8020 minus Pandalus spp”
  • All the Fall RV data have been converted to “modified Campelen” (the new boats) using the available conversion factors. This was possible because there are conversion factors for these groups for Fall 2J3KL.

MKA also sent 3L spring acoustic survey

Notes from MKA:

  • The 3L Capelin acoustic series is the one provided to me by the Pelagics Section (Aaron Adamack, Ron Lewis) for the 2025 Capelin assessment. The figures in red are the assigned or linearly interpolated ones that I use for running the capcod model.

Note from ADB:

  • I filtered out all interpolated and assigned biomass values

2.3 Environmental Indices

2.3.1 Newfoundland and Labrador Climate Index

Downloaded

Cyr and Galbraith (2020): https://doi.org/10.20383/101.0301

2.3.3 Atlantic Multidecadal Oscillation

For the capelin paper (Buren et al. (2014)) we used the 121-month smoothed estimates

The AMO was based on the Kaplan SST, but the dataset is not being updated anymore.
https://psl.noaa.gov/data/timeseries/AMO/

Therefore, I downloaded a few different options:

  1. Kaplan, unsmoothed: data/environment/AMO/amon.us.data.txt
    https://psl.noaa.gov/data/correlation/amon.us.data https://psl.noaa.gov/data/correlation/amon.us.long.data
    Data up to 2022

  2. Kaplan, smoothed: data/environment/AMO/amon.sm.data
    https://psl.noaa.gov/data/correlation/amon.sm.data https://psl.noaa.gov/data/correlation/amon.sm.long.data Data up to Jan 2018

  3. NOAA/NCEI has a time-series of the AMO based on the NOAA ERSSTV5: data/environment/AMO/ersst.v5.amo.dat.txt
    https://www1.ncdc.noaa.gov/pub/data/cmb/ersst/v5/index/ersst.v5.amo.dat
    Data up to July 2024

2.3.3.1 Kaplan dataset

Last smoothed estimate is from January 2018

Method:
  • Use the Kaplan SST dataset
  • Compute the area weighted average over the N Atlantic, basically 0 to 70N.
  • Detrend that time series
  • Smooth it with a 121 month smoother.

2.3.3.2 NOAA/NCEI dataset

Last smoothed estimate is from July 2019

I applied the same smoother as applied to the Kaplan dataset.

It looks like these data have not been detrended. AMO code is provided in the PSL website, (code provided by NCAR: National Center for Atmospheric Research) here.

2.3.3.3 Conclusion

The two datasets look similar, but the NOAA/NCEI has not been detrended.
NCAR provides AMO code. I am not sure what language this is, but I am sure that if we needed to use this dataset we could figure it out.
Note the very similar length of the datasets:

  • Kaplan: up to January 2018
  • NOAA/NCEI: up to July 2019

Note that these data are still at a monthly scale. We still need to define how we will translate it to an annual value.
Thoughts on how to proceed?

2.3.3.4 Annualize AMO

follow the same strategy as for NAO and AO, i.e. get the JFM mean

In this plot,

  • thin line: extracted and averaged the JFM values of the unsmoothed Kaplan dataset
  • thick black line: extracted and averaged the JFM values of the smoothed Kaplan dataset
  • thick red line: extracted and averaged the JFM values of the unsmoothed Kaplan dataset, and obtained the 10-year (equivalent to 121-month) rolling average

2.3.4 Arctic Oscillation

Downloaded

https://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/monthly.ao.index.b50.current.ascii

https://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/ao.shtml

Data is at a monthly scale. We need to smooth it. How should we do it? I can think of at least two options:

  • use a running average, as for AMO
  • use seasonal mean, as for NAO. See Zhang et al. (2021)

I am not sure how to approach this. I couldn’t find any details in Mullowney et al. (2023) on how they approached it. Maybe Shelley can check in with Darrell or Fred?

2.3.4.1 Smoothed

Last smoothed estimate is from August 2019

I applied the same smoother as applied to the AMO Kaplan dataset, not detrended.

2.3.4.2 Seasonal

This reproduces Zhang et al. (2021), i.e. mean AO from January to March

This is the plot presented by Zhang et al. (2021)
#### Annual

This plot presents it in a similar fashion as Mullowney et al. (2023), annual means

This is the plot presented by Mullowney et al. (2023)

2.3.4.3 Comparison annual - seasonal

I calculated both, and standardized (mean = 0, sd = 1) to visualize trends, without worrying about magnitudes - this is how we will most likely use all indices in the modelling exercises

2.3.4.4 Conclusion

We can dismiss the smoothed index.
I can perfectly reproduce Zhang et al. (2021).
I can perfectly reproduce Mullowney et al. (2023).

When we plot both together, they are very similar. There are some small differences - do these matter?
I think the important question here is: what is the expected effect of AO on the environment?
Can Shelley approach Fred?

2.3.5 Ice Area Cover

Downloaded from Canadian Ice Service

https://iceweb1.cis.ec.gc.ca/IceGraph/page1.xhtml?lang=en

In Stenson, Buren, and Koen-Alonso (2015): As a proxy for habitat change, we used the annual percentage midwinter ice area cover (week of 29 January). The percentage of ice cover was defined as the proportion of the regional East Coast (area: 1 975 854 km2) that was covered by first-year ice (≥30 cm thickness)

2.3.6 Correlations among environmental variables

In this plot, the AMO is the annualized taking the JFM mean of the smoothed values, i.e. the black thick line in Annualize AMO

High correlation (> 0.5):
  • winter NAO and AO (0.78)
  • NLCI and Ice Area (-0.76)
Moderate correlation (between 0.3 and 0.5):
  • winter NAO and NLCI (-0.49)
  • winter AMO and NLCI (0.41)
  • winter AMO and Ice Area (-0.4)
  • winter NAO and Ice Area (0.37)
  • NLCI and AO (-0.34)
Low correlation (< 0.3):
  • Ice Area and AO (0.123)
  • winter AMO and AO (0.1)
  • winter AMO and winter NAO (-0.01)

Maybe we are OK like this? i.e. dropping NLCI and NAO
I would really like to understand the hypothesized effect of each index on the environment to make this decision, but maybe I am asking too much?

This would also be in line with how one would approach this by looking at multicollinearity through variance inflation factors (Zuur, Ieno, and Elphick (2010)). Drop the variable with the highest VIF until all variables have VIFs < 3.


All variables

variable VIF
winter.amo.sm 1.44
first_year_ice 2.45
ao.seasonal 3.05
winterNAO 3.08
NLCI 3.37

Dropping NLCI

variable VIF
winter.amo.sm 1.26
first_year_ice 1.53
ao.seasonal 2.68
winterNAO 3.05

Dropping winter NAO - all VIFs < 3

variable VIF
ao.seasonal 1.12
winter.amo.sm 1.25
first_year_ice 1.32

Note: we agreed this is a purely statistical approach to variable selection. However, we will consider NLCI in our runs - it includes seeral of the variables (thus the correlations), and ecological hypotheses have been formulated using this index (fred Cyr et al.’s work). We will go through a different variable selection process for that set: 1. exclude datasets included in the NLCI, 2. follow the VIF approach for the remaining (if any) variables.

3 Methods

4 Results

References

Buren, Alejandro D., Mariano Koen-Alonso, Pierre Pepin, Fran Mowbray, Brian Nakashima, Garry Stenson, Neil Ollerhead, and William A. Montevecchi. 2014. “Bottom-up Regulation of Capelin, a Keystone Forage Species.” PLOS ONE 9 (2): 1–11. https://doi.org/10.1371/journal.pone.0087589.
Cyr, Frédéric, and Peter S. Galbraith. 2020. “Newfoundland and Labrador Climate Index.” https://doi.org/10.20383/101.0301.
Mullowney, Darrell R. J., Krista D. Baker, Cody S. Szuwalski, Stephanie A. Boudreau, Frédéric Cyr, and Brooks A. Kaiser. 2023. “Sub-Arctic No More: Short- and Long-Term Global-Scale Prospects for Snow Crab (Chionoecetes Opilio) Under Global Warming.” PLOS Climate 2 (10): 1–30. https://doi.org/10.1371/journal.pclm.0000294.
Stenson, Garry B., Alejandro D. Buren, and Mariano Koen-Alonso. 2015. The impact of changing climate and abundance on reproduction in an ice-dependent species, the Northwest Atlantic harp seal, Pagophilus groenlandicus.” ICES Journal of Marine Science 73 (2): 250–62. https://doi.org/10.1093/icesjms/fsv202.
Zhang, Jie, Zheng Sheng, Yantong Ma, Yang He, Xinjie Zuo, and Mingyuan He. 2021. “Analysis of the Positive Arctic Oscillation Index Event and Its Influence in the Winter and Spring of 2019/2020.” Frontiers in Earth Science 8. https://doi.org/10.3389/feart.2020.580601.
Zuur, Alain F., Elena N. Ieno, and Chris S. Elphick. 2010. “A Protocol for Data Exploration to Avoid Common Statistical Problems.” Methods in Ecology and Evolution 1 (1): 3–14. https://doi.org/https://doi.org/10.1111/j.2041-210X.2009.00001.x.