2.8.4. Fishing parameters (Osmose <= 4.0.0)¶
On Osmose versions previous to 4.0.0, fishing mortality was species-specific. It was parameterized either by providing fishing rates or catches.
mortality.fishing.type |
Whether fishing mortality is provided as |
mortality.fishing.recruitment.age.sp# |
Age at which a species can be fished (years) |
mortality.fishing.recruitment.size.sp# |
Size at which a species can be fished (cm) |
Warning
Osmose does not accept fishing mortality rates for some species and catches for other species.
2.8.4.1. By rate¶
If mortality rate is provided, the number of dead fishes in a school is computed as follows.
Osmose offers several degrees of refinement for inputting the fishing mortality: constant, seasonal, interannual and interannual with age or size class. Depending on the available information for each species of the configuration, one must choose the best way to input it. Each species can be parameterized independently from an other. For instance fishing mortality for species zero is a constant annual rate and fishing mortality for species three is provided as a time series per size class.
mortality.fishing.rate.byDt.byAge.file.sp# |
CSV file containing the fishing rates by age and by time-step |
mortality.fishing.rate.byDt.bySize.file.sp# |
CSV file containing the fishing rates by size and by time-step |
mortality.fishing.rate.byYear.file.sp# |
File containing the fishing rates by year |
mortality.fishing.rate.sp# |
Annual fishing rate |
mortality.fishing.season.distrib.file.sp# |
File containing the seasonal distribution of fishing mortality. If not provided, assumes constant fishing rate |
Osmose will first look for any of the first two parameters. If not found, it will look for the third one. If not found, Osmose will finally look for the fourth one. If the third or fourth parameter are found, it will also looks for the fifth one.
2.8.4.2. By catches¶
If mortality is provided by catches, the number dead individuals is computed as follows:
with \(C\) the catches, \(B_{fish}\) the fish biomass, \(W\) its weight and \(B_{fishable}\) the biomass that can be fished.
mortality.fishing.catches.byDt.byAge.file.sp# |
CSV file containing the fishing rates by age and by time-step |
mortality.fishing.catches.byDt.bySize.file.sp# |
CSV file containing the fishing rates by size and by time-step |
mortality.fishing.catches.byYear.file.sp# |
File containing the fishing rates by year |
mortality.fishing.catches.sp# |
Annual fishing rate |
mortality.fishing.season.distrib.file.sp# |
File containing the seasonal distribution of fishing mortality |
Note
Catches are assumed to be in tons.
Osmose will first look for any of the first two parameters. If not found, it will look for the third one. If not found, Osmose will finally look for the fourth one. If the third or fourth parameter are found, it will also looks for the fifth one.
2.8.4.3. Marine Protected Areas (MPAs)¶
The user can defined as many MPA as he wishes.
mpa.file.mpa# |
File containing the MPA definition |
mpa.start.year.mpa# |
First year when this MPA is active |
mpa.end.year.mpa# |
Last year when this MPA is active |
The map is a CSV file similar to the movement maps. The CSV file has the same number of lines and columns as the OSMOSE grid. The MPA file must contain 1 where the MPA is defined, 0 elsewhere.
Start year and end year parameters define the time span when the MPA is enabled.
The MPA are handled within the fishing process. Every time there is a new MPA to be activated or deactivated, Osmose updates the correction factor that will be applied to the fishing mortality rates in order to take into account the uniform redistribution of the fishing effort outside the MPAs.