'Fleet'The component of the operating model that controls fishing dynamics
NameName of the Fleet object. Single value. Character string.
nyearsThe number of years for the historical 'spool-up' simulation. Single value. Positive integer
Spat_targDistribution of fishing in relation to spatial biomass: fishing distribution is proportional to B^Spat_targ. Uniform distribution lower and upper bounds. Real numbers
EffYearsYears representing join-points (vertices) of time-varying effort. Vector. Non-negative real numbers
EffLowerLower bound on relative effort corresponding to EffYears. Vector. Non-negative real numbers
EffUpperUpper bound on relative effort corresponding to EffYears. Vector. Non-negative real numbers
EsdAdditional inter-annual variability in fishing mortality rate. Uniform distribution lower and upper bounds. Non-negative real numbers
qincAverage percentage change in fishing efficiency (applicable only to forward projection and input controls). Uniform distribution lower and upper bounds. Non-negative real numbers
qcvInter-annual variability in fishing efficiency (applicable only to forward projection and input controls). Uniform distribution lower and upper bounds. Non-negative real numbers
L5Shortest length corresponding to 5 percent vulnerability. Uniform distribution lower and upper bounds. Positive real numbers
LFSShortest length that is fully vulnerable to fishing. Uniform distribution lower and upper bounds. Positive real numbers
VmaxlenThe vulnerability of fish at Stock@Linf. Uniform distribution lower and upper bounds. Fraction
isRelSelectivity parameters in units of size-of-maturity (or absolute eg cm). Single value. Boolean.
LR5Shortest length corresponding ot 5 percent retention. Uniform distribution lower and upper bounds. Non-negative real numbers
LFRShortest length that is fully retained. Uniform distribution lower and upper bounds. Non-negative real numbers
RmaxlenThe retention of fish at Stock@Linf. Uniform distribution lower and upper bounds. Non-negative real numbers
DRDiscard rate - the fraction of caught fish that are discarded. Uniform distribution lower and upper bounds. Fraction
SelYears(Optional) Years representing join-points (vertices) at which historical selectivity pattern changes. Vector. Positive real numbers
AbsSelYears(Optional) Calendar years corresponding with SelYears (eg 1951, rather than 1), used for plotting only. Vector (of same length as SelYears). Positive real numbers
L5Lower(Optional) Lower bound of L5 (use ChooseSelect function to set these). Vector. Non-negative real numbers
L5Upper(Optional) Upper bound of L5 (use ChooseSelect function to set these). Vector. Non-negative real numbers
LFSLower(Optional) Lower bound of LFS (use ChooseSelect function to set these). Vector. Non-negative real numbers
LFSUpper(Optional) Upper bound of LFS (use ChooseSelect function to set these). Vector. Non-negative real numbers
VmaxLower(Optional) Lower bound of Vmaxlen (use ChooseSelect function to set these). Vector. Fraction
VmaxUpper(Optional) Upper bound of Vmaxlen (use ChooseSelect function to set these). Vector. Fraction
CurrentYrThe current calendar year (final year) of the historical simulations (eg 2011). Single value. Positive integer.
MPA(Optional) Matrix specifying spatial closures for historical years.
Objects can be created by calls of the form new('Fleet')
Each row should contain year index (e.g 10 for 10th historical year) followed by fraction of area closed to fishing for each area. i.e. each row represents a change and the number of columns is nareas + 1. The spatial closures are assumed to remain in place for the future projections unless changed by a MP. Default (if left blank) is all areas are open to fishing in historical period.
# NOT RUN {
showClass('Fleet')
# }
Run the code above in your browser using DataLab