salmonMSE()
runs a salmon management strategy evaluation through the following steps:
Converts a salmon operating model (SOM) to a multi-stock operating model (MOM) via
SOM2MOM()
Creates a harvest management procedure specifying the harvest control rule
Generates the historical reconstruction of the state variables
Runs projection (if
Hist = FALSE
)Converts the openMSE output, along with additional state variables recorded in salmonMSE_env, into a salmon MSE object (SMSE) via
MMSE2SMSE()
Arguments
- SOM
An object of class SOM
- Hist
Logical, whether to stop the function stop after historical simulations?
- silent
Logical, whether to report progress in console
- trace
Logical, whether to report additional messages from openMSE
- convert
Logical, whether to convert the output into a salmon MSE (SHist or SMSE, depending on
Hist
) object