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

[Submission]: Zooplankton Center of Gravity #115

Open
sgaichas opened this issue Oct 30, 2024 · 0 comments
Open

[Submission]: Zooplankton Center of Gravity #115

sgaichas opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
submission Contributor submission to the SOE

Comments

@sgaichas
Copy link
Member

Data Source(s)

The Northeast Fisheries Science Center has conducted zooplankton surveys since the 1970s.

The dataset through 2022 used in this analysis was obtained from Harvey Walsh.

Data Processing

Data were aggregated into groups for analysis (names indicate column names in the dataset linked above):

A lookup of these column headings is here: https://www.fisheries.noaa.gov/inport/item/35054

  • Calanus finmarchicus (calfin_100m3) = “calfin” ,
  • Large copepods (calfin_100m3, mlucens_100m3, calminor_100m3, euc_100m3, calspp_100m3) = “lgcopeALL”,
  • Small copepods (all) (ctyp_100m3, pseudo_100m3, tlong_100m3, cham_100m3, para_100m3, acarspp_100m3, clauso, acarlong_100m3, fur_100m3, ost_100m3, temspp_100m3, tort_100m3, paraspp_100m3) = “smallcopeALL” and
  • Small copepods (SOE) (ctyp_100m3, pseudo_100m3, tlong_100m3, cham_100m3) = “smallcopeSOE”.
  • Euphausiids = "euph_100m3"
  • Zoopvolume = "volume_100m3"

Data were assigned to seasonal blocks

  • Spring = January-June
  • Fall = July-December

Years were selected for analysis

1982 - 2022

The script that processes input data is available here: https://github.com/NOAA-EDAB/zooplanktonindex/blob/main/data/VASTzoopindex_processinputs.R

Data Analysis

VAST models

VAST is a spatio-temporal modeling framework used for index standardization [@thorson_comparing_2017; @thorson_guidance_2019].

Center of gravity metrics are output from VAST.

Data were pulled from the model outputs using code here: https://noaa-edab.github.io/zooplanktonindex/ZoopCOG.html

Bibiography

No response

@sgaichas sgaichas added the submission Contributor submission to the SOE label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission Contributor submission to the SOE
Projects
None yet
Development

No branches or pull requests

2 participants