Skip to contents

The component of the operating model that specifies the historical dynamics.

Slots

Name

Character. Identifying name

HistSpawner_NOS

Array by [nsim, maxage, nyears, n_g]. Natural origin spawners at age in the natural environment. Optional

HistSpawner_HOS

Array by [nsim, maxage, nyears, n_r]. Hatchery origin spawners at age in the natural environment. Optional

HistNjuv_NOS

Array by [nsim, maxage, nyears+1, n_g]. The abundance of immature natural origin fish at the beginning of the annual time step. Default assumes 1000 smolts (age-1) fish annually.

HistNjuv_HOS

Array by [nsim, maxage, nyears+1, n_r]. The abundance of immature hatchery origin fish at the beginning of the annual time step. Default assumes 1000 smolts (age-1) fish annually.

HistFPT

Vector by historical years (nyears) or an array by dimension [nsim, nyears, 2]. The instantaneous fishing mortality in the preterminal fishery. The first array slice corresponds to F for natural origin fish and the second array slice corresponds to hatchery origin fish. Default is zero.

HistFT

Vector by historical years (nyears) or an array by dimension [nsim, nyears, 2]. The instantaneous fishing mortality in the terminal fishery. The first array slice corresponds to F for natural origin fish and the second array slice corresponds to hatchery origin fish. Default is zero.

Creating Object

Objects can be created by calls of the form new("Historical")

Examples

showClass("Historical")
#> Class "Historical" [package "salmonMSE"]
#> 
#> Slots:
#>                                                                       
#> Name:             Name HistSpawner_NOS HistSpawner_HOS    HistNjuv_NOS
#> Class:       character           array           array           array
#>                                                       
#> Name:     HistNjuv_HOS         HistFPT          HistFT
#> Class:           array       num.array       num.array
#> 
#> Extends: "Historical.list"