run_om: Run the Operating Model, which is an age based model...

View source: R/run_om.R

run_omR Documentation

Run the Operating Model, which is an age based model conditioned on true catch

Description

Run the Operating Model, which is an age based model conditioned on true catch

Usage

run_om(
  om = NULL,
  yrs = om$yrs,
  random_seed = NULL,
  hcr_apply = FALSE,
  hcr_lower,
  hcr_upper,
  hcr_fspr,
  ...
)

Arguments

om

list of parameters and life history values OM data. This list is what is returned by load_data_om()

yrs

A vector of the years to run

random_seed

The random seed to use for this Operating Model

...

Arguments passed to run_year_loop_om()

Value

A list of model outputs


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.