calcOFL | R Documentation |
Function to calculate the OFL using a Tier 4 approach.
calcOFL(
mmbSrvCurr,
Bmsy,
theta,
M = 0.18,
gamma = 1,
alpha = 0.1,
beta = 0.25,
t.sf = 3/12,
t.fm = 4/12,
pct.male = 0.5,
rec = 0,
verbose = FALSE
)
mmbSrvCurr |
|
Bmsy |
|
theta |
|
M |
|
gamma |
|
alpha |
|
beta |
|
t.sf |
|
t.fm |
|
pct.male |
|
rec |
|
verbose |
|
In Tier 4, the F_{OFL}
is derived from a "kinked" harvest control rule
based on the ratio of MMB-at-mating for the assessment year to B_{MSY}
. However,
when the assessment year is the current year (so that the OFL is calculated for the
upcoming fishing season), the MMB-at-mating itself depends what will be caught by the fishery,
which in turns depends on the OFL and (possibly) the F_{OFL}
. Consequently, the calculation for
OFL uses the following iterative procedure:
"guess" a value for F_{OFL}
(F_{OFL_{max}} = \gamma \cdot M
is used)
determine the OFL corresponding to fishing at F_{OFL}
project MMB-at-mating from the "current" survey MMB (raw or averaged) and the OFL
use the harvest control rule to determine the F_{OFL}
corresponding to the projected MMB-at-mating
update the "guess" in 1. for the result in 4.
repeat steps 2-5 until the process has converged, yielding self-consistent values for F_{OFL}
and MMB-at-mating
List with elements:
prjMMB - projected MMB to time of mating (in t)
Bmsy - Tier 4 B_{MSY}
(in t),
status - Tier 4 status ("overfished" or "not overfished")
maxFofl - max allowed F_{OFL} = \gamma \cdot M
for Tier 4
Fofl - Tier 4 F_{OFL}
, based on the Tier 4 harvest control rule
retOFL - retained portion of total OFL (in t)
dscOFL - discard portion of total (male + female) OFL (in t)
OFL - total OFL (in t)
dscOFL - discard portion of mature male OFL (in t)
mmbBF - MMB just before fishery
mmbAF - MMB just after fishery
mmbBM - MMB just before mating
rec - recruitment added to mmbBM to obtain prjMMB
status ratio - numerical ratio describing status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.