Skip to content

Commit

Permalink
add default configuration for yellowtail as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelwetzel-noaa committed Jan 15, 2025
1 parent dbfb9ac commit 1d05a26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.Rhistory
*.RData
*.rds
*.rda
**/wcgbts/*
**/afsc*
**/nwfsc*
Expand Down
1 change: 0 additions & 1 deletion data-raw/configuration.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ configuration <- tibble::as_tibble(read.csv(
file.path("data-raw", "configuration.csv")
))


utils::write.csv(
configuration,
file = here::here("data-raw", "configuration.csv"),
Expand Down
5 changes: 4 additions & 1 deletion data-raw/configuration.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"stripetail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear",-55,-500,-Inf,Inf,-Inf,Inf,TRUE,500,"off","iid",FALSE
"widow rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear + pass_scaled",-55,-675,33.5,Inf,-Inf,Inf,TRUE,200,"iid","off",TRUE
"yelloweye rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear + pass_scaled",-55,-325,34.5,Inf,-Inf,Inf,TRUE,200,"off","off",TRUE
"yellowtail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear + pass_scaled",-55,-425,33.5,Inf,-Inf,Inf,TRUE,400,"iid","off",TRUE
"yellowtail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear*split_mendocino + pass_scaled",-55,-425,33.5,Inf,-Inf,Inf,TRUE,400,"iid","off",TRUE
"yellowtail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","Triennial","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear*split_mendocino",-55,-425,33.5,Inf,1980,Inf,TRUE,400,"iid","off",TRUE
"sablefish","nwfscSurvey::pull_catch(common_name = species,survey=source)","AFSC.Slope","sdmTMB::tweedie()","catch_weight ~ 0 + fyear",-183,-Inf,34.5,Inf,1997,Inf,TRUE,300,"iid","iid",FALSE
"rougheye and blackspotted rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","Triennial","sdmTMB::delta_lognormal()","catch_weight ~ 0 + fyear",-55,-500,42,Inf,1980,-Inf,FALSE,100,"iid","off",TRUE
Expand All @@ -61,3 +61,6 @@
"rougheye rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Slope","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear",-183,-Inf,34.5,Inf,1999,Inf,TRUE,100,"off","off",TRUE
"chilipepper","nwfscSurvey::pull_catch(common_name = species,survey=source)","AFSC.Slope","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear",-183,-Inf,34.5,Inf,1997,Inf,FALSE,100,"off","off",TRUE
"chilipepper","nwfscSurvey::pull_catch(common_name = species,survey=source)","AFSC.Slope","sdmTMB::delta_lognormal()","catch_weight ~ 0 + fyear",-183,-Inf,34.5,Inf,1997,Inf,FALSE,100,"off","off",TRUE
"yellowtail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_lognormal()","catch_weight ~ 0 + fyear*split_mendocino + pass_scaled",-55,-425,33.5,Inf,-Inf,Inf,TRUE,400,"iid","off",TRUE
"yellowtail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_lognormal()","catch_weight ~ 0 + fyear + pass_scaled",-55,-425,40.1667,Inf,-Inf,Inf,TRUE,400,"iid","off",TRUE
"yellowtail rockfish","nwfscSurvey::pull_catch(common_name = species,survey=source)","NWFSC.Combo","sdmTMB::delta_gamma()","catch_weight ~ 0 + fyear + pass_scaled",-55,-425,40.1667,Inf,-Inf,Inf,TRUE,400,"iid","off",TRUE
Binary file added data/configuration.rda
Binary file not shown.

0 comments on commit 1d05a26

Please sign in to comment.