run_oms: Run OMs for a number of runs

View source: R/run_oms.R

run_omsR Documentation

Run OMs for a number of runs

Description

Run OMs for a number of runs

Usage

run_oms(
  ss_model = NULL,
  n_runs = NULL,
  yr_future = 0,
  fns = NULL,
  n_surveys = 2,
  b_futures = 0.5,
  sel_changes = 0,
  catch_in = NA_real_,
  hcr_apply = TRUE,
  random_recruitment = TRUE,
  attain = c(1, 1),
  plot_names = NULL,
  random_seed = NULL,
  results_root_dir = here("results"),
  results_dir = here("results", "default"),
  ...
)

Arguments

ss_model

SS model data as returned from load_ss_model_data()

n_runs

The number of runs to run each scenario

yr_future

Number of years to run the simulations out to

fns

A vector of scenario names. See run_mses()

n_surveys

The number of surveys. See run_mses()

b_futures

Bias adjustment factors. See run_mses()

sel_changes

Selectivity changes. See run_mses()

catch_in

Catch into the future in kg

plot_names

A vector of names to show on plots. See run_mses()

random_seed

The random seed to base run random seeds from. See run_mses()

results_root_dir

The results root directory

results_dir

The results directory

...

Arguments passed to load_data_om()

Value

Nothing, save OM output to a file


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