run_extra_forecasts: Run extra forecasting for the model supplied

View source: R/run-extra-forecasts.R

run_extra_forecastsR Documentation

Run extra forecasting for the model supplied

Description

Run extra forecasting for the model supplied

Usage

run_extra_forecasts(
  model_path,
  forecast_yrs,
  catch_levels = list(list(rep(470000, length(forecast_yrs)), "470,000 t", "16-470000"),
    list(rep(510000, length(forecast_yrs)), "510,000 t", "17-510000"), list(rep(6e+05,
    length(forecast_yrs)), "600,000 t", "18-600000"), list(rep(650000,
    length(forecast_yrs)), "650,000 t", "19-650000")),
  ...
)

Arguments

model

The SS model output as loaded by load_ss_files()

Details

You must modify the catch-levels list inside this function prior to running. Start withthe directory number after what is already in the base model forecasts directory.

If there is no mcmc component to the model, an error will be given and the program will be stopped

Value

base::invisible()


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.