-
Notifications
You must be signed in to change notification settings - Fork 1
Operating Model equations
MixME uses standard age-structured equations to model the dynamics of fleets and stocks. These equations describe the mortality and harvesting processes for each age-class in continuous-time within a single time-step - usually taken to be a single year - and yield the catches (in terms of landings and discard numbers) for each fleet in that time-step and the survivors at the beginning of the next time-step. Recruitment occurs at be beginning of each time-step according to a parametric stock-recruitment relationship.
The important implication is that changes in parameter values, such as natural mortality or catchability, can only occur between time-steps.
For a stock
where
The overall rate of fishing mortality for each age group of a given population is the sum of the fleet-specific partial fishing mortalities,
where fleet
This allows for easy calculation of overall species selection patterns. The fleet-specific partial fishing mortality is:
where
Fleet-specific effort is constrained by the availability of quota
Discarding processes, the disposal of a portion of catch at sea, can be broadly divided into several categories:
- non-target: the discarding of species of little or no commercial value
- regulatory: the discarding of undersized fish from managed stocks to comply with landing regulations
- high-grading: the discarding of lower-value (but still marketable) fish in favour of more valuable fish to achieve landings of higher commercial value
- over-quota: discarding of marketable catch in response to restrictive quota. This allows the vessel to keep fishing, potentially to target more valuable fish and maximise the overall value of the landed catch
Within fisheries models, discarding processes are typically described by the proportion of catch that is landed, also known as the landings fraction. FLR catch objects track the numbers of landed and discarded fish. Landings and discards have distinct weights at age, with discards having a lower weight than landings to reflect the smaller-sized fish, and the overall catch weight for a given age class is the weighted mean of the landings and discards weights. These numbers are typically summarised or modelled from empirical data, and worked up in assessment working groups.
However, when over-quota discarding occurs, these are fish of marketable size that would be landed if quota were available. It may be expected that the individual sizes of over-quota discards will be closer to those of landed fish than high-grade discards.
In MixME, non-target and and regulatory discarding are described by the landings fraction, whereas over-quota discarding is modelled dynamically. High-grading is not explicitly modelled in MixME.
In the absence of over-quota discarding, landings
where
where
Over-quota discarding only occurs if quota is exceeded. The calculations of over-quota discards will depend on the advice basis. If advice is landings-based, then only the marketable catches that exceed quota are considered 'over-quota' because unmarketable catch does not consume quota. If advice is catch-based, then both marketable and non-marketable fish that exceed quota are considered 'over-quota'.
If advice is landings-based, the mass of over-quota catch
where
Partitioning is carried out in terms of the proportional distribution of biomass rather than numbers to avoid spuriously inflating the biomass of younger age classes, where harvested numbers are typically higher but comprise smaller individuals compared to older age classes. The over-quota numbers at age
The updated landings and discards numbers at age given over-quota discarding are:
Over-quota catch contributes to overall discards, and the individual mean weight at age of discards by stock and fleet in that year should be updated to reflect the discarding of marketable-sized fish. The updated individual mean weight at age of discards
If advice is catch-based, the mass of over-quota catch is:
where
This yields the numbers of over-quota marketable
The updated landings and discards numbers at age given over-quota discarding are:
Finally, the overall discards weight at age is updated:
Tutorials
- Conditioning a simple single-stock Operating Model
- Conditioning a simple mixed fishery Operating Model
- Exploring simulation outputs
- Management - Constant fishing mortality
- [Management - Empirical harvest control rule]
- [Management - Model-based harvest control rule]
User Manual
- Introduction to MixME
- MixME simulation loop
- [Operating model]
- Observation error model
- [Stock estimation module]
- [Harvest control rule module]
- [Advice implementation module]
- Forward projection module
Technical Manual
MixME Development