
Geromont and Butterworth target CPUE and catch MP
GB_target.Rd
An MP similar to SBT2 that modifies a time-series of catch recommendations and aims for target catch rate and catch level based on BMSY/B0 and MSY, respectively.
Arguments
- x
A position in the data object
- Data
A data object
- reps
The number of stochastic samples of the MP recommendation(s)
- plot
Logical. Show the plot?
- w
A gain parameter
Value
An object of class Rec-class
with the TAC
slot populated with a numeric vector of length reps
Details
The TAC is calculated as: If Irecent≥I0: TAC=Cref(w+(1−w)Irec−I0Itarget−I0)
else: TAC=wCrefIrecI02
where Cref is a reference catch assumed to be a proxy for MSY (Data@Cref
),
w is a gain parameter,
Irec is the average index over the last 4 years,
Itarget is the target Index (Data@Iref
), and
I0 is 0.2 x the average index over the past 5 years.
In the MSE Cref is the calculated MSY subject to observation error
defined in Obs@CV_Cref
, and Itarget is assumed to be the index at MSY subject
to observation error (Obs@CV_Iref
). Consequently, the performance of this method in the MSE
is strongly determined by the specified uncertainty for these parameters.
The TAC is subject to the following conditions:
if next TAC > 1.2 last catch, then TAC = 1.2 last catch
if next TAC < 0.8 last catch, then TAC = 0.8 last catch
Rendered Equations
See Online Documentation for correctly rendered equations
References
Geromont, H.F. and Butterworth, D.S. 2014. Complex assessment or simple management procedures for efficient fisheries management: a comparative study. ICES J. Mar. Sci. doi:10.1093/icesjms/fsu017
Examples
GB_target(1, MSEtool::SimulatedData, plot=TRUE)
#> TAC (median)
#> 1698.236