This document synthesizes an exploratory ecosystem focused analysis that integrates information derived from oceanographic conditions and ecological indicators, together with 4VWX Silver Hake stock indices. The aim is to provide an initial exploration of how this type of approach can inform our understanding of this stock, for discussion at the Groundfish Update. This document only presents results of analysis, and the interpretation of results can be discussed during the meeting. The longer-term intent of this exercise is to explore how we might more formally take an ecosystem approach to stock assessments. We will not be providing advice to management, but it may inform the advice given in the future.
Note that an important component of this exercise is to make analysis reproducible and available to everyone. Therefore this dynamic document is created using Rmarkdown, and the full code is available in https://github.com/AtlanticR. One of the advantages of this dynamic document is that this report can be reproduced by anyone, and the full document can be updated rapidly as more or different data becomes available or more analysis are implemented.
Data gathered was standardized using z-scores (distribution with a mean of 0 and a standard deviation of 1). Below is a list of all indicators used in this analysis (only indices without data gaps are included since the multi-variate analysis used here cannot handle missing values). Data sources for this full suite are summarized at the end of this document.
| Var1 | Freq |
|---|---|
| AnnualAvgIceVol_s | 17 |
| ArcticCalanus_s | 17 |
| Biomass_s | 17 |
| BiomassFlatfish_s | 17 |
| BiomassGadoids_s | 17 |
| BiomassInvertebrates_s | 17 |
| BiomassSkates_s | 17 |
| BiomassTL2_s | 17 |
| BloomAmplitude_s | 17 |
| BloomDuration_days_s | 17 |
| BloomInitiation_doy_s | 17 |
| BloomMagnitude_s | 17 |
| BottomT_July_s | 17 |
| BTGPiscivore_s | 17 |
| BTGZoopiscivore_s | 17 |
| C_finmarchicus_s | 17 |
| CCLargeBenthivore_s | 17 |
| CCMediumBenthivore_s | 17 |
| CCPiscivore_s | 17 |
| CCZoopiscivore_s | 17 |
| Chlorophyll_s | 17 |
| CommunityCondition_s | 17 |
| Copepods_s | 17 |
| CopepodsWarmOffshore_s | 17 |
| CopepodsWarmSppShelf_s | 17 |
| DiversityTargetSpp.L_s | 17 |
| FishingPressure.L_s | 17 |
| FPClupeids.L_s | 17 |
| GreySealPopulation_Model_s | 17 |
| Heips_s | 17 |
| Intrinsicvulnerabilityindex.L_s | 17 |
| InverseCVBiomass_s | 17 |
| Landings.L_s | 17 |
| LargeFishIndicator_s | 17 |
| LFlatfish.L_s | 17 |
| LLargePelagic.L_s | 17 |
| LSkates.L_s | 17 |
| MargalefRichness_s | 17 |
| MarineTrophicIndex.L_s | 17 |
| MeanLengthAbundance_s | 17 |
| MeanLifespan_s | 17 |
| MeanTrophicLevel.L_s | 17 |
| MeanTrophicLevel_s | 17 |
| NAO_s | 17 |
| NonCopepods_s | 17 |
| Pseudocalanus_s | 17 |
| Salinity_s | 17 |
| SilverHake.RV_s | 17 |
| SilverHakeAge1Abund4VWX.RV_s | 17 |
| SilverHakeBiomass4VWX.RV_s | 17 |
| SilverHakeLandings4VWX.L_s | 17 |
| StratificationIndex_s | 17 |
| TemperatureMeanSurface_s | 17 |
| ZooplanktonBiomass_s | 17 |
PCA was used to explain the relationship between these indicators and stock indices. Left panel show the annual trend in principal components (PC1 – PC3) scores, including the percentage of variations associated with each PCA. Right panels show the loadings of individual indicators on this PC.
Figure 1. First, second and third Principal Components (PC) results.
Figure 2. Scores for each year on the first two principal components (PC). The percentage amount of variance explained by each principal component is presented in the parenthesis of each axis (Dim 1 and Dim 2). Both figures are the same; the only difference is that the panel below plots the specific year for each symbol. This figures highlights that the system has changed since 1970, and has kept changing for the past 5 years.
Figure 3. Scores for each indicator on the first two principal components (PC). The percentage amount of variance explained by each principal component is presented in the parenthesis of each axis (Dim 1 and Dim 2). Higher values highlighted in orange show indicators that have relatively large loadings (contributions) on the PC. Variables that are close to the center of the plot (darker colours) are less important for the two principal components. This information is similar to that in Figure 1, for the first two principal components.
Heatmaps were used to provide a graphical representation of trends in the indicators over time. Individual values are represented by colors, where blue is high negative and red is high positive. For comparison two heatmaps are presented. In the first heatmap, a dendrogram is used to order indicators according with their similarities. In the second heatmap, indicators are ordered according with first PC loadings as per Figure 1.
Figure 4. Anomalies of indicators. In the top panel, a dendrogram is used to order indicators according with their similarities. In the bottom panel, Indicators are ordered for display according to their first principal component loadings (as per Figure 1).
Hierarchical cluster analysis was used to statistically classify indicators into clusters based on their dissimilarities. Euclidean distance and the complete agglomeration method were used, and results are displayed as a dendrogram. Distance between indicators and the height of the branches in the dendrograms provide information about the dissimilarity among indicators (i.e. the greater the distance between indicators and the height of their branches, the greater the difference between indicators).
Figure 5. Dendrogram of indicators on results from Hierarchical Cluster Analysis using the Euclidean distance and complete agglomeration method. To assess the uncertainty, and to evaluate how strongly the clusters were supported by data, Approximately Unbiased (AU) p-values were calculated via multiscale bootstrap resampling (1000 replications) (Suzuki and Shimodaira 2013). Clusters of similar indicators and AU p-values ≥ 95 are highlighted by green rectangles.
The following exploratory figures show results of hierarchical cluster analysis using the euclidean distance and complete agglomeration method, but then selecting two cut values to separate clusters (k = 3, and k = 4). Figure 6. Dendrogram showing the dissimilarity among years (left panel k= 3, right panel k = 4).
Figure 7. Right panel is dendrogram cut into 4 clusters. Left panels show indicators in each of the clusters of the dendrograms. Indicators are plotted using standardized data as well as loess smoothing.
Figure 8. Time-series of indicators included in this analysis, and grouped according to clusters in Figure 7. Indicators are plotted using standardized data as well as loess smoothing.
Spearman rank-correlation correlation results of the full suite of indicators used in this analysis. Note that you cam copy/paste this output to excel for easier visualization if necessary.
Table 1. Spearman rank correlation coefficients (r)
| MargalefRichness_s | Heips_s | LargeFishIndicator_s | BTGZoopiscivore_s | BTGPiscivore_s | Biomass_s | BiomassSkates_s | BiomassFlatfish_s | MeanLengthAbundance_s | MeanTrophicLevel_s | BiomassGadoids_s | CommunityCondition_s | CCMediumBenthivore_s | CCPiscivore_s | CCZoopiscivore_s | CCLargeBenthivore_s | MeanLifespan_s | Intrinsicvulnerabilityindex.L_s | InverseCVBiomass_s | MeanTrophicLevel.L_s | MarineTrophicIndex.L_s | DiversityTargetSpp.L_s | FishingPressure.L_s | FPClupeids.L_s | Landings.L_s | LSkates.L_s | LFlatfish.L_s | LLargePelagic.L_s | BiomassInvertebrates_s | BiomassTL2_s | GreySealPopulation_Model_s | BottomT_July_s | NAO_s | AnnualAvgIceVol_s | StratificationIndex_s | TemperatureMeanSurface_s | Salinity_s | Chlorophyll_s | C_finmarchicus_s | Pseudocalanus_s | Copepods_s | NonCopepods_s | ZooplanktonBiomass_s | BloomInitiation_doy_s | BloomDuration_days_s | BloomAmplitude_s | BloomMagnitude_s | ArcticCalanus_s | CopepodsWarmOffshore_s | CopepodsWarmSppShelf_s | SilverHake.RV_s | SilverHakeAge1Abund4VWX.RV_s | SilverHakeBiomass4VWX.RV_s | SilverHakeLandings4VWX.L_s | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MargalefRichness_s | 1.00 | -0.59 | -0.24 | 0.65 | -0.42 | 0.58 | 0.48 | 0.44 | -0.30 | -0.46 | 0.43 | 0.06 | 0.03 | 0.61 | 0.00 | -0.32 | 0.31 | 0.51 | -0.68 | -0.48 | -0.44 | -0.73 | -0.82 | -0.81 | -0.92 | 0.38 | 0.65 | -0.14 | 0.58 | 0.58 | 0.90 | 0.37 | -0.02 | -0.09 | 0.40 | 0.47 | -0.45 | 0.10 | -0.40 | -0.55 | -0.43 | -0.03 | -0.43 | -0.02 | -0.16 | -0.05 | -0.20 | -0.26 | 0.20 | -0.66 | 0.39 | 0.21 | 0.64 | -0.85 |
| Heips_s | -0.59 | 1.00 | 0.27 | -0.55 | 0.27 | -0.39 | -0.33 | -0.19 | 0.43 | 0.17 | -0.31 | -0.10 | -0.32 | -0.19 | -0.12 | -0.07 | -0.19 | -0.51 | 0.57 | 0.52 | 0.34 | 0.14 | 0.43 | 0.56 | 0.51 | -0.14 | -0.31 | 0.00 | -0.58 | -0.25 | -0.61 | -0.32 | -0.11 | -0.36 | -0.15 | -0.21 | -0.07 | -0.21 | 0.07 | 0.31 | 0.12 | 0.01 | 0.30 | 0.32 | -0.32 | 0.05 | 0.00 | 0.13 | -0.35 | 0.54 | -0.30 | -0.52 | -0.34 | 0.48 |
| LargeFishIndicator_s | -0.24 | 0.27 | 1.00 | -0.56 | 0.54 | 0.08 | 0.05 | 0.36 | 0.55 | 0.24 | -0.14 | -0.60 | -0.48 | -0.47 | -0.37 | 0.32 | -0.04 | -0.28 | 0.31 | 0.25 | 0.14 | 0.29 | 0.15 | 0.52 | 0.27 | -0.29 | -0.10 | -0.24 | -0.54 | -0.34 | -0.38 | -0.37 | -0.61 | -0.50 | 0.03 | -0.18 | -0.23 | 0.00 | 0.05 | -0.08 | -0.26 | -0.41 | 0.05 | -0.21 | 0.41 | 0.14 | 0.38 | 0.17 | -0.16 | -0.05 | -0.07 | -0.19 | -0.48 | 0.26 |
| BTGZoopiscivore_s | 0.65 | -0.55 | -0.56 | 1.00 | -0.43 | 0.71 | 0.41 | 0.28 | -0.36 | -0.41 | 0.44 | 0.30 | 0.22 | 0.48 | 0.22 | -0.48 | 0.41 | 0.14 | -0.60 | -0.13 | -0.09 | -0.32 | -0.78 | -0.84 | -0.70 | 0.06 | 0.25 | -0.01 | 0.49 | 0.64 | 0.58 | 0.20 | 0.19 | 0.20 | 0.21 | 0.38 | -0.08 | 0.13 | 0.01 | -0.13 | -0.12 | 0.01 | -0.07 | 0.11 | -0.23 | -0.19 | -0.38 | -0.21 | 0.06 | -0.41 | 0.37 | 0.28 | 0.52 | -0.50 |
| BTGPiscivore_s | -0.42 | 0.27 | 0.54 | -0.43 | 1.00 | -0.32 | -0.10 | -0.28 | 0.21 | 0.84 | -0.36 | 0.00 | -0.54 | -0.58 | 0.09 | 0.20 | 0.07 | -0.17 | 0.33 | 0.28 | 0.52 | 0.30 | 0.22 | 0.44 | 0.31 | -0.13 | -0.38 | 0.08 | -0.51 | -0.30 | -0.45 | -0.27 | -0.01 | -0.46 | -0.27 | -0.48 | -0.23 | 0.12 | 0.31 | 0.40 | 0.01 | -0.44 | 0.02 | -0.10 | 0.29 | 0.20 | 0.36 | 0.23 | 0.02 | 0.15 | -0.40 | -0.04 | -0.59 | 0.57 |
| Biomass_s | 0.58 | -0.39 | 0.08 | 0.71 | -0.32 | 1.00 | 0.49 | 0.75 | 0.00 | -0.54 | 0.54 | -0.32 | -0.02 | 0.27 | -0.24 | -0.41 | 0.30 | -0.18 | -0.47 | 0.09 | -0.16 | -0.27 | -0.81 | -0.62 | -0.52 | -0.17 | 0.31 | -0.25 | 0.12 | 0.49 | 0.39 | 0.07 | -0.30 | -0.13 | 0.31 | 0.48 | -0.18 | 0.04 | -0.04 | -0.27 | -0.17 | -0.03 | 0.14 | -0.04 | 0.08 | -0.23 | -0.25 | -0.25 | -0.02 | -0.31 | 0.55 | 0.10 | 0.36 | -0.41 |
| BiomassSkates_s | 0.48 | -0.33 | 0.05 | 0.41 | -0.10 | 0.49 | 1.00 | 0.45 | 0.03 | -0.07 | 0.41 | -0.16 | 0.03 | 0.09 | -0.28 | -0.36 | 0.10 | -0.03 | -0.37 | -0.16 | -0.44 | -0.12 | -0.48 | -0.28 | -0.38 | -0.01 | 0.41 | -0.40 | 0.28 | 0.16 | 0.49 | -0.11 | 0.06 | 0.11 | 0.23 | 0.17 | 0.07 | 0.69 | -0.27 | -0.12 | -0.38 | -0.05 | -0.14 | 0.01 | -0.09 | 0.42 | 0.31 | 0.05 | -0.18 | -0.49 | 0.47 | 0.14 | 0.29 | -0.44 |
| BiomassFlatfish_s | 0.44 | -0.19 | 0.36 | 0.28 | -0.28 | 0.75 | 0.45 | 1.00 | 0.14 | -0.61 | 0.12 | -0.36 | 0.07 | 0.36 | -0.26 | -0.21 | 0.42 | -0.15 | -0.34 | 0.09 | -0.29 | -0.19 | -0.49 | -0.23 | -0.31 | -0.14 | 0.27 | -0.31 | -0.02 | 0.34 | 0.27 | -0.08 | -0.46 | -0.08 | 0.24 | 0.34 | -0.18 | 0.20 | -0.19 | -0.45 | -0.24 | -0.02 | 0.15 | -0.08 | 0.00 | 0.04 | -0.01 | 0.00 | -0.04 | -0.30 | 0.21 | 0.01 | 0.15 | -0.39 |
| MeanLengthAbundance_s | -0.30 | 0.43 | 0.55 | -0.36 | 0.21 | 0.00 | 0.03 | 0.14 | 1.00 | 0.12 | -0.05 | -0.28 | -0.26 | -0.43 | -0.15 | 0.24 | -0.12 | -0.22 | 0.58 | 0.27 | 0.28 | 0.31 | 0.13 | 0.30 | 0.23 | -0.08 | -0.16 | -0.07 | -0.33 | -0.41 | -0.30 | -0.32 | -0.21 | -0.42 | -0.11 | -0.05 | -0.07 | -0.23 | -0.28 | -0.09 | -0.25 | -0.22 | -0.28 | -0.13 | 0.01 | -0.13 | -0.07 | -0.08 | -0.23 | -0.01 | 0.01 | 0.11 | -0.11 | 0.24 |
| MeanTrophicLevel_s | -0.46 | 0.17 | 0.24 | -0.41 | 0.84 | -0.54 | -0.07 | -0.61 | 0.12 | 1.00 | -0.19 | 0.04 | -0.34 | -0.72 | -0.01 | 0.21 | -0.26 | 0.00 | 0.45 | 0.03 | 0.30 | 0.32 | 0.38 | 0.44 | 0.35 | 0.05 | -0.25 | 0.07 | -0.26 | -0.47 | -0.32 | -0.12 | 0.29 | -0.22 | -0.28 | -0.44 | 0.06 | 0.18 | 0.13 | 0.45 | 0.02 | -0.28 | -0.17 | -0.05 | 0.15 | 0.20 | 0.28 | 0.03 | 0.05 | 0.15 | -0.20 | 0.05 | -0.37 | 0.43 |
| BiomassGadoids_s | 0.43 | -0.31 | -0.14 | 0.44 | -0.36 | 0.54 | 0.41 | 0.12 | -0.05 | -0.19 | 1.00 | -0.51 | -0.14 | 0.03 | -0.60 | -0.33 | -0.52 | -0.01 | -0.16 | -0.36 | -0.41 | -0.37 | -0.52 | -0.52 | -0.38 | 0.07 | 0.62 | -0.25 | 0.41 | 0.02 | 0.50 | 0.38 | -0.10 | -0.02 | 0.15 | 0.41 | 0.17 | -0.09 | -0.15 | -0.14 | -0.16 | 0.02 | -0.14 | 0.15 | 0.09 | -0.36 | -0.34 | -0.48 | -0.02 | -0.19 | 0.96 | 0.20 | 0.68 | -0.51 |
| CommunityCondition_s | 0.06 | -0.10 | -0.60 | 0.30 | 0.00 | -0.32 | -0.16 | -0.36 | -0.28 | 0.04 | -0.51 | 1.00 | 0.27 | 0.42 | 0.91 | 0.01 | 0.59 | 0.32 | -0.24 | -0.01 | 0.36 | 0.06 | 0.01 | -0.19 | -0.22 | 0.16 | -0.34 | 0.40 | 0.25 | 0.35 | 0.07 | -0.10 | 0.43 | 0.29 | -0.16 | -0.27 | -0.14 | 0.13 | 0.19 | 0.09 | -0.01 | -0.12 | -0.21 | 0.09 | -0.39 | 0.20 | -0.01 | 0.36 | 0.02 | -0.20 | -0.64 | 0.19 | -0.08 | 0.09 |
| CCMediumBenthivore_s | 0.03 | -0.32 | -0.48 | 0.22 | -0.54 | -0.02 | 0.03 | 0.07 | -0.26 | -0.34 | -0.14 | 0.27 | 1.00 | 0.16 | 0.10 | -0.22 | 0.07 | 0.05 | -0.01 | -0.01 | -0.31 | 0.13 | 0.19 | -0.07 | 0.10 | 0.15 | -0.03 | -0.33 | 0.07 | 0.09 | 0.07 | 0.00 | 0.20 | 0.73 | 0.05 | 0.09 | 0.45 | 0.32 | 0.01 | 0.07 | 0.16 | 0.38 | 0.14 | 0.02 | -0.36 | 0.10 | -0.14 | 0.03 | -0.06 | 0.00 | -0.05 | 0.03 | 0.11 | -0.12 |
| CCPiscivore_s | 0.61 | -0.19 | -0.47 | 0.48 | -0.58 | 0.27 | 0.09 | 0.36 | -0.43 | -0.72 | 0.03 | 0.42 | 0.16 | 1.00 | 0.35 | -0.24 | 0.48 | 0.25 | -0.65 | -0.23 | -0.22 | -0.52 | -0.44 | -0.53 | -0.56 | 0.15 | 0.31 | 0.18 | 0.49 | 0.63 | 0.53 | 0.18 | -0.08 | 0.20 | 0.06 | 0.19 | -0.25 | 0.02 | -0.06 | -0.43 | -0.18 | 0.02 | -0.06 | 0.24 | -0.38 | 0.02 | -0.18 | 0.17 | 0.01 | -0.35 | -0.09 | 0.09 | 0.44 | -0.52 |
| CCZoopiscivore_s | 0.00 | -0.12 | -0.37 | 0.22 | 0.09 | -0.24 | -0.28 | -0.26 | -0.15 | -0.01 | -0.60 | 0.91 | 0.10 | 0.35 | 1.00 | 0.27 | 0.71 | 0.31 | -0.29 | 0.06 | 0.56 | 0.19 | 0.00 | -0.14 | -0.17 | -0.05 | -0.50 | 0.53 | 0.13 | 0.34 | -0.07 | -0.19 | 0.29 | 0.16 | -0.22 | -0.33 | -0.21 | -0.03 | 0.22 | 0.02 | -0.01 | -0.22 | -0.17 | -0.06 | -0.09 | 0.07 | 0.01 | 0.42 | 0.09 | -0.19 | -0.73 | 0.26 | -0.25 | 0.22 |
| CCLargeBenthivore_s | -0.32 | -0.07 | 0.32 | -0.48 | 0.20 | -0.41 | -0.36 | -0.21 | 0.24 | 0.21 | -0.33 | 0.01 | -0.22 | -0.24 | 0.27 | 1.00 | -0.06 | 0.32 | 0.04 | -0.27 | 0.30 | 0.40 | 0.50 | 0.42 | 0.32 | -0.18 | -0.34 | 0.50 | 0.00 | -0.30 | -0.23 | -0.27 | -0.25 | 0.00 | -0.48 | -0.51 | 0.12 | -0.18 | -0.14 | -0.29 | -0.27 | -0.40 | -0.26 | -0.29 | 0.47 | -0.05 | 0.20 | 0.30 | 0.02 | -0.15 | -0.33 | 0.26 | -0.24 | 0.25 |
| MeanLifespan_s | 0.31 | -0.19 | -0.04 | 0.41 | 0.07 | 0.30 | 0.10 | 0.42 | -0.12 | -0.26 | -0.52 | 0.59 | 0.07 | 0.48 | 0.71 | -0.06 | 1.00 | 0.13 | -0.47 | 0.21 | 0.35 | 0.02 | -0.39 | -0.28 | -0.41 | -0.14 | -0.28 | 0.16 | -0.01 | 0.58 | 0.09 | -0.21 | 0.05 | 0.00 | 0.06 | -0.04 | -0.41 | 0.20 | 0.14 | -0.14 | -0.12 | -0.20 | 0.00 | -0.09 | -0.12 | 0.16 | 0.05 | 0.33 | 0.12 | -0.33 | -0.56 | 0.14 | -0.25 | -0.04 |
| Intrinsicvulnerabilityindex.L_s | 0.51 | -0.51 | -0.28 | 0.14 | -0.17 | -0.18 | -0.03 | -0.15 | -0.22 | 0.00 | -0.01 | 0.32 | 0.05 | 0.25 | 0.31 | 0.32 | 0.13 | 1.00 | -0.30 | -0.80 | -0.10 | -0.35 | -0.19 | -0.42 | -0.55 | 0.58 | 0.18 | 0.26 | 0.57 | 0.20 | 0.64 | 0.44 | 0.27 | 0.02 | 0.15 | 0.19 | -0.24 | -0.08 | -0.45 | -0.55 | -0.26 | -0.08 | -0.73 | -0.28 | 0.00 | -0.11 | -0.18 | -0.24 | 0.53 | -0.42 | -0.04 | 0.31 | 0.31 | -0.55 |
| InverseCVBiomass_s | -0.68 | 0.57 | 0.31 | -0.60 | 0.33 | -0.47 | -0.37 | -0.34 | 0.58 | 0.45 | -0.16 | -0.24 | -0.01 | -0.65 | -0.29 | 0.04 | -0.47 | -0.30 | 1.00 | 0.23 | 0.15 | 0.38 | 0.58 | 0.58 | 0.59 | -0.06 | -0.16 | -0.28 | -0.40 | -0.78 | -0.53 | -0.17 | 0.04 | -0.08 | -0.12 | -0.19 | 0.27 | -0.31 | 0.13 | 0.47 | 0.22 | 0.04 | 0.01 | 0.20 | -0.03 | -0.21 | -0.15 | -0.14 | -0.16 | 0.45 | -0.09 | -0.07 | -0.36 | 0.43 |
| MeanTrophicLevel.L_s | -0.48 | 0.52 | 0.25 | -0.13 | 0.28 | 0.09 | -0.16 | 0.09 | 0.27 | 0.03 | -0.36 | -0.01 | -0.01 | -0.23 | 0.06 | -0.27 | 0.21 | -0.80 | 0.23 | 1.00 | 0.40 | 0.40 | 0.15 | 0.37 | 0.42 | -0.38 | -0.51 | -0.06 | -0.76 | 0.10 | -0.75 | -0.32 | -0.08 | -0.24 | 0.02 | -0.04 | -0.10 | 0.04 | 0.35 | 0.40 | 0.35 | 0.14 | 0.56 | -0.09 | -0.15 | 0.20 | 0.18 | 0.14 | -0.24 | 0.45 | -0.34 | -0.41 | -0.49 | 0.66 |
| MarineTrophicIndex.L_s | -0.44 | 0.34 | 0.14 | -0.09 | 0.52 | -0.16 | -0.44 | -0.29 | 0.28 | 0.30 | -0.41 | 0.36 | -0.31 | -0.22 | 0.56 | 0.30 | 0.35 | -0.10 | 0.15 | 0.40 | 1.00 | 0.39 | 0.10 | 0.11 | 0.22 | -0.17 | -0.82 | 0.44 | -0.52 | 0.13 | -0.55 | -0.26 | 0.01 | -0.34 | -0.35 | -0.35 | -0.20 | -0.23 | 0.35 | 0.21 | 0.12 | -0.39 | 0.09 | -0.16 | 0.10 | -0.19 | -0.13 | 0.21 | 0.05 | 0.28 | -0.53 | -0.04 | -0.48 | 0.66 |
| DiversityTargetSpp.L_s | -0.73 | 0.14 | 0.29 | -0.32 | 0.30 | -0.27 | -0.12 | -0.19 | 0.31 | 0.32 | -0.37 | 0.06 | 0.13 | -0.52 | 0.19 | 0.40 | 0.02 | -0.35 | 0.38 | 0.40 | 0.39 | 1.00 | 0.58 | 0.64 | 0.60 | -0.57 | -0.65 | 0.00 | -0.40 | -0.39 | -0.72 | -0.45 | 0.00 | 0.32 | -0.24 | -0.41 | 0.51 | 0.22 | 0.41 | 0.34 | 0.14 | -0.18 | 0.18 | -0.20 | 0.24 | 0.20 | 0.36 | 0.37 | -0.17 | 0.15 | -0.34 | 0.09 | -0.68 | 0.62 |
| FishingPressure.L_s | -0.82 | 0.43 | 0.15 | -0.78 | 0.22 | -0.81 | -0.48 | -0.49 | 0.13 | 0.38 | -0.52 | 0.01 | 0.19 | -0.44 | 0.00 | 0.50 | -0.39 | -0.19 | 0.58 | 0.15 | 0.10 | 0.58 | 1.00 | 0.88 | 0.86 | -0.15 | -0.43 | 0.11 | -0.35 | -0.61 | -0.66 | -0.35 | -0.04 | 0.29 | -0.39 | -0.54 | 0.46 | 0.02 | 0.17 | 0.31 | 0.19 | 0.04 | 0.22 | 0.03 | 0.04 | 0.24 | 0.32 | 0.36 | -0.25 | 0.41 | -0.45 | -0.21 | -0.49 | 0.58 |
| FPClupeids.L_s | -0.81 | 0.56 | 0.52 | -0.84 | 0.44 | -0.62 | -0.28 | -0.23 | 0.30 | 0.44 | -0.52 | -0.19 | -0.07 | -0.53 | -0.14 | 0.42 | -0.28 | -0.42 | 0.58 | 0.37 | 0.11 | 0.64 | 0.88 | 1.00 | 0.84 | -0.34 | -0.40 | -0.04 | -0.54 | -0.60 | -0.76 | -0.51 | -0.23 | 0.04 | -0.28 | -0.54 | 0.30 | 0.15 | 0.21 | 0.31 | 0.07 | -0.11 | 0.29 | 0.01 | 0.11 | 0.40 | 0.53 | 0.44 | -0.35 | 0.33 | -0.44 | -0.31 | -0.66 | 0.63 |
| Landings.L_s | -0.92 | 0.51 | 0.27 | -0.70 | 0.31 | -0.52 | -0.38 | -0.31 | 0.23 | 0.35 | -0.38 | -0.22 | 0.10 | -0.56 | -0.17 | 0.32 | -0.41 | -0.55 | 0.59 | 0.42 | 0.22 | 0.60 | 0.86 | 0.84 | 1.00 | -0.32 | -0.52 | 0.05 | -0.59 | -0.58 | -0.82 | -0.42 | -0.13 | 0.15 | -0.43 | -0.49 | 0.50 | 0.01 | 0.30 | 0.47 | 0.38 | 0.11 | 0.56 | 0.03 | 0.19 | 0.15 | 0.29 | 0.33 | -0.31 | 0.65 | -0.30 | -0.30 | -0.52 | 0.79 |
| LSkates.L_s | 0.38 | -0.14 | -0.29 | 0.06 | -0.13 | -0.17 | -0.01 | -0.14 | -0.08 | 0.05 | 0.07 | 0.16 | 0.15 | 0.15 | -0.05 | -0.18 | -0.14 | 0.58 | -0.06 | -0.38 | -0.17 | -0.57 | -0.15 | -0.34 | -0.32 | 1.00 | 0.16 | 0.17 | 0.21 | 0.28 | 0.45 | 0.53 | 0.19 | -0.29 | 0.30 | 0.45 | -0.44 | -0.03 | -0.48 | -0.46 | -0.05 | 0.18 | -0.46 | -0.32 | -0.43 | 0.13 | -0.14 | -0.40 | 0.34 | -0.05 | 0.07 | -0.20 | 0.50 | -0.33 |
| LFlatfish.L_s | 0.65 | -0.31 | -0.10 | 0.25 | -0.38 | 0.31 | 0.41 | 0.27 | -0.16 | -0.25 | 0.62 | -0.34 | -0.03 | 0.31 | -0.50 | -0.34 | -0.28 | 0.18 | -0.16 | -0.51 | -0.82 | -0.65 | -0.43 | -0.40 | -0.52 | 0.16 | 1.00 | -0.43 | 0.60 | -0.10 | 0.75 | 0.29 | -0.06 | 0.07 | 0.22 | 0.29 | -0.02 | -0.02 | -0.36 | -0.20 | -0.34 | 0.09 | -0.31 | 0.38 | -0.07 | -0.16 | -0.20 | -0.33 | -0.05 | -0.44 | 0.65 | 0.28 | 0.64 | -0.80 |
| LLargePelagic.L_s | -0.14 | 0.00 | -0.24 | -0.01 | 0.08 | -0.25 | -0.40 | -0.31 | -0.07 | 0.07 | -0.25 | 0.40 | -0.33 | 0.18 | 0.53 | 0.50 | 0.16 | 0.26 | -0.28 | -0.06 | 0.44 | 0.00 | 0.11 | -0.04 | 0.05 | 0.17 | -0.43 | 1.00 | 0.19 | 0.26 | -0.09 | 0.14 | 0.09 | -0.23 | -0.30 | -0.10 | -0.24 | -0.30 | -0.08 | -0.32 | 0.12 | -0.07 | -0.09 | -0.34 | 0.13 | -0.01 | 0.05 | 0.11 | 0.23 | 0.10 | -0.36 | 0.09 | 0.09 | 0.27 |
| BiomassInvertebrates_s | 0.58 | -0.58 | -0.54 | 0.49 | -0.51 | 0.12 | 0.28 | -0.02 | -0.33 | -0.26 | 0.41 | 0.25 | 0.07 | 0.49 | 0.13 | 0.00 | -0.01 | 0.57 | -0.40 | -0.76 | -0.52 | -0.40 | -0.35 | -0.54 | -0.59 | 0.21 | 0.60 | 0.19 | 1.00 | 0.08 | 0.80 | 0.32 | 0.23 | 0.36 | 0.11 | 0.19 | 0.08 | -0.05 | -0.27 | -0.34 | -0.25 | 0.04 | -0.48 | 0.18 | 0.00 | -0.12 | -0.16 | -0.13 | 0.13 | -0.55 | 0.36 | 0.52 | 0.62 | -0.71 |
| BiomassTL2_s | 0.58 | -0.25 | -0.34 | 0.64 | -0.30 | 0.49 | 0.16 | 0.34 | -0.41 | -0.47 | 0.02 | 0.35 | 0.09 | 0.63 | 0.34 | -0.30 | 0.58 | 0.20 | -0.78 | 0.10 | 0.13 | -0.39 | -0.61 | -0.60 | -0.58 | 0.28 | -0.10 | 0.26 | 0.08 | 1.00 | 0.33 | 0.26 | -0.01 | -0.16 | 0.27 | 0.42 | -0.49 | 0.19 | -0.12 | -0.46 | -0.10 | 0.02 | 0.02 | -0.25 | -0.38 | 0.15 | -0.10 | -0.07 | 0.21 | -0.22 | -0.06 | -0.22 | 0.31 | -0.30 |
| GreySealPopulation_Model_s | 0.90 | -0.61 | -0.38 | 0.58 | -0.45 | 0.39 | 0.49 | 0.27 | -0.30 | -0.32 | 0.50 | 0.07 | 0.07 | 0.53 | -0.07 | -0.23 | 0.09 | 0.64 | -0.53 | -0.75 | -0.55 | -0.72 | -0.66 | -0.76 | -0.82 | 0.45 | 0.75 | -0.09 | 0.80 | 0.33 | 1.00 | 0.41 | 0.13 | 0.09 | 0.25 | 0.38 | -0.20 | 0.08 | -0.48 | -0.49 | -0.41 | 0.01 | -0.53 | 0.11 | -0.14 | -0.12 | -0.27 | -0.31 | 0.21 | -0.62 | 0.49 | 0.38 | 0.75 | -0.91 |
| BottomT_July_s | 0.37 | -0.32 | -0.37 | 0.20 | -0.27 | 0.07 | -0.11 | -0.08 | -0.32 | -0.12 | 0.38 | -0.10 | 0.00 | 0.18 | -0.19 | -0.27 | -0.21 | 0.44 | -0.17 | -0.32 | -0.26 | -0.45 | -0.35 | -0.51 | -0.42 | 0.53 | 0.29 | 0.14 | 0.32 | 0.26 | 0.41 | 1.00 | 0.42 | -0.15 | 0.36 | 0.72 | -0.15 | -0.26 | -0.30 | -0.34 | 0.40 | 0.49 | -0.31 | -0.40 | -0.03 | -0.30 | -0.35 | -0.77 | 0.82 | 0.18 | 0.36 | 0.12 | 0.44 | -0.42 |
| NAO_s | -0.02 | -0.11 | -0.61 | 0.19 | -0.01 | -0.30 | 0.06 | -0.46 | -0.21 | 0.29 | -0.10 | 0.43 | 0.20 | -0.08 | 0.29 | -0.25 | 0.05 | 0.27 | 0.04 | -0.08 | 0.01 | 0.00 | -0.04 | -0.23 | -0.13 | 0.19 | -0.06 | 0.09 | 0.23 | -0.01 | 0.13 | 0.42 | 1.00 | 0.22 | 0.09 | 0.19 | 0.20 | 0.10 | -0.20 | 0.31 | 0.46 | 0.54 | -0.21 | -0.09 | -0.15 | -0.05 | -0.16 | -0.38 | 0.52 | 0.25 | -0.06 | 0.26 | 0.02 | -0.04 |
| AnnualAvgIceVol_s | -0.09 | -0.36 | -0.50 | 0.20 | -0.46 | -0.13 | 0.11 | -0.08 | -0.42 | -0.22 | -0.02 | 0.29 | 0.73 | 0.20 | 0.16 | 0.00 | 0.00 | 0.02 | -0.08 | -0.24 | -0.34 | 0.32 | 0.29 | 0.04 | 0.15 | -0.29 | 0.07 | -0.23 | 0.36 | -0.16 | 0.09 | -0.15 | 0.22 | 1.00 | -0.22 | -0.26 | 0.78 | 0.36 | 0.25 | 0.26 | 0.09 | 0.16 | 0.17 | 0.33 | -0.07 | 0.05 | -0.01 | 0.29 | -0.17 | -0.11 | 0.00 | 0.32 | 0.01 | -0.13 |
| StratificationIndex_s | 0.40 | -0.15 | 0.03 | 0.21 | -0.27 | 0.31 | 0.23 | 0.24 | -0.11 | -0.28 | 0.15 | -0.16 | 0.05 | 0.06 | -0.22 | -0.48 | 0.06 | 0.15 | -0.12 | 0.02 | -0.35 | -0.24 | -0.39 | -0.28 | -0.43 | 0.30 | 0.22 | -0.30 | 0.11 | 0.27 | 0.25 | 0.36 | 0.09 | -0.22 | 1.00 | 0.77 | -0.43 | -0.07 | -0.10 | -0.18 | 0.19 | 0.44 | -0.05 | -0.32 | -0.05 | 0.19 | 0.15 | -0.35 | 0.26 | -0.04 | 0.25 | -0.43 | 0.00 | -0.34 |
| TemperatureMeanSurface_s | 0.47 | -0.21 | -0.18 | 0.38 | -0.48 | 0.48 | 0.17 | 0.34 | -0.05 | -0.44 | 0.41 | -0.27 | 0.09 | 0.19 | -0.33 | -0.51 | -0.04 | 0.19 | -0.19 | -0.04 | -0.35 | -0.41 | -0.54 | -0.54 | -0.49 | 0.45 | 0.29 | -0.10 | 0.19 | 0.42 | 0.38 | 0.72 | 0.19 | -0.26 | 0.77 | 1.00 | -0.30 | -0.20 | -0.38 | -0.43 | 0.29 | 0.58 | -0.13 | -0.42 | -0.16 | -0.15 | -0.27 | -0.74 | 0.52 | 0.09 | 0.48 | -0.20 | 0.41 | -0.48 |
| Salinity_s | -0.45 | -0.07 | -0.23 | -0.08 | -0.23 | -0.18 | 0.07 | -0.18 | -0.07 | 0.06 | 0.17 | -0.14 | 0.45 | -0.25 | -0.21 | 0.12 | -0.41 | -0.24 | 0.27 | -0.10 | -0.20 | 0.51 | 0.46 | 0.30 | 0.50 | -0.44 | -0.02 | -0.24 | 0.08 | -0.49 | -0.20 | -0.15 | 0.20 | 0.78 | -0.43 | -0.30 | 1.00 | 0.26 | 0.16 | 0.39 | 0.19 | 0.16 | 0.26 | 0.28 | 0.10 | -0.14 | -0.08 | 0.08 | -0.17 | 0.21 | 0.24 | 0.31 | -0.04 | 0.11 |
| Chlorophyll_s | 0.10 | -0.21 | 0.00 | 0.13 | 0.12 | 0.04 | 0.69 | 0.20 | -0.23 | 0.18 | -0.09 | 0.13 | 0.32 | 0.02 | -0.03 | -0.18 | 0.20 | -0.08 | -0.31 | 0.04 | -0.23 | 0.22 | 0.02 | 0.15 | 0.01 | -0.03 | -0.02 | -0.30 | -0.05 | 0.19 | 0.08 | -0.26 | 0.10 | 0.36 | -0.07 | -0.20 | 0.26 | 1.00 | -0.02 | 0.04 | -0.27 | -0.14 | 0.06 | -0.04 | -0.28 | 0.73 | 0.53 | 0.37 | -0.21 | -0.31 | -0.04 | -0.04 | -0.06 | -0.08 |
| C_finmarchicus_s | -0.40 | 0.07 | 0.05 | 0.01 | 0.31 | -0.04 | -0.27 | -0.19 | -0.28 | 0.13 | -0.15 | 0.19 | 0.01 | -0.06 | 0.22 | -0.14 | 0.14 | -0.45 | 0.13 | 0.35 | 0.35 | 0.41 | 0.17 | 0.21 | 0.30 | -0.48 | -0.36 | -0.08 | -0.27 | -0.12 | -0.48 | -0.30 | -0.20 | 0.25 | -0.10 | -0.38 | 0.16 | -0.02 | 1.00 | 0.62 | 0.32 | -0.24 | 0.54 | 0.27 | 0.24 | 0.02 | 0.18 | 0.50 | -0.25 | 0.21 | -0.28 | -0.11 | -0.55 | 0.52 |
| Pseudocalanus_s | -0.55 | 0.31 | -0.08 | -0.13 | 0.40 | -0.27 | -0.12 | -0.45 | -0.09 | 0.45 | -0.14 | 0.09 | 0.07 | -0.43 | 0.02 | -0.29 | -0.14 | -0.55 | 0.47 | 0.40 | 0.21 | 0.34 | 0.31 | 0.31 | 0.47 | -0.46 | -0.20 | -0.32 | -0.34 | -0.46 | -0.49 | -0.34 | 0.31 | 0.26 | -0.18 | -0.43 | 0.39 | 0.04 | 0.62 | 1.00 | 0.44 | 0.12 | 0.50 | 0.48 | 0.12 | -0.05 | 0.05 | 0.21 | -0.27 | 0.47 | -0.14 | -0.07 | -0.51 | 0.56 |
| Copepods_s | -0.43 | 0.12 | -0.26 | -0.12 | 0.01 | -0.17 | -0.38 | -0.24 | -0.25 | 0.02 | -0.16 | -0.01 | 0.16 | -0.18 | -0.01 | -0.27 | -0.12 | -0.26 | 0.22 | 0.35 | 0.12 | 0.14 | 0.19 | 0.07 | 0.38 | -0.05 | -0.34 | 0.12 | -0.25 | -0.10 | -0.41 | 0.40 | 0.46 | 0.09 | 0.19 | 0.29 | 0.19 | -0.27 | 0.32 | 0.44 | 1.00 | 0.74 | 0.53 | -0.21 | 0.23 | -0.17 | -0.05 | -0.26 | 0.47 | 0.83 | -0.11 | -0.21 | -0.32 | 0.46 |
| NonCopepods_s | -0.03 | 0.01 | -0.41 | 0.01 | -0.44 | -0.03 | -0.05 | -0.02 | -0.22 | -0.28 | 0.02 | -0.12 | 0.38 | 0.02 | -0.22 | -0.40 | -0.20 | -0.08 | 0.04 | 0.14 | -0.39 | -0.18 | 0.04 | -0.11 | 0.11 | 0.18 | 0.09 | -0.07 | 0.04 | 0.02 | 0.01 | 0.49 | 0.54 | 0.16 | 0.44 | 0.58 | 0.16 | -0.14 | -0.24 | 0.12 | 0.74 | 1.00 | 0.30 | -0.20 | -0.04 | -0.05 | -0.09 | -0.47 | 0.40 | 0.57 | 0.17 | -0.24 | 0.10 | -0.04 |
| ZooplanktonBiomass_s | -0.43 | 0.30 | 0.05 | -0.07 | 0.02 | 0.14 | -0.14 | 0.15 | -0.28 | -0.17 | -0.14 | -0.21 | 0.14 | -0.06 | -0.17 | -0.26 | 0.00 | -0.73 | 0.01 | 0.56 | 0.09 | 0.18 | 0.22 | 0.29 | 0.56 | -0.46 | -0.31 | -0.09 | -0.48 | 0.02 | -0.53 | -0.31 | -0.21 | 0.17 | -0.05 | -0.13 | 0.26 | 0.06 | 0.54 | 0.50 | 0.53 | 0.30 | 1.00 | 0.21 | 0.16 | 0.08 | 0.17 | 0.31 | -0.29 | 0.61 | -0.09 | -0.51 | -0.37 | 0.52 |
| BloomInitiation_doy_s | -0.02 | 0.32 | -0.21 | 0.11 | -0.10 | -0.04 | 0.01 | -0.08 | -0.13 | -0.05 | 0.15 | 0.09 | 0.02 | 0.24 | -0.06 | -0.29 | -0.09 | -0.28 | 0.20 | -0.09 | -0.16 | -0.20 | 0.03 | 0.01 | 0.03 | -0.32 | 0.38 | -0.34 | 0.18 | -0.25 | 0.11 | -0.40 | -0.09 | 0.33 | -0.32 | -0.42 | 0.28 | -0.04 | 0.27 | 0.48 | -0.21 | -0.20 | 0.21 | 1.00 | -0.27 | -0.22 | -0.30 | 0.26 | -0.59 | -0.06 | 0.09 | 0.08 | 0.12 | -0.14 |
| BloomDuration_days_s | -0.16 | -0.32 | 0.41 | -0.23 | 0.29 | 0.08 | -0.09 | 0.00 | 0.01 | 0.15 | 0.09 | -0.39 | -0.36 | -0.38 | -0.09 | 0.47 | -0.12 | 0.00 | -0.03 | -0.15 | 0.10 | 0.24 | 0.04 | 0.11 | 0.19 | -0.43 | -0.07 | 0.13 | 0.00 | -0.38 | -0.14 | -0.03 | -0.15 | -0.07 | -0.05 | -0.16 | 0.10 | -0.28 | 0.24 | 0.12 | 0.23 | -0.04 | 0.16 | -0.27 | 1.00 | -0.24 | 0.24 | 0.09 | 0.23 | 0.09 | 0.11 | 0.24 | -0.35 | 0.26 |
| BloomAmplitude_s | -0.05 | 0.05 | 0.14 | -0.19 | 0.20 | -0.23 | 0.42 | 0.04 | -0.13 | 0.20 | -0.36 | 0.20 | 0.10 | 0.02 | 0.07 | -0.05 | 0.16 | -0.11 | -0.21 | 0.20 | -0.19 | 0.20 | 0.24 | 0.40 | 0.15 | 0.13 | -0.16 | -0.01 | -0.12 | 0.15 | -0.12 | -0.30 | -0.05 | 0.05 | 0.19 | -0.15 | -0.14 | 0.73 | 0.02 | -0.05 | -0.17 | -0.05 | 0.08 | -0.22 | -0.24 | 1.00 | 0.87 | 0.53 | -0.28 | -0.20 | -0.32 | -0.41 | -0.24 | 0.15 |
| BloomMagnitude_s | -0.20 | 0.00 | 0.38 | -0.38 | 0.36 | -0.25 | 0.31 | -0.01 | -0.07 | 0.28 | -0.34 | -0.01 | -0.14 | -0.18 | 0.01 | 0.20 | 0.05 | -0.18 | -0.15 | 0.18 | -0.13 | 0.36 | 0.32 | 0.53 | 0.29 | -0.14 | -0.20 | 0.05 | -0.16 | -0.10 | -0.27 | -0.35 | -0.16 | -0.01 | 0.15 | -0.27 | -0.08 | 0.53 | 0.18 | 0.05 | -0.05 | -0.09 | 0.17 | -0.30 | 0.24 | 0.87 | 1.00 | 0.60 | -0.23 | -0.12 | -0.30 | -0.32 | -0.46 | 0.32 |
| ArcticCalanus_s | -0.26 | 0.13 | 0.17 | -0.21 | 0.23 | -0.25 | 0.05 | 0.00 | -0.08 | 0.03 | -0.48 | 0.36 | 0.03 | 0.17 | 0.42 | 0.30 | 0.33 | -0.24 | -0.14 | 0.14 | 0.21 | 0.37 | 0.36 | 0.44 | 0.33 | -0.40 | -0.33 | 0.11 | -0.13 | -0.07 | -0.31 | -0.77 | -0.38 | 0.29 | -0.35 | -0.74 | 0.08 | 0.37 | 0.50 | 0.21 | -0.26 | -0.47 | 0.31 | 0.26 | 0.09 | 0.53 | 0.60 | 1.00 | -0.61 | -0.21 | -0.56 | -0.11 | -0.45 | 0.40 |
| CopepodsWarmOffshore_s | 0.20 | -0.35 | -0.16 | 0.06 | 0.02 | -0.02 | -0.18 | -0.04 | -0.23 | 0.05 | -0.02 | 0.02 | -0.06 | 0.01 | 0.09 | 0.02 | 0.12 | 0.53 | -0.16 | -0.24 | 0.05 | -0.17 | -0.25 | -0.35 | -0.31 | 0.34 | -0.05 | 0.23 | 0.13 | 0.21 | 0.21 | 0.82 | 0.52 | -0.17 | 0.26 | 0.52 | -0.17 | -0.21 | -0.25 | -0.27 | 0.47 | 0.40 | -0.29 | -0.59 | 0.23 | -0.28 | -0.23 | -0.61 | 1.00 | 0.22 | 0.00 | 0.22 | 0.02 | -0.19 |
| CopepodsWarmSppShelf_s | -0.66 | 0.54 | -0.05 | -0.41 | 0.15 | -0.31 | -0.49 | -0.30 | -0.01 | 0.15 | -0.19 | -0.20 | 0.00 | -0.35 | -0.19 | -0.15 | -0.33 | -0.42 | 0.45 | 0.45 | 0.28 | 0.15 | 0.41 | 0.33 | 0.65 | -0.05 | -0.44 | 0.10 | -0.55 | -0.22 | -0.62 | 0.18 | 0.25 | -0.11 | -0.04 | 0.09 | 0.21 | -0.31 | 0.21 | 0.47 | 0.83 | 0.57 | 0.61 | -0.06 | 0.09 | -0.20 | -0.12 | -0.21 | 0.22 | 1.00 | -0.13 | -0.45 | -0.35 | 0.61 |
| SilverHake.RV_s | 0.39 | -0.30 | -0.07 | 0.37 | -0.40 | 0.55 | 0.47 | 0.21 | 0.01 | -0.20 | 0.96 | -0.64 | -0.05 | -0.09 | -0.73 | -0.33 | -0.56 | -0.04 | -0.09 | -0.34 | -0.53 | -0.34 | -0.45 | -0.44 | -0.30 | 0.07 | 0.65 | -0.36 | 0.36 | -0.06 | 0.49 | 0.36 | -0.06 | 0.00 | 0.25 | 0.48 | 0.24 | -0.04 | -0.28 | -0.14 | -0.11 | 0.17 | -0.09 | 0.09 | 0.11 | -0.32 | -0.30 | -0.56 | 0.00 | -0.13 | 1.00 | 0.14 | 0.64 | -0.53 |
| SilverHakeAge1Abund4VWX.RV_s | 0.21 | -0.52 | -0.19 | 0.28 | -0.04 | 0.10 | 0.14 | 0.01 | 0.11 | 0.05 | 0.20 | 0.19 | 0.03 | 0.09 | 0.26 | 0.26 | 0.14 | 0.31 | -0.07 | -0.41 | -0.04 | 0.09 | -0.21 | -0.31 | -0.30 | -0.20 | 0.28 | 0.09 | 0.52 | -0.22 | 0.38 | 0.12 | 0.26 | 0.32 | -0.43 | -0.20 | 0.31 | -0.04 | -0.11 | -0.07 | -0.21 | -0.24 | -0.51 | 0.08 | 0.24 | -0.41 | -0.32 | -0.11 | 0.22 | -0.45 | 0.14 | 1.00 | 0.26 | -0.29 |
| SilverHakeBiomass4VWX.RV_s | 0.64 | -0.34 | -0.48 | 0.52 | -0.59 | 0.36 | 0.29 | 0.15 | -0.11 | -0.37 | 0.68 | -0.08 | 0.11 | 0.44 | -0.25 | -0.24 | -0.25 | 0.31 | -0.36 | -0.49 | -0.48 | -0.68 | -0.49 | -0.66 | -0.52 | 0.50 | 0.64 | 0.09 | 0.62 | 0.31 | 0.75 | 0.44 | 0.02 | 0.01 | 0.00 | 0.41 | -0.04 | -0.06 | -0.55 | -0.51 | -0.32 | 0.10 | -0.37 | 0.12 | -0.35 | -0.24 | -0.46 | -0.45 | 0.02 | -0.35 | 0.64 | 0.26 | 1.00 | -0.70 |
| SilverHakeLandings4VWX.L_s | -0.85 | 0.48 | 0.26 | -0.50 | 0.57 | -0.41 | -0.44 | -0.39 | 0.24 | 0.43 | -0.51 | 0.09 | -0.12 | -0.52 | 0.22 | 0.25 | -0.04 | -0.55 | 0.43 | 0.66 | 0.66 | 0.62 | 0.58 | 0.63 | 0.79 | -0.33 | -0.80 | 0.27 | -0.71 | -0.30 | -0.91 | -0.42 | -0.04 | -0.13 | -0.34 | -0.48 | 0.11 | -0.08 | 0.52 | 0.56 | 0.46 | -0.04 | 0.52 | -0.14 | 0.26 | 0.15 | 0.32 | 0.40 | -0.19 | 0.61 | -0.53 | -0.29 | -0.70 | 1.00 |
Table 2. p-values of the Spearman rank correlations
| MargalefRichness_s | Heips_s | LargeFishIndicator_s | BTGZoopiscivore_s | BTGPiscivore_s | Biomass_s | BiomassSkates_s | BiomassFlatfish_s | MeanLengthAbundance_s | MeanTrophicLevel_s | BiomassGadoids_s | CommunityCondition_s | CCMediumBenthivore_s | CCPiscivore_s | CCZoopiscivore_s | CCLargeBenthivore_s | MeanLifespan_s | Intrinsicvulnerabilityindex.L_s | InverseCVBiomass_s | MeanTrophicLevel.L_s | MarineTrophicIndex.L_s | DiversityTargetSpp.L_s | FishingPressure.L_s | FPClupeids.L_s | Landings.L_s | LSkates.L_s | LFlatfish.L_s | LLargePelagic.L_s | BiomassInvertebrates_s | BiomassTL2_s | GreySealPopulation_Model_s | BottomT_July_s | NAO_s | AnnualAvgIceVol_s | StratificationIndex_s | TemperatureMeanSurface_s | Salinity_s | Chlorophyll_s | C_finmarchicus_s | Pseudocalanus_s | Copepods_s | NonCopepods_s | ZooplanktonBiomass_s | BloomInitiation_doy_s | BloomDuration_days_s | BloomAmplitude_s | BloomMagnitude_s | ArcticCalanus_s | CopepodsWarmOffshore_s | CopepodsWarmSppShelf_s | SilverHake.RV_s | SilverHakeAge1Abund4VWX.RV_s | SilverHakeBiomass4VWX.RV_s | SilverHakeLandings4VWX.L_s | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MargalefRichness_s | NA | 0.01 | 0.35 | 0.00 | 0.09 | 0.02 | 0.05 | 0.07 | 0.24 | 0.06 | 0.09 | 0.81 | 0.91 | 0.01 | 1.00 | 0.21 | 0.23 | 0.04 | 0.00 | 0.05 | 0.08 | 0.00 | 0.00 | 0.00 | 0.00 | 0.13 | 0.00 | 0.58 | 0.01 | 0.02 | 0.00 | 0.15 | 0.95 | 0.74 | 0.12 | 0.06 | 0.07 | 0.71 | 0.11 | 0.02 | 0.09 | 0.90 | 0.08 | 0.95 | 0.54 | 0.85 | 0.44 | 0.31 | 0.44 | 0.00 | 0.12 | 0.42 | 0.01 | 0.00 |
| Heips_s | 0.01 | NA | 0.29 | 0.02 | 0.30 | 0.12 | 0.20 | 0.47 | 0.09 | 0.51 | 0.23 | 0.70 | 0.21 | 0.46 | 0.64 | 0.78 | 0.47 | 0.04 | 0.02 | 0.03 | 0.18 | 0.60 | 0.09 | 0.02 | 0.04 | 0.60 | 0.23 | 0.99 | 0.01 | 0.34 | 0.01 | 0.21 | 0.68 | 0.16 | 0.58 | 0.42 | 0.80 | 0.43 | 0.78 | 0.22 | 0.63 | 0.98 | 0.25 | 0.21 | 0.21 | 0.84 | 1.00 | 0.62 | 0.17 | 0.02 | 0.24 | 0.03 | 0.18 | 0.05 |
| LargeFishIndicator_s | 0.35 | 0.29 | NA | 0.02 | 0.02 | 0.75 | 0.85 | 0.15 | 0.02 | 0.35 | 0.58 | 0.01 | 0.05 | 0.06 | 0.14 | 0.21 | 0.86 | 0.28 | 0.22 | 0.33 | 0.59 | 0.25 | 0.57 | 0.03 | 0.29 | 0.25 | 0.70 | 0.35 | 0.03 | 0.18 | 0.13 | 0.15 | 0.01 | 0.04 | 0.90 | 0.50 | 0.38 | 0.99 | 0.85 | 0.77 | 0.31 | 0.11 | 0.85 | 0.42 | 0.10 | 0.59 | 0.13 | 0.50 | 0.54 | 0.86 | 0.79 | 0.48 | 0.05 | 0.30 |
| BTGZoopiscivore_s | 0.00 | 0.02 | 0.02 | NA | 0.08 | 0.00 | 0.10 | 0.27 | 0.16 | 0.10 | 0.07 | 0.24 | 0.39 | 0.05 | 0.39 | 0.05 | 0.10 | 0.59 | 0.01 | 0.62 | 0.72 | 0.20 | 0.00 | 0.00 | 0.00 | 0.83 | 0.33 | 0.96 | 0.05 | 0.01 | 0.01 | 0.45 | 0.47 | 0.43 | 0.42 | 0.13 | 0.76 | 0.61 | 0.98 | 0.61 | 0.63 | 0.96 | 0.80 | 0.67 | 0.38 | 0.46 | 0.13 | 0.41 | 0.82 | 0.11 | 0.14 | 0.28 | 0.03 | 0.04 |
| BTGPiscivore_s | 0.09 | 0.30 | 0.02 | 0.08 | NA | 0.21 | 0.69 | 0.28 | 0.42 | 0.00 | 0.15 | 0.98 | 0.03 | 0.02 | 0.74 | 0.43 | 0.78 | 0.52 | 0.20 | 0.28 | 0.03 | 0.25 | 0.40 | 0.08 | 0.23 | 0.63 | 0.13 | 0.75 | 0.04 | 0.24 | 0.07 | 0.29 | 0.97 | 0.07 | 0.30 | 0.05 | 0.37 | 0.65 | 0.22 | 0.12 | 0.98 | 0.08 | 0.94 | 0.71 | 0.26 | 0.43 | 0.16 | 0.36 | 0.94 | 0.57 | 0.11 | 0.87 | 0.01 | 0.02 |
| Biomass_s | 0.02 | 0.12 | 0.75 | 0.00 | 0.21 | NA | 0.05 | 0.00 | 1.00 | 0.02 | 0.03 | 0.20 | 0.94 | 0.30 | 0.36 | 0.11 | 0.25 | 0.48 | 0.06 | 0.72 | 0.54 | 0.30 | 0.00 | 0.01 | 0.03 | 0.52 | 0.22 | 0.33 | 0.64 | 0.05 | 0.13 | 0.78 | 0.24 | 0.62 | 0.22 | 0.05 | 0.49 | 0.87 | 0.87 | 0.30 | 0.51 | 0.91 | 0.58 | 0.86 | 0.76 | 0.38 | 0.34 | 0.34 | 0.93 | 0.22 | 0.02 | 0.71 | 0.15 | 0.10 |
| BiomassSkates_s | 0.05 | 0.20 | 0.85 | 0.10 | 0.69 | 0.05 | NA | 0.07 | 0.90 | 0.79 | 0.10 | 0.54 | 0.90 | 0.74 | 0.28 | 0.15 | 0.69 | 0.92 | 0.15 | 0.54 | 0.08 | 0.65 | 0.05 | 0.28 | 0.13 | 0.97 | 0.10 | 0.12 | 0.28 | 0.54 | 0.05 | 0.68 | 0.81 | 0.69 | 0.37 | 0.51 | 0.79 | 0.00 | 0.30 | 0.64 | 0.13 | 0.86 | 0.60 | 0.96 | 0.74 | 0.09 | 0.23 | 0.84 | 0.48 | 0.05 | 0.05 | 0.58 | 0.25 | 0.08 |
| BiomassFlatfish_s | 0.07 | 0.47 | 0.15 | 0.27 | 0.28 | 0.00 | 0.07 | NA | 0.59 | 0.01 | 0.66 | 0.16 | 0.78 | 0.15 | 0.32 | 0.41 | 0.09 | 0.58 | 0.18 | 0.73 | 0.27 | 0.47 | 0.05 | 0.37 | 0.23 | 0.58 | 0.29 | 0.23 | 0.93 | 0.18 | 0.29 | 0.76 | 0.06 | 0.75 | 0.36 | 0.18 | 0.50 | 0.45 | 0.47 | 0.07 | 0.34 | 0.93 | 0.56 | 0.77 | 1.00 | 0.88 | 0.97 | 0.99 | 0.88 | 0.24 | 0.42 | 0.97 | 0.57 | 0.12 |
| MeanLengthAbundance_s | 0.24 | 0.09 | 0.02 | 0.16 | 0.42 | 1.00 | 0.90 | 0.59 | NA | 0.63 | 0.86 | 0.28 | 0.32 | 0.09 | 0.56 | 0.34 | 0.64 | 0.40 | 0.01 | 0.30 | 0.28 | 0.22 | 0.61 | 0.24 | 0.38 | 0.75 | 0.55 | 0.80 | 0.20 | 0.10 | 0.24 | 0.22 | 0.41 | 0.09 | 0.68 | 0.84 | 0.78 | 0.38 | 0.27 | 0.73 | 0.33 | 0.39 | 0.28 | 0.61 | 0.96 | 0.63 | 0.79 | 0.76 | 0.38 | 0.96 | 0.96 | 0.66 | 0.67 | 0.35 |
| MeanTrophicLevel_s | 0.06 | 0.51 | 0.35 | 0.10 | 0.00 | 0.02 | 0.79 | 0.01 | 0.63 | NA | 0.46 | 0.89 | 0.18 | 0.00 | 0.96 | 0.42 | 0.31 | 0.99 | 0.07 | 0.90 | 0.24 | 0.22 | 0.13 | 0.08 | 0.17 | 0.84 | 0.34 | 0.80 | 0.31 | 0.06 | 0.20 | 0.66 | 0.26 | 0.41 | 0.28 | 0.08 | 0.83 | 0.49 | 0.62 | 0.07 | 0.93 | 0.28 | 0.51 | 0.84 | 0.55 | 0.45 | 0.28 | 0.90 | 0.85 | 0.56 | 0.45 | 0.85 | 0.14 | 0.08 |
| BiomassGadoids_s | 0.09 | 0.23 | 0.58 | 0.07 | 0.15 | 0.03 | 0.10 | 0.66 | 0.86 | 0.46 | NA | 0.04 | 0.58 | 0.91 | 0.01 | 0.20 | 0.03 | 0.96 | 0.54 | 0.16 | 0.10 | 0.15 | 0.03 | 0.03 | 0.14 | 0.80 | 0.01 | 0.34 | 0.10 | 0.95 | 0.04 | 0.13 | 0.72 | 0.94 | 0.55 | 0.11 | 0.51 | 0.73 | 0.57 | 0.60 | 0.55 | 0.94 | 0.59 | 0.58 | 0.74 | 0.15 | 0.18 | 0.05 | 0.95 | 0.47 | 0.00 | 0.44 | 0.00 | 0.04 |
| CommunityCondition_s | 0.81 | 0.70 | 0.01 | 0.24 | 0.98 | 0.20 | 0.54 | 0.16 | 0.28 | 0.89 | 0.04 | NA | 0.30 | 0.09 | 0.00 | 0.97 | 0.01 | 0.21 | 0.36 | 0.96 | 0.16 | 0.83 | 0.97 | 0.46 | 0.39 | 0.53 | 0.18 | 0.11 | 0.34 | 0.17 | 0.79 | 0.70 | 0.08 | 0.26 | 0.55 | 0.30 | 0.58 | 0.61 | 0.47 | 0.73 | 0.97 | 0.65 | 0.42 | 0.72 | 0.12 | 0.44 | 0.98 | 0.16 | 0.93 | 0.43 | 0.01 | 0.46 | 0.77 | 0.74 |
| CCMediumBenthivore_s | 0.91 | 0.21 | 0.05 | 0.39 | 0.03 | 0.94 | 0.90 | 0.78 | 0.32 | 0.18 | 0.58 | 0.30 | NA | 0.53 | 0.71 | 0.40 | 0.80 | 0.86 | 0.97 | 0.97 | 0.23 | 0.62 | 0.46 | 0.78 | 0.69 | 0.56 | 0.91 | 0.19 | 0.80 | 0.74 | 0.79 | 0.99 | 0.44 | 0.00 | 0.84 | 0.74 | 0.07 | 0.22 | 0.97 | 0.79 | 0.53 | 0.13 | 0.60 | 0.95 | 0.15 | 0.71 | 0.60 | 0.92 | 0.82 | 1.00 | 0.85 | 0.92 | 0.66 | 0.64 |
| CCPiscivore_s | 0.01 | 0.46 | 0.06 | 0.05 | 0.02 | 0.30 | 0.74 | 0.15 | 0.09 | 0.00 | 0.91 | 0.09 | 0.53 | NA | 0.17 | 0.35 | 0.05 | 0.33 | 0.01 | 0.38 | 0.39 | 0.03 | 0.08 | 0.03 | 0.02 | 0.57 | 0.23 | 0.48 | 0.05 | 0.01 | 0.03 | 0.49 | 0.75 | 0.44 | 0.82 | 0.47 | 0.33 | 0.95 | 0.82 | 0.08 | 0.49 | 0.95 | 0.82 | 0.36 | 0.13 | 0.93 | 0.49 | 0.51 | 0.97 | 0.17 | 0.73 | 0.72 | 0.08 | 0.03 |
| CCZoopiscivore_s | 1.00 | 0.64 | 0.14 | 0.39 | 0.74 | 0.36 | 0.28 | 0.32 | 0.56 | 0.96 | 0.01 | 0.00 | 0.71 | 0.17 | NA | 0.29 | 0.00 | 0.23 | 0.26 | 0.83 | 0.02 | 0.46 | 1.00 | 0.58 | 0.50 | 0.84 | 0.04 | 0.03 | 0.62 | 0.18 | 0.80 | 0.46 | 0.26 | 0.53 | 0.39 | 0.19 | 0.42 | 0.92 | 0.40 | 0.94 | 0.97 | 0.40 | 0.52 | 0.81 | 0.73 | 0.80 | 0.96 | 0.10 | 0.72 | 0.45 | 0.00 | 0.32 | 0.32 | 0.40 |
| CCLargeBenthivore_s | 0.21 | 0.78 | 0.21 | 0.05 | 0.43 | 0.11 | 0.15 | 0.41 | 0.34 | 0.42 | 0.20 | 0.97 | 0.40 | 0.35 | 0.29 | NA | 0.83 | 0.21 | 0.87 | 0.30 | 0.24 | 0.11 | 0.04 | 0.09 | 0.21 | 0.50 | 0.18 | 0.04 | 0.99 | 0.24 | 0.38 | 0.30 | 0.34 | 0.99 | 0.05 | 0.04 | 0.66 | 0.50 | 0.60 | 0.25 | 0.29 | 0.11 | 0.32 | 0.26 | 0.06 | 0.84 | 0.45 | 0.24 | 0.95 | 0.56 | 0.19 | 0.32 | 0.35 | 0.34 |
| MeanLifespan_s | 0.23 | 0.47 | 0.86 | 0.10 | 0.78 | 0.25 | 0.69 | 0.09 | 0.64 | 0.31 | 0.03 | 0.01 | 0.80 | 0.05 | 0.00 | 0.83 | NA | 0.61 | 0.06 | 0.41 | 0.17 | 0.93 | 0.12 | 0.28 | 0.10 | 0.59 | 0.27 | 0.54 | 0.97 | 0.01 | 0.72 | 0.42 | 0.85 | 0.98 | 0.81 | 0.87 | 0.11 | 0.45 | 0.60 | 0.58 | 0.65 | 0.44 | 0.99 | 0.73 | 0.65 | 0.54 | 0.84 | 0.20 | 0.66 | 0.20 | 0.02 | 0.59 | 0.33 | 0.89 |
| Intrinsicvulnerabilityindex.L_s | 0.04 | 0.04 | 0.28 | 0.59 | 0.52 | 0.48 | 0.92 | 0.58 | 0.40 | 0.99 | 0.96 | 0.21 | 0.86 | 0.33 | 0.23 | 0.21 | 0.61 | NA | 0.24 | 0.00 | 0.71 | 0.17 | 0.46 | 0.09 | 0.02 | 0.01 | 0.49 | 0.32 | 0.02 | 0.45 | 0.01 | 0.07 | 0.29 | 0.93 | 0.57 | 0.47 | 0.35 | 0.75 | 0.07 | 0.02 | 0.31 | 0.75 | 0.00 | 0.28 | 0.99 | 0.67 | 0.50 | 0.36 | 0.03 | 0.09 | 0.89 | 0.23 | 0.22 | 0.02 |
| InverseCVBiomass_s | 0.00 | 0.02 | 0.22 | 0.01 | 0.20 | 0.06 | 0.15 | 0.18 | 0.01 | 0.07 | 0.54 | 0.36 | 0.97 | 0.01 | 0.26 | 0.87 | 0.06 | 0.24 | NA | 0.37 | 0.57 | 0.13 | 0.02 | 0.02 | 0.01 | 0.82 | 0.55 | 0.28 | 0.11 | 0.00 | 0.03 | 0.50 | 0.87 | 0.75 | 0.65 | 0.48 | 0.29 | 0.23 | 0.63 | 0.06 | 0.40 | 0.87 | 0.97 | 0.45 | 0.91 | 0.42 | 0.57 | 0.59 | 0.55 | 0.07 | 0.74 | 0.80 | 0.16 | 0.09 |
| MeanTrophicLevel.L_s | 0.05 | 0.03 | 0.33 | 0.62 | 0.28 | 0.72 | 0.54 | 0.73 | 0.30 | 0.90 | 0.16 | 0.96 | 0.97 | 0.38 | 0.83 | 0.30 | 0.41 | 0.00 | 0.37 | NA | 0.11 | 0.11 | 0.58 | 0.15 | 0.09 | 0.14 | 0.04 | 0.81 | 0.00 | 0.70 | 0.00 | 0.21 | 0.75 | 0.35 | 0.94 | 0.89 | 0.69 | 0.88 | 0.17 | 0.11 | 0.17 | 0.59 | 0.02 | 0.72 | 0.57 | 0.44 | 0.48 | 0.58 | 0.36 | 0.07 | 0.19 | 0.10 | 0.05 | 0.00 |
| MarineTrophicIndex.L_s | 0.08 | 0.18 | 0.59 | 0.72 | 0.03 | 0.54 | 0.08 | 0.27 | 0.28 | 0.24 | 0.10 | 0.16 | 0.23 | 0.39 | 0.02 | 0.24 | 0.17 | 0.71 | 0.57 | 0.11 | NA | 0.13 | 0.70 | 0.66 | 0.39 | 0.52 | 0.00 | 0.08 | 0.03 | 0.62 | 0.02 | 0.32 | 0.98 | 0.18 | 0.17 | 0.17 | 0.44 | 0.37 | 0.16 | 0.41 | 0.64 | 0.12 | 0.73 | 0.54 | 0.71 | 0.45 | 0.62 | 0.42 | 0.84 | 0.27 | 0.03 | 0.87 | 0.05 | 0.00 |
| DiversityTargetSpp.L_s | 0.00 | 0.60 | 0.25 | 0.20 | 0.25 | 0.30 | 0.65 | 0.47 | 0.22 | 0.22 | 0.15 | 0.83 | 0.62 | 0.03 | 0.46 | 0.11 | 0.93 | 0.17 | 0.13 | 0.11 | 0.13 | NA | 0.02 | 0.01 | 0.01 | 0.02 | 0.01 | 1.00 | 0.12 | 0.13 | 0.00 | 0.07 | 0.99 | 0.22 | 0.34 | 0.10 | 0.04 | 0.39 | 0.10 | 0.18 | 0.59 | 0.49 | 0.48 | 0.43 | 0.35 | 0.45 | 0.16 | 0.15 | 0.52 | 0.57 | 0.19 | 0.74 | 0.00 | 0.01 |
| FishingPressure.L_s | 0.00 | 0.09 | 0.57 | 0.00 | 0.40 | 0.00 | 0.05 | 0.05 | 0.61 | 0.13 | 0.03 | 0.97 | 0.46 | 0.08 | 1.00 | 0.04 | 0.12 | 0.46 | 0.02 | 0.58 | 0.70 | 0.02 | NA | 0.00 | 0.00 | 0.57 | 0.09 | 0.68 | 0.17 | 0.01 | 0.00 | 0.17 | 0.89 | 0.26 | 0.12 | 0.02 | 0.06 | 0.93 | 0.52 | 0.23 | 0.46 | 0.89 | 0.41 | 0.90 | 0.87 | 0.36 | 0.21 | 0.15 | 0.34 | 0.10 | 0.07 | 0.41 | 0.05 | 0.01 |
| FPClupeids.L_s | 0.00 | 0.02 | 0.03 | 0.00 | 0.08 | 0.01 | 0.28 | 0.37 | 0.24 | 0.08 | 0.03 | 0.46 | 0.78 | 0.03 | 0.58 | 0.09 | 0.28 | 0.09 | 0.02 | 0.15 | 0.66 | 0.01 | 0.00 | NA | 0.00 | 0.18 | 0.11 | 0.89 | 0.03 | 0.01 | 0.00 | 0.04 | 0.38 | 0.86 | 0.27 | 0.03 | 0.24 | 0.58 | 0.43 | 0.22 | 0.79 | 0.67 | 0.27 | 0.97 | 0.67 | 0.11 | 0.03 | 0.08 | 0.17 | 0.19 | 0.08 | 0.23 | 0.00 | 0.01 |
| Landings.L_s | 0.00 | 0.04 | 0.29 | 0.00 | 0.23 | 0.03 | 0.13 | 0.23 | 0.38 | 0.17 | 0.14 | 0.39 | 0.69 | 0.02 | 0.50 | 0.21 | 0.10 | 0.02 | 0.01 | 0.09 | 0.39 | 0.01 | 0.00 | 0.00 | NA | 0.21 | 0.03 | 0.84 | 0.01 | 0.01 | 0.00 | 0.10 | 0.62 | 0.56 | 0.09 | 0.05 | 0.04 | 0.96 | 0.25 | 0.05 | 0.13 | 0.66 | 0.02 | 0.92 | 0.47 | 0.58 | 0.26 | 0.20 | 0.23 | 0.01 | 0.25 | 0.24 | 0.03 | 0.00 |
| LSkates.L_s | 0.13 | 0.60 | 0.25 | 0.83 | 0.63 | 0.52 | 0.97 | 0.58 | 0.75 | 0.84 | 0.80 | 0.53 | 0.56 | 0.57 | 0.84 | 0.50 | 0.59 | 0.01 | 0.82 | 0.14 | 0.52 | 0.02 | 0.57 | 0.18 | 0.21 | NA | 0.55 | 0.52 | 0.41 | 0.27 | 0.07 | 0.03 | 0.46 | 0.26 | 0.24 | 0.07 | 0.08 | 0.91 | 0.05 | 0.06 | 0.85 | 0.49 | 0.06 | 0.22 | 0.08 | 0.62 | 0.58 | 0.12 | 0.19 | 0.84 | 0.78 | 0.44 | 0.04 | 0.19 |
| LFlatfish.L_s | 0.00 | 0.23 | 0.70 | 0.33 | 0.13 | 0.22 | 0.10 | 0.29 | 0.55 | 0.34 | 0.01 | 0.18 | 0.91 | 0.23 | 0.04 | 0.18 | 0.27 | 0.49 | 0.55 | 0.04 | 0.00 | 0.01 | 0.09 | 0.11 | 0.03 | 0.55 | NA | 0.09 | 0.01 | 0.70 | 0.00 | 0.25 | 0.83 | 0.78 | 0.40 | 0.26 | 0.93 | 0.93 | 0.16 | 0.43 | 0.18 | 0.72 | 0.22 | 0.13 | 0.79 | 0.55 | 0.45 | 0.19 | 0.86 | 0.08 | 0.00 | 0.28 | 0.01 | 0.00 |
| LLargePelagic.L_s | 0.58 | 0.99 | 0.35 | 0.96 | 0.75 | 0.33 | 0.12 | 0.23 | 0.80 | 0.80 | 0.34 | 0.11 | 0.19 | 0.48 | 0.03 | 0.04 | 0.54 | 0.32 | 0.28 | 0.81 | 0.08 | 1.00 | 0.68 | 0.89 | 0.84 | 0.52 | 0.09 | NA | 0.47 | 0.32 | 0.74 | 0.60 | 0.73 | 0.37 | 0.23 | 0.69 | 0.35 | 0.24 | 0.75 | 0.21 | 0.64 | 0.78 | 0.72 | 0.19 | 0.62 | 0.98 | 0.83 | 0.68 | 0.37 | 0.70 | 0.16 | 0.74 | 0.74 | 0.30 |
| BiomassInvertebrates_s | 0.01 | 0.01 | 0.03 | 0.05 | 0.04 | 0.64 | 0.28 | 0.93 | 0.20 | 0.31 | 0.10 | 0.34 | 0.80 | 0.05 | 0.62 | 0.99 | 0.97 | 0.02 | 0.11 | 0.00 | 0.03 | 0.12 | 0.17 | 0.03 | 0.01 | 0.41 | 0.01 | 0.47 | NA | 0.77 | 0.00 | 0.22 | 0.37 | 0.16 | 0.68 | 0.46 | 0.77 | 0.84 | 0.30 | 0.18 | 0.34 | 0.87 | 0.05 | 0.48 | 0.99 | 0.64 | 0.55 | 0.62 | 0.63 | 0.02 | 0.15 | 0.03 | 0.01 | 0.00 |
| BiomassTL2_s | 0.02 | 0.34 | 0.18 | 0.01 | 0.24 | 0.05 | 0.54 | 0.18 | 0.10 | 0.06 | 0.95 | 0.17 | 0.74 | 0.01 | 0.18 | 0.24 | 0.01 | 0.45 | 0.00 | 0.70 | 0.62 | 0.13 | 0.01 | 0.01 | 0.01 | 0.27 | 0.70 | 0.32 | 0.77 | NA | 0.20 | 0.32 | 0.97 | 0.55 | 0.30 | 0.10 | 0.05 | 0.46 | 0.66 | 0.06 | 0.71 | 0.95 | 0.93 | 0.32 | 0.13 | 0.57 | 0.69 | 0.80 | 0.43 | 0.40 | 0.81 | 0.39 | 0.23 | 0.24 |
| GreySealPopulation_Model_s | 0.00 | 0.01 | 0.13 | 0.01 | 0.07 | 0.13 | 0.05 | 0.29 | 0.24 | 0.20 | 0.04 | 0.79 | 0.79 | 0.03 | 0.80 | 0.38 | 0.72 | 0.01 | 0.03 | 0.00 | 0.02 | 0.00 | 0.00 | 0.00 | 0.00 | 0.07 | 0.00 | 0.74 | 0.00 | 0.20 | NA | 0.10 | 0.61 | 0.73 | 0.33 | 0.13 | 0.45 | 0.75 | 0.05 | 0.04 | 0.11 | 0.98 | 0.03 | 0.67 | 0.59 | 0.64 | 0.29 | 0.23 | 0.41 | 0.01 | 0.05 | 0.14 | 0.00 | 0.00 |
| BottomT_July_s | 0.15 | 0.21 | 0.15 | 0.45 | 0.29 | 0.78 | 0.68 | 0.76 | 0.22 | 0.66 | 0.13 | 0.70 | 0.99 | 0.49 | 0.46 | 0.30 | 0.42 | 0.07 | 0.50 | 0.21 | 0.32 | 0.07 | 0.17 | 0.04 | 0.10 | 0.03 | 0.25 | 0.60 | 0.22 | 0.32 | 0.10 | NA | 0.09 | 0.56 | 0.15 | 0.00 | 0.56 | 0.31 | 0.24 | 0.18 | 0.11 | 0.05 | 0.22 | 0.11 | 0.92 | 0.24 | 0.17 | 0.00 | 0.00 | 0.50 | 0.16 | 0.64 | 0.08 | 0.10 |
| NAO_s | 0.95 | 0.68 | 0.01 | 0.47 | 0.97 | 0.24 | 0.81 | 0.06 | 0.41 | 0.26 | 0.72 | 0.08 | 0.44 | 0.75 | 0.26 | 0.34 | 0.85 | 0.29 | 0.87 | 0.75 | 0.98 | 0.99 | 0.89 | 0.38 | 0.62 | 0.46 | 0.83 | 0.73 | 0.37 | 0.97 | 0.61 | 0.09 | NA | 0.39 | 0.74 | 0.47 | 0.45 | 0.71 | 0.44 | 0.23 | 0.06 | 0.03 | 0.41 | 0.74 | 0.56 | 0.85 | 0.54 | 0.13 | 0.03 | 0.33 | 0.81 | 0.31 | 0.93 | 0.89 |
| AnnualAvgIceVol_s | 0.74 | 0.16 | 0.04 | 0.43 | 0.07 | 0.62 | 0.69 | 0.75 | 0.09 | 0.41 | 0.94 | 0.26 | 0.00 | 0.44 | 0.53 | 0.99 | 0.98 | 0.93 | 0.75 | 0.35 | 0.18 | 0.22 | 0.26 | 0.86 | 0.56 | 0.26 | 0.78 | 0.37 | 0.16 | 0.55 | 0.73 | 0.56 | 0.39 | NA | 0.39 | 0.31 | 0.00 | 0.15 | 0.34 | 0.32 | 0.74 | 0.55 | 0.52 | 0.20 | 0.78 | 0.85 | 0.97 | 0.25 | 0.51 | 0.66 | 0.99 | 0.21 | 0.96 | 0.61 |
| StratificationIndex_s | 0.12 | 0.58 | 0.90 | 0.42 | 0.30 | 0.22 | 0.37 | 0.36 | 0.68 | 0.28 | 0.55 | 0.55 | 0.84 | 0.82 | 0.39 | 0.05 | 0.81 | 0.57 | 0.65 | 0.94 | 0.17 | 0.34 | 0.12 | 0.27 | 0.09 | 0.24 | 0.40 | 0.23 | 0.68 | 0.30 | 0.33 | 0.15 | 0.74 | 0.39 | NA | 0.00 | 0.09 | 0.80 | 0.71 | 0.49 | 0.46 | 0.08 | 0.84 | 0.21 | 0.85 | 0.47 | 0.57 | 0.16 | 0.31 | 0.87 | 0.34 | 0.08 | 0.99 | 0.19 |
| TemperatureMeanSurface_s | 0.06 | 0.42 | 0.50 | 0.13 | 0.05 | 0.05 | 0.51 | 0.18 | 0.84 | 0.08 | 0.11 | 0.30 | 0.74 | 0.47 | 0.19 | 0.04 | 0.87 | 0.47 | 0.48 | 0.89 | 0.17 | 0.10 | 0.02 | 0.03 | 0.05 | 0.07 | 0.26 | 0.69 | 0.46 | 0.10 | 0.13 | 0.00 | 0.47 | 0.31 | 0.00 | NA | 0.24 | 0.43 | 0.14 | 0.09 | 0.26 | 0.01 | 0.63 | 0.09 | 0.54 | 0.56 | 0.30 | 0.00 | 0.03 | 0.72 | 0.05 | 0.45 | 0.10 | 0.05 |
| Salinity_s | 0.07 | 0.80 | 0.38 | 0.76 | 0.37 | 0.49 | 0.79 | 0.50 | 0.78 | 0.83 | 0.51 | 0.58 | 0.07 | 0.33 | 0.42 | 0.66 | 0.11 | 0.35 | 0.29 | 0.69 | 0.44 | 0.04 | 0.06 | 0.24 | 0.04 | 0.08 | 0.93 | 0.35 | 0.77 | 0.05 | 0.45 | 0.56 | 0.45 | 0.00 | 0.09 | 0.24 | NA | 0.32 | 0.54 | 0.12 | 0.46 | 0.53 | 0.32 | 0.28 | 0.70 | 0.60 | 0.75 | 0.77 | 0.52 | 0.41 | 0.36 | 0.23 | 0.86 | 0.66 |
| Chlorophyll_s | 0.71 | 0.43 | 0.99 | 0.61 | 0.65 | 0.87 | 0.00 | 0.45 | 0.38 | 0.49 | 0.73 | 0.61 | 0.22 | 0.95 | 0.92 | 0.50 | 0.45 | 0.75 | 0.23 | 0.88 | 0.37 | 0.39 | 0.93 | 0.58 | 0.96 | 0.91 | 0.93 | 0.24 | 0.84 | 0.46 | 0.75 | 0.31 | 0.71 | 0.15 | 0.80 | 0.43 | 0.32 | NA | 0.95 | 0.88 | 0.29 | 0.60 | 0.82 | 0.88 | 0.28 | 0.00 | 0.03 | 0.14 | 0.41 | 0.23 | 0.88 | 0.87 | 0.81 | 0.76 |
| C_finmarchicus_s | 0.11 | 0.78 | 0.85 | 0.98 | 0.22 | 0.87 | 0.30 | 0.47 | 0.27 | 0.62 | 0.57 | 0.47 | 0.97 | 0.82 | 0.40 | 0.60 | 0.60 | 0.07 | 0.63 | 0.17 | 0.16 | 0.10 | 0.52 | 0.43 | 0.25 | 0.05 | 0.16 | 0.75 | 0.30 | 0.66 | 0.05 | 0.24 | 0.44 | 0.34 | 0.71 | 0.14 | 0.54 | 0.95 | NA | 0.01 | 0.20 | 0.35 | 0.03 | 0.29 | 0.34 | 0.94 | 0.50 | 0.04 | 0.34 | 0.41 | 0.27 | 0.67 | 0.02 | 0.03 |
| Pseudocalanus_s | 0.02 | 0.22 | 0.77 | 0.61 | 0.12 | 0.30 | 0.64 | 0.07 | 0.73 | 0.07 | 0.60 | 0.73 | 0.79 | 0.08 | 0.94 | 0.25 | 0.58 | 0.02 | 0.06 | 0.11 | 0.41 | 0.18 | 0.23 | 0.22 | 0.05 | 0.06 | 0.43 | 0.21 | 0.18 | 0.06 | 0.04 | 0.18 | 0.23 | 0.32 | 0.49 | 0.09 | 0.12 | 0.88 | 0.01 | NA | 0.07 | 0.64 | 0.04 | 0.05 | 0.63 | 0.83 | 0.86 | 0.41 | 0.29 | 0.06 | 0.59 | 0.80 | 0.04 | 0.02 |
| Copepods_s | 0.09 | 0.63 | 0.31 | 0.63 | 0.98 | 0.51 | 0.13 | 0.34 | 0.33 | 0.93 | 0.55 | 0.97 | 0.53 | 0.49 | 0.97 | 0.29 | 0.65 | 0.31 | 0.40 | 0.17 | 0.64 | 0.59 | 0.46 | 0.79 | 0.13 | 0.85 | 0.18 | 0.64 | 0.34 | 0.71 | 0.11 | 0.11 | 0.06 | 0.74 | 0.46 | 0.26 | 0.46 | 0.29 | 0.20 | 0.07 | NA | 0.00 | 0.03 | 0.41 | 0.37 | 0.53 | 0.84 | 0.32 | 0.06 | 0.00 | 0.67 | 0.42 | 0.21 | 0.07 |
| NonCopepods_s | 0.90 | 0.98 | 0.11 | 0.96 | 0.08 | 0.91 | 0.86 | 0.93 | 0.39 | 0.28 | 0.94 | 0.65 | 0.13 | 0.95 | 0.40 | 0.11 | 0.44 | 0.75 | 0.87 | 0.59 | 0.12 | 0.49 | 0.89 | 0.67 | 0.66 | 0.49 | 0.72 | 0.78 | 0.87 | 0.95 | 0.98 | 0.05 | 0.03 | 0.55 | 0.08 | 0.01 | 0.53 | 0.60 | 0.35 | 0.64 | 0.00 | NA | 0.24 | 0.44 | 0.88 | 0.86 | 0.74 | 0.06 | 0.11 | 0.02 | 0.51 | 0.36 | 0.71 | 0.89 |
| ZooplanktonBiomass_s | 0.08 | 0.25 | 0.85 | 0.80 | 0.94 | 0.58 | 0.60 | 0.56 | 0.28 | 0.51 | 0.59 | 0.42 | 0.60 | 0.82 | 0.52 | 0.32 | 0.99 | 0.00 | 0.97 | 0.02 | 0.73 | 0.48 | 0.41 | 0.27 | 0.02 | 0.06 | 0.22 | 0.72 | 0.05 | 0.93 | 0.03 | 0.22 | 0.41 | 0.52 | 0.84 | 0.63 | 0.32 | 0.82 | 0.03 | 0.04 | 0.03 | 0.24 | NA | 0.41 | 0.53 | 0.76 | 0.52 | 0.22 | 0.25 | 0.01 | 0.72 | 0.04 | 0.14 | 0.03 |
| BloomInitiation_doy_s | 0.95 | 0.21 | 0.42 | 0.67 | 0.71 | 0.86 | 0.96 | 0.77 | 0.61 | 0.84 | 0.58 | 0.72 | 0.95 | 0.36 | 0.81 | 0.26 | 0.73 | 0.28 | 0.45 | 0.72 | 0.54 | 0.43 | 0.90 | 0.97 | 0.92 | 0.22 | 0.13 | 0.19 | 0.48 | 0.32 | 0.67 | 0.11 | 0.74 | 0.20 | 0.21 | 0.09 | 0.28 | 0.88 | 0.29 | 0.05 | 0.41 | 0.44 | 0.41 | NA | 0.29 | 0.40 | 0.24 | 0.31 | 0.01 | 0.83 | 0.74 | 0.76 | 0.66 | 0.58 |
| BloomDuration_days_s | 0.54 | 0.21 | 0.10 | 0.38 | 0.26 | 0.76 | 0.74 | 1.00 | 0.96 | 0.55 | 0.74 | 0.12 | 0.15 | 0.13 | 0.73 | 0.06 | 0.65 | 0.99 | 0.91 | 0.57 | 0.71 | 0.35 | 0.87 | 0.67 | 0.47 | 0.08 | 0.79 | 0.62 | 0.99 | 0.13 | 0.59 | 0.92 | 0.56 | 0.78 | 0.85 | 0.54 | 0.70 | 0.28 | 0.34 | 0.63 | 0.37 | 0.88 | 0.53 | 0.29 | NA | 0.35 | 0.35 | 0.75 | 0.37 | 0.72 | 0.69 | 0.35 | 0.17 | 0.32 |
| BloomAmplitude_s | 0.85 | 0.84 | 0.59 | 0.46 | 0.43 | 0.38 | 0.09 | 0.88 | 0.63 | 0.45 | 0.15 | 0.44 | 0.71 | 0.93 | 0.80 | 0.84 | 0.54 | 0.67 | 0.42 | 0.44 | 0.45 | 0.45 | 0.36 | 0.11 | 0.58 | 0.62 | 0.55 | 0.98 | 0.64 | 0.57 | 0.64 | 0.24 | 0.85 | 0.85 | 0.47 | 0.56 | 0.60 | 0.00 | 0.94 | 0.83 | 0.53 | 0.86 | 0.76 | 0.40 | 0.35 | NA | 0.00 | 0.03 | 0.27 | 0.45 | 0.21 | 0.10 | 0.36 | 0.57 |
| BloomMagnitude_s | 0.44 | 1.00 | 0.13 | 0.13 | 0.16 | 0.34 | 0.23 | 0.97 | 0.79 | 0.28 | 0.18 | 0.98 | 0.60 | 0.49 | 0.96 | 0.45 | 0.84 | 0.50 | 0.57 | 0.48 | 0.62 | 0.16 | 0.21 | 0.03 | 0.26 | 0.58 | 0.45 | 0.83 | 0.55 | 0.69 | 0.29 | 0.17 | 0.54 | 0.97 | 0.57 | 0.30 | 0.75 | 0.03 | 0.50 | 0.86 | 0.84 | 0.74 | 0.52 | 0.24 | 0.35 | 0.00 | NA | 0.01 | 0.38 | 0.64 | 0.24 | 0.22 | 0.06 | 0.21 |
| ArcticCalanus_s | 0.31 | 0.62 | 0.50 | 0.41 | 0.36 | 0.34 | 0.84 | 0.99 | 0.76 | 0.90 | 0.05 | 0.16 | 0.92 | 0.51 | 0.10 | 0.24 | 0.20 | 0.36 | 0.59 | 0.58 | 0.42 | 0.15 | 0.15 | 0.08 | 0.20 | 0.12 | 0.19 | 0.68 | 0.62 | 0.80 | 0.23 | 0.00 | 0.13 | 0.25 | 0.16 | 0.00 | 0.77 | 0.14 | 0.04 | 0.41 | 0.32 | 0.06 | 0.22 | 0.31 | 0.75 | 0.03 | 0.01 | NA | 0.01 | 0.42 | 0.02 | 0.68 | 0.07 | 0.11 |
| CopepodsWarmOffshore_s | 0.44 | 0.17 | 0.54 | 0.82 | 0.94 | 0.93 | 0.48 | 0.88 | 0.38 | 0.85 | 0.95 | 0.93 | 0.82 | 0.97 | 0.72 | 0.95 | 0.66 | 0.03 | 0.55 | 0.36 | 0.84 | 0.52 | 0.34 | 0.17 | 0.23 | 0.19 | 0.86 | 0.37 | 0.63 | 0.43 | 0.41 | 0.00 | 0.03 | 0.51 | 0.31 | 0.03 | 0.52 | 0.41 | 0.34 | 0.29 | 0.06 | 0.11 | 0.25 | 0.01 | 0.37 | 0.27 | 0.38 | 0.01 | NA | 0.40 | 0.99 | 0.39 | 0.94 | 0.47 |
| CopepodsWarmSppShelf_s | 0.00 | 0.02 | 0.86 | 0.11 | 0.57 | 0.22 | 0.05 | 0.24 | 0.96 | 0.56 | 0.47 | 0.43 | 1.00 | 0.17 | 0.45 | 0.56 | 0.20 | 0.09 | 0.07 | 0.07 | 0.27 | 0.57 | 0.10 | 0.19 | 0.01 | 0.84 | 0.08 | 0.70 | 0.02 | 0.40 | 0.01 | 0.50 | 0.33 | 0.66 | 0.87 | 0.72 | 0.41 | 0.23 | 0.41 | 0.06 | 0.00 | 0.02 | 0.01 | 0.83 | 0.72 | 0.45 | 0.64 | 0.42 | 0.40 | NA | 0.62 | 0.07 | 0.17 | 0.01 |
| SilverHake.RV_s | 0.12 | 0.24 | 0.79 | 0.14 | 0.11 | 0.02 | 0.05 | 0.42 | 0.96 | 0.45 | 0.00 | 0.01 | 0.85 | 0.73 | 0.00 | 0.19 | 0.02 | 0.89 | 0.74 | 0.19 | 0.03 | 0.19 | 0.07 | 0.08 | 0.25 | 0.78 | 0.00 | 0.16 | 0.15 | 0.81 | 0.05 | 0.16 | 0.81 | 0.99 | 0.34 | 0.05 | 0.36 | 0.88 | 0.27 | 0.59 | 0.67 | 0.51 | 0.72 | 0.74 | 0.69 | 0.21 | 0.24 | 0.02 | 0.99 | 0.62 | NA | 0.60 | 0.01 | 0.03 |
| SilverHakeAge1Abund4VWX.RV_s | 0.42 | 0.03 | 0.48 | 0.28 | 0.87 | 0.71 | 0.58 | 0.97 | 0.66 | 0.85 | 0.44 | 0.46 | 0.92 | 0.72 | 0.32 | 0.32 | 0.59 | 0.23 | 0.80 | 0.10 | 0.87 | 0.74 | 0.41 | 0.23 | 0.24 | 0.44 | 0.28 | 0.74 | 0.03 | 0.39 | 0.14 | 0.64 | 0.31 | 0.21 | 0.08 | 0.45 | 0.23 | 0.87 | 0.67 | 0.80 | 0.42 | 0.36 | 0.04 | 0.76 | 0.35 | 0.10 | 0.22 | 0.68 | 0.39 | 0.07 | 0.60 | NA | 0.32 | 0.26 |
| SilverHakeBiomass4VWX.RV_s | 0.01 | 0.18 | 0.05 | 0.03 | 0.01 | 0.15 | 0.25 | 0.57 | 0.67 | 0.14 | 0.00 | 0.77 | 0.66 | 0.08 | 0.32 | 0.35 | 0.33 | 0.22 | 0.16 | 0.05 | 0.05 | 0.00 | 0.05 | 0.00 | 0.03 | 0.04 | 0.01 | 0.74 | 0.01 | 0.23 | 0.00 | 0.08 | 0.93 | 0.96 | 0.99 | 0.10 | 0.86 | 0.81 | 0.02 | 0.04 | 0.21 | 0.71 | 0.14 | 0.66 | 0.17 | 0.36 | 0.06 | 0.07 | 0.94 | 0.17 | 0.01 | 0.32 | NA | 0.00 |
| SilverHakeLandings4VWX.L_s | 0.00 | 0.05 | 0.30 | 0.04 | 0.02 | 0.10 | 0.08 | 0.12 | 0.35 | 0.08 | 0.04 | 0.74 | 0.64 | 0.03 | 0.40 | 0.34 | 0.89 | 0.02 | 0.09 | 0.00 | 0.00 | 0.01 | 0.01 | 0.01 | 0.00 | 0.19 | 0.00 | 0.30 | 0.00 | 0.24 | 0.00 | 0.10 | 0.89 | 0.61 | 0.19 | 0.05 | 0.66 | 0.76 | 0.03 | 0.02 | 0.07 | 0.89 | 0.03 | 0.58 | 0.32 | 0.57 | 0.21 | 0.11 | 0.47 | 0.01 | 0.03 | 0.26 | 0.00 | NA |
This document uses data from the following sources/contributors:
Biological, chemical, and physical data in Maritimes region were provided by C. Johnson and D. Hebert. We used metrics from the standard AZMP scorecards in the AZMP Research Document (Figs. 17 & 31: Browns Bank Line). D. Hebert provided metrics used in the AZMP Research Document, including the 2017 multi-species (groundfish) survey (4X ofr Bottom T, SST_anomalies for WSS, and shelf scale for others indices).
Johnson, C., Devred, E., Casault, B., Head, E., and Spry, J. 2017. Optical, Chemical, and Biological Oceanographic Conditions on the Scotian Shelf and in the Eastern Gulf of Maine in 2016. DFO Can. Sci. Advis. Sec. Res. Doc. 2017/xxx. v + 54 p. http://www.dfo-mpo.gc.ca/csas-sccs/Publications/ResDocs-DocRech/2017/2017_012-eng.html
Hebert, D., Pettipas, R., Brickman, D., and Dever, M. 2015. Meteorological, Sea Ice and Physical Oceanographic Conditions on the Scotian Shelf and in the Gulf of Maine during. 2014. DFO Can. Sci. Advis. Sec. Res. Doc. 2015/040. v + 49 p. http://publications.gc.ca/collections/collection_2016/mpo-dfo/Fs70-5-2015-040-eng.pdf
Bundy A, Gomez C, Cook A. 2017. Guidance framework for the selection and evaluation of ecological indicators. Can. Tech. Rep. Fish. Aquat. Sci. In press.
For internal use for the moment. Note that Sable accounts for 95% of Grey seals on Scotian Shelf Nell.denHeyer@dfo-mpo.gc.ca
Depending on the source of data, we used the following nomencalture for some indices: