harvest-actions.Rmd
This document provides additional information about how harvest actions are implemented in the fall run model for Reorienting to Recovery (R2R). For more more information about the model itself, including the codebase, please see our documentation.
There are 9 harvest actions that can be implemented in the model. Each has an associated number that is used to build a scenario in the R2Rscenarios package.
10
: Baseline harvest11
: Tribal harvest only12
: In river harvest only13
: Ocean harvest only14
: Intelligent CRR harvest15
: Intelligent habitat harvest16
: Harvest only hatchery fish (ocean)17
: Harvest only hatchery fish (tributary)25
: No harvest of dry year cohortIf 10
is selected, baseline harvest logic is used which
applies in-river and ocean harvest according to rates detailed in the 2022
Preseason Report PFMC.
The model allows for a binary variable as an argument that states
whether or not tribal harvest is to be preserved. If 11
is
selected, this argument is set to TRUE
and for all
tributaries, 1%
of in-river, natural fish harvest is taken.
(Note: this value is a working number and will be updated iteratively
based on conversations.)
If 12
is selected, there is no ocean harvest applied at
any point in the model, and in-river harvest remains at baseline numbers
(see 10
).
If 13
is selected, there is no in-river harvest applied
at any point in the model, and ocean harvest remains at baseline numbers
(see 10
).
The model allows for a binary variable as an argument that states
whether or not to implement the intelligent cohort replacement rate
(CRR) harvest strategy. If 14
is selected, this argument is
set to TRUE
and the model will implement harvest logic that
harvests adults only up to the number of spawners required to maintain a
CRR of either 1
(default) or another scalar (user
specified).
The model allows for a binary variable as an argument that states
whether or not to implement the intelligent habitat harvest strategy. If
15
is selected, this argument is set to TRUE
and the model will implement harvest logic that preserves the number of
spawners that fill all available spawning habitat, and allows for
harvest of all spawners above that population size.
If 16
is selected, the model will allow commercial
(ocean) harvest of hatchery fish but not natural fish.