The component of the operating model that controls marine harvest.
Slots
NameCharacter. Identifying name
type_PTCharacter. Whether to manage preterminal fishery catch from exploitation rate ("u") or catch target ("catch"). Default is "u",
type_TCharacter. Whether to manage terminal fishery catch from exploitation rate ("u") or catch target ("catch"). Default is "u",
u_preterminalNumeric. Can also be a matrix
[nsim, proyears]. Iftype_PT = "u", the harvest rate of the immature component of the population in the pre-terminal fishery. The harvest rate is the ratio to kept AEQ catch to (kept AEQ catch + return), where AEQ are adult equivalents.u_terminalNumeric. Can also be a matrix
[nsim, proyears]. Iftype_T = "u", the harvest rate (ratio of kept catch to return) of the terminal marine fishery.K_PTNumeric. If
type_PT = "catch", the catch target of the immature component of the population in the pre-terminal fishery.K_TNumeric. If
type_T = "catch", the catch target of the return in the terminal fishery.MSF_PTLogical. Whether to implement mark-selective fishing in the preterminal fishery, with no retention on unmarked fish.
MSF_TLogical. Whether to implement mark-selective fishing in the terminal fishery, with no retention on unmarked fish.
release_mortVector length 2. The proportion of released fish that die after release, in the pre-terminal and terminal fishery. Implemented to model mark-selective fishing. Not used if either
MSF_PTorMSF_TisFALSE.vulPTVector length
maxageor matrix[nsim, maxage]. Vulnerability schedule (between 0-1) in the preterminal fishery. Values indicate the proportion of fishing mortality experienced by each age class, whereF_preterminal = -log(1 - u_preterminal).vulTVector length
maxageor matrix[nsim, maxage]. Vulnerability schedule (between 0-1) in the terminal fishery. Values indicate the proportion of fishing mortality experienced by each age class, whereF_terminal = -log(1 - u_terminal).
Examples
showClass("Harvest")
#> Class "Harvest" [package "salmonMSE"]
#>
#> Slots:
#>
#> Name: Name type_PT type_T u_preterminal u_terminal
#> Class: character character character num.matrix num.matrix
#>
#> Name: K_PT K_T MSF_PT MSF_T release_mort
#> Class: numeric numeric logical logical numeric
#>
#> Name: vulPT vulT
#> Class: num.matrix num.matrix
#>
#> Extends: "Harvest.list"