A list of controls returned from r4ss::SS_readctl() for the North Sea cod operating model. The input file is stored in extdata/models.

codemctl

Format

A list with many items, some of which are highlighted below:

fleetnames

a vector of names for the fleets

MG_parms

natural mortality and growth parameters

SR_parms

stock-recruitment relationship parameters

...

Source

North Sea cod (Gadus morhua; Richard D. Methot, Jr., NMFS, NOAA, pers. comm.)

Examples

data("codemctl", package = "ss3sim")
# \dontshow{
testthat::expect_true(
  codemctl[["type"]] == "Stock_Synthesis_control_file",
  label = "codemctl is a Stock Synthesis control file"
)
# }