Steve Barbeaux had a question about the meaning of the option in the data file to "combine males and females at or below this bin number" for length composition data.
The SS 3.24s user manual says: "if [combine-these-bins] is greater than 0, then add males into females for bins 1 thru this number, zero out the males, set male data to start at the first bin above this bin. Note that [combine-these-bins] is entered as a bin index, not as the size associated with that bin. Comparable option is available for age composition data."
In the SS 3.24u code, males in length bins 1 through the combine-these-bins bin are added to the females, and the males are set to 0. The likelihood components for the length composition data are adjusted to include fitting to the data for length bins (combine-these-bins + 1) to the maximum bin number only.
A comparable option is available for age composition data.