late_fall_run_model: Late-Fall Run Chinook Model

View source: R/model.R

late_fall_run_modelR Documentation

Late-Fall Run Chinook Model

Description

Late-Fall Run Chinook life cycle model used for CVPIA's Structured Decision Making Process

Usage

late_fall_run_model(
  scenario = NULL,
  mode = c("seed", "simulate", "calibrate"),
  seeds = NULL,
  ..params = lateFallRunDSM::params,
  stochastic = FALSE
)

Arguments

scenario

Model inputs, can be modified to test management actions

mode

The mode to run model in. Can be "seed", "simulate" or "calibrate".

seeds

The default value is NULL runs the model in seeding mode, returning a 31 by 25 matrix with the first four years of seeded adults. This returned value can be fed into the model again as the value for the seeds argument

..params

Parameters for model and submodels. More details at params

Source

IP-117068

Examples

late_fall_run_seeds <- lateFallRunDSM::late_fall_run_model(mode = "seed")
lateFallRunDSM::late_fall_run_model(scenario = DSMscenario::scenarios$ONE,
                           mode = "simulate",
                           seeds = late_fall_run_seeds)

CVPIA-OSC/lateFallRunDSM documentation built on June 30, 2022, 10:04 p.m.