@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
- Selectivity parameter vectors removed (
fishsel_c & fishseld_d)
- Phase inputs added for estimation of selectivity (fsphase = fishery sel, ssphase = survey selectivity)
.pin
- added fishery selectivity parameter matrix
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.
- added survey selectivity parameter matrix
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 and nu.pin files.
@sgaichas there are some new changes to the
.dat&.pinfiles as a result of implementing selectivity estimation for both fishing fleets and surveys..datfishsel_c&fishseld_d).pinfishsel_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.datandnu.pinfiles.