-
Notifications
You must be signed in to change notification settings - Fork 3
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
wgt@age decrease from spring to autumn #64
Comments
This may be due to the way Atlantis accounts for ages. Fish will age into the next group on their actual "birthday" just before recruits arrive, not on Jan 1, as noted in Issue 59. If the RecruitMonth is after the spring survey, but before fall, fish are approaching their biggest size at age in the spring survey, but have graduated to the next age by the fall survey and have been replaced by the incoming recruits/fish in the smallest size at age for that age group. I will add the survey month info as a lookup table shortly, but our simulated spring survey happens in March (month 3) and our fall survey happens in August (month 8). Most of the species are recruiting between months 3 and 8 (see the simBiolPar data just pushed to the wgsamsim branch), so I suspect this explains the weight difference by season? |
A survey month lookup, I decided not to add a month column to the current simSurveyIndex or other simSurvey files to avoid breaking existing code that creates input files. This dataset should provide the information needed by joining on survey name. We can add more as needed to describe the surveys. This should help with accounting for age. |
wgt@age by subannual time steps now available for the catch somehow confirms the discussion on age in the Atlantis (fish age in the RecruitMonth and not 1 Jan)
This can be corrected by relabelling ages considering RecruitMonth from simBiolPar for each species.
|
For many of the species the wgt@age in the survey is higher in spring than in fall which is counter-intuitive. Do they loose weight during Summer? or there's something with the selectivity and availability of the different size classes to the survey...?
The text was updated successfully, but these errors were encountered: