-
Notifications
You must be signed in to change notification settings - Fork 0
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
changes to .dat & .pin files for selectivity #20
Comments
@gavinfay I am writing out the structure of new .dat and .pin files as specified. See functions One question: Related question: I will generate separate files so I don't overwrite values in New input files will appear first on the Edit: new files are there now and currently testing to fix matrix out of bounds errors etc... |
@sgaichas Thanks! |
Was hoping to close this, but only halfway there. The 5 bin and 10 bin .dat, -ts.dat, and .pin files generated by Note that these inputs differ from the ones we had before in using Atlantis-derived stomach weight matrices rather than GB values mapped to NOBA species. I also generated 15 and 20 bin inputs, which did not complete runs. Both have an issue in the catch portion. Console output is pasted here just so I remember it:
Will diagnose as possible tomorrow... |
@sgaichas there are some new changes to the
.dat
&.pin
files as a result of implementing selectivity estimation for both fishing fleets and surveys..dat
fishsel_c
&fishseld_d
).pin
fishsel_pars(1,2,1,Nfleets)
. The first dimension corresponds to the implemented 'c' & 'd' parameters for each fleet for the logistic selectivity at length.survey_selpars(1,2,1,Nsurveys)
. The first dimension corresponds to the 'c' & 'd' parameters for each survey for the logistic selectivity at length. (implemented the same way as Andy had coded for fishery selectivity)The implemented changes can be viewed in the current
hydra_sim_NOBA.dat
andnu.pin
files.The text was updated successfully, but these errors were encountered: