-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested modifications for age-selectivity type 11 #216
Conversation
when working with age-specific selectivity of 1.0 for a range of ages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a helpful clarification.
I would make two additional changes if you have time.
First, I would move the description of the age-selectivity approach to the top, because I think it is more commonly used and is simpler to describe. Then the average reader doesn't have to sift through the stuff about population length bins to get what they want.
Second, I would change the last sentence from "The maximum age allowed is equal to the maximum age in the modelled population, not the maximum age in the data bins." to "The maximum p2 value allowed is the maximum age, not the maximum age bin." The terms "maximum age" and "age bin" are commonly used throughout the User Manual and I think are clear enough.
Clarification: I edited the second suggestion to read "from...to..." instead of "to...to...". |
Also: selectivity operates on real ages, not data age bins. |
@iantaylor-NOAA thank you for the helpful suggestions. If you have time, can you go ahead and just make the needed changes directly to this branch? |
I just attempted to implement my suggested changes--slightly differently than what I originally thought. @Rick-Methot-NOAA, I added you as a review hoping you can look at this one more time. |
Thanks @iantaylor-NOAA, there is one typo though |
Just fixed that Kelli! |
@Rick-Methot-NOAA, |
No good reason for the difference. Just happenstance by not doing both at same time and not having today's coding tools at the time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Definitely more informative. The rationale for the small constant with length selectivity is lost in antiquity but I suspect it was because of crashes that were happening due to no fish being selected.
Thank you everyone for your help on this pull request. @e-perl-NOAA I will leave it to you to merge it in to whatever branch you want when you think the time is appropriate. |
when working with age-specific selectivity of 1.0 for a range of ages.
Sorry if I made this pull request to the wrong base branch, i.e., it should not go into main. Feel free to suggest a different branch and I can rebase and submit a different/modified pull request.
The change in wording will be helpful to users that are new to selectivity type = 11. Even though I have used the type before I had to go to the Report.sso to make sure that it was doing what I thought it was. I was not sure if the parameters corresponded to the bins for ages or to the actual age numbers themselves. I also included an example in the suggested text.