View source: R/recoverySimulator.R
Closed-loop simulation tool to assess management procedures and inform
Pacific salmon rebuilding strategies. Originally based on C. Holt's south
coast chum model (CSAS 2018). Simulation runs primed with observed SR data
(recDat input). The model includes data generation, variation in age
structure, survey design, and variable exploitation rules. OM uses Ricker
formulation R=S(exp(a-bS))
. Additional details in changesToChumModel.md
in reports directory.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
simPar |
Simulation parameters. |
cuPar |
CU (Conservation Unit) parameters. |
catchDat |
Historical catch data. |
srDat |
Historical stock-recruitment data. |
variableCU |
A logical to determine if CU name should be included in output labels. |
makeSubDirs |
Should sub-directories by made for outputs? |
ricPars |
Ricker stock-recruitment parameters. |
larkPars |
Larkin stock-recruitment parameters. |
tamFRP |
Fisheries Reference Points for the Total Allowable Mortality rule used for Fraser River Sockeye Salmon. |
cuCustomCorrMat |
Custom correlation matrix for recruitment residuals. |
erCorrMat |
Correlation matrix for exploitaion rates. |
dirName |
Name of directory for outputs. |
nTrials |
Number of Monte Carlo trials. |
uniqueProd |
Should all CUs have unique productivities? |
random |
Should all trials start with a random seed? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.