timjmiller / wham

State-space, age-structured fish stock assessment model
https://timjmiller.github.io/wham
Other
32 stars 16 forks source link

allow same selectivity blocks for different fleets/indices #59

Closed timjmiller closed 4 months ago

timjmiller commented 2 years ago

For example, when considering LPUE or CPUE as indices may wish to use the same selectivity assumptions for the fleet and index. This came up in the Plaice research track and can be done outside of the R functionality in WHAM, but it breaks the retrospective pattern functionality.

brianstock commented 2 years ago

This is done in the SSWG, https://github.com/timjmiller/SSRTWG/commit/052952fa472fe761dde0900e1d9c9dd08587413b. Need to test before merging into wham/devel.

timjmiller commented 4 months ago

specifying selectivity blocks pointers for fleets and indices (either to be the same or not) is possible on devel branch.