Get the data frame of catch for the next iterations when not using an estimation model.
Source:R/MS_functions.R
get_no_EM_catch_df.Rd
Get the data frame of catch for the next iterations when not using an estimation model.
Arguments
- OM_dir
The full path to the OM directory.
- yrs
A vector of years
- MS
The management strategy to use. Current options are:
"last_yr_catch"
which uses the previous year's catch;"no_catch"
which uses 0 catch;"EM"
which uses an stock synthesis model as the estimation method and the management strategy as defined in the forecast file of the stock synthesis estimation method;"Interim"
to modify catch based on survey predictions between assessments. Users can also specify their own management strategies as a function. For example, if the function is called "my_ms" then the user should specify MS = "my_ms" and specify the path to the file containing the function incustom_MS_source
.