Valid custom parameters (cpars)
Usage
validcpars(
type = c("all", "Stock", "Fleet", "Obs", "Imp", "internal"),
valid = TRUE,
show = TRUE
)Control list
A named list for control, for example, OM@cpars$control <- list(TAC = "removals", CAL = "removals"), can be
specified to override default settings in the MSE simulation. Possible names in the control list are:
TACCharacter, set to"removals"so that the TAC is applied to the sum of retained + discarded catch. Default only applies the TAC to the retained catch.CALCharacter, set to"removals"to sample the catch-at-length from retained + discarded catch. Default only samples from retained catch.DCharacter, set to"VB"so that historical depletionOM@Dcorresponds to vulnerable biomass depletion (only used whenOM@cpars$qs = NULL).optVBLogical, set toTRUEso that historical depletionOM@Dcorresponds to vulnerable biomass depletion. Default sets depletion according to spawning biomasss whenOM@cpars$qs = NULL.optSBMSYLogical, set toTRUEsuch thatOM@Dcorresponds to the ratio of spawning biomass to MSY. Default uses according to spawning biomass depletion (biomass relative to unfished levels).DepletionCharacter, set to"end"such that historical depletionOM@Dcorresponds to the biomass at the end of the last projection year. Default corresponds to the value at the beginning of the last projection year.ntrialsInteger, set the number of iterations to sample the operating model to match the depletion toOM@D. Default is 50.fracDNumeric, the maximum allowable proportion of simulations allowed to hit the bounds of the depletion parameter (simulation returns an error if exceeded). Default is 0.05.checksLogical. IfTRUE, plots depletion and SB/SBMSY figures and prints values to the R console to diagnose issues with operating model configuration with regards to depletion.unfishedLogical. IfTRUE, returns historical simulations with F = 0.progressLogical. IfTRUE, updates progress bar throughshiny::incProgress. Used in conjunction with Shiny apps.maxiterFInteger, the number of iterations to solve for F in the projections from the specified TAC. Default is 300.tolFNumeric, the tolerance for the catch relative to the TAC when solving for F in the projections. Default is 1e-4.HZNInteger, the number of generations to solve for B_low. Default is 2. SeegetBlow().BfracNumeric, proportion of SBMSY to solve for B_low. Default is 0.5. SeegetBlow().skipdataLogical. IfTRUE, skips conditioning on data inMOM@cpars[[p]][[f]]$Data. Only used inmultiMSE().HermEqLogical, whether the equilibrium population age structures in the multi-OM is generated from the hermaphroditism vector (intended for use in salmonMSE). Default is TRUE. Only used inmultiMSE().HistRelLogical, whether to perform the historical reconstruction with inter-stock relationships inMOM@Rel. Default is TRUE. Only used inmultiMSE().
