Description Slots Objects from the Class Author(s) Examples
An operating model component that specifies the parameters of the population dynamics model
NameThe name of the Stock object. Single value. Character string
Common_NameCommon name of the species. Character string
SpeciesScientific name of the species. Genus and species name. Character string
maxageThe maximum age of individuals that is simulated (there is no 'plus group'). Single value. Positive integer
R0The magnitude of unfished recruitment. Single value. Positive real number
MNatural mortality rate. Uniform distribution lower and upper bounds. Positive real number
M2(Optional) Natural mortality rate at age. Vector of length 'maxage'. Positive real number
MexpExponent of the Lorenzen function assuming an inverse relationship between M and weight. Uniform distribution lower and upper bounds. Real numbers <= 0.
MsdInter-annual variability in natural mortality rate expressed as a coefficient of variation. Uniform distribution lower and upper bounds. Non-negative real numbers
MgradNo longer used. Previously mean temporal trend in natural mortality rate, expressed as a percentage change in M per year.
hSteepness of the stock recruit relationship. Uniform distribution lower and upper bounds. Values from 1/5 to 1
SRrelType of stock-recruit relationship. Single value, switch (1) Beverton-Holt (2) Ricker. Integer
PerrProcess error, the CV of lognormal recruitment deviations. Uniform distribution lower and upper bounds. Non-negative real numbers
ACAutocorrelation in recruitment deviations rec(t)=AC*rec(t-1)+(1-AC)*sigma(t). Uniform distribution lower and upper bounds. Non-negative real numbers
Period(Optional) Period for cyclical recruitment pattern in years. Uniform distribution lower and upper bounds. Non-negative real numbers
Amplitude(Optional) Amplitude in deviation from long-term average recruitment during recruitment cycle (eg a range from 0 to 1 means recruitment decreases or increases by up to 100% each cycle). Uniform distribution lower and upper bounds. 0 < Amplitude < 1
LinfMaximum length. Uniform distribution lower and upper bounds. Positive real numbers
Kvon Bertalanffy growth parameter k. Uniform distribution lower and upper bounds. Positive real numbers
t0von Bertalanffy theoretical age at length zero. Uniform distribution lower and upper bounds. Non-positive real numbers
LenCVCoefficient of variation of length-at-age (assumed constant for all age classes). Uniform distribution lower and upper bounds. Positive real numbers
KsdInter-annual variability in growth parameter k expressed as coefficient of variation. Uniform distribution lower and upper bounds. Non-negative real numbers
KgradNo longer used. Previously mean temporal trend in growth parameter k, expressed as a percentage change in k per year.
LinfsdInter-annual variability in maximum length expressed as a coefficient of variation. Uniform distribution lower and upper bounds. Non-negative real numbers
LinfgradNo longer used. Previously mean temporal trend in maximum length, expressed as a percentage change in Linf per year.
L50Length at 50 percent maturity. Uniform distribution lower and upper bounds. Positive real numbers
L50_95Length increment from 50 percent to 95 percent maturity. Uniform distribution lower and upper bounds. Positive real numbers
DCurrent level of stock depletion SSB(current)/SSB(unfished). Uniform distribution lower and upper bounds. Fraction
aLength-weight parameter alpha. Single value. Positive real number
bLength-weight parameter beta. Single value. Positive real number
Size_area_1The size of area 1 relative to area 2. Uniform distribution lower and upper bounds. Positive real numbers
Frac_area_1The fraction of the unfished biomass in stock 1. Uniform distribution lower and upper bounds. Positive real numbers
Prob_stayingThe probability of inviduals in area 1 remaining in area 1 over the course of one year. Uniform distribution lower and upper bounds. Positive fraction.
FdiscFraction of discarded fish that die. Uniform distribution lower and upper bounds. Non-negative real numbers
SourceA reference to a website or article from which parameters were taken to define the stock object. Single value. Character string.
Objects can be created by calls of the form
new('Stock')
T. Carruthers and A. Hordyk
| 1 | showClass('Stock')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.