SSMSE icon indicating copy to clipboard operation
SSMSE copied to clipboard

add options other than retained catch into om F search loop

Open k-doering-NOAA opened this issue 3 years ago • 0 comments

The variable https://github.com/nmfs-fish-tools/SSMSE/blob/04ae5e507abd8cdcf06206a544939538b431d40f/R/extendOM.R#L38

can be used to pick if only retained catch is used, or all dead biomass is used. However, this functionality is only available within the extend_OM, and doesn't feed through so the user can pick it, so the default is just to use the retained catch.

Give users more options on what type of catch they are fitting. This is somewhat related to the discussion on #51 , as users can add in discards to the data frame coming from the MS, but it is not currently used by SSMSE: currently only catch or catch_F (which is really catch in terms of F) , are possible to be used by SSMSE, and either of these are assumed to be JUST retained catch.

k-doering-NOAA avatar Oct 29 '21 15:10 k-doering-NOAA