You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RCM uses SampleStockPars() to grab Mat_age and only passes this array to the conditioned OM, where L50 and L95 are subsequently back-calculated (also by SampleStockPars) but does not recover the original values.
The solution is to copy over the values from the original OM to cpars in the conditioned OM (I believe this is primarily for reporting purposes as the population model uses Mat_age?)
Well if the plot(fit) is misleading we should fix that. Folks are looking at that and saying the length selectivity curve is too flat when its actually steeper according to Fit@OM@cpars$SLarray.
In this case the OM is sent to RCMfit with only L50 and L50_95 slots set (50, and 10 respectively).
After RCM fitting, if I plot the OM:
plot(RCMfit@OM)
the maturity at length is more like L50 = 50, L50_95 = 20 (much flatter).
RCMfit.zip
The text was updated successfully, but these errors were encountered: