From ecc718789e706a59f7ec18bd079936a7103dff2c Mon Sep 17 00:00:00 2001 From: Max Grezlik <57379330+MaxGrezlik@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:13:27 -0400 Subject: [PATCH] Added copepods_time.R following Sarah W's script as a guide. Still need to get GB specific copepod time series data from Harvey Walsh --- fitting/copepods_time.R | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fitting/copepods_time.R diff --git a/fitting/copepods_time.R b/fitting/copepods_time.R new file mode 100644 index 0000000..c3a6dd9 --- /dev/null +++ b/fitting/copepods_time.R @@ -0,0 +1,15 @@ +# Title: Copepod Biomass Time Series +# Purpose: This script generates a time series of large and small copepod biomass to be +# used for fitting the 1980-85 Gulf of Maine Rpath model to data. +# +# Data files: (1) data/ZooData_GOM.csv, (2) data/EcoMon_Copepod size.csv from Harvey Walsh +# (1) Ecomon data filtered for region, taxa of interest +# (2) Parameters for converting abundance to biomass for taxa of interest +# +# Author: M.T. Grezlik +# Contact details: mgrezlik@umassd.edu +# following the example of S. Weisberg +# https://github.com/SarahJWeisberg/GOM-Rpath/blob/main/fitting/copepods_time.R + + +# https://github.com/NOAA-EDAB/benthosindex/blob/main/data/survdat_nobio.rds \ No newline at end of file