gavinfay / fluke-mafmc-recdisc

Code for runnning analyses for the 2021 MAFMC Summer Flounder MSE focused on recreational discards
3 stars 3 forks source link

Implementation model output not for all length bins #7

Closed gavinfay closed 2 years ago

gavinfay commented 2 years ago

Output aggregate_prediction_output in an unordered single vector, & only contains numbers at length for length bins where catch > 0. Also contains numbers of trips and amount of other species.

Sinatra looking to read in two vectors - the numbers by length bin by fleet (i.e. all length bins for both kept and discards).

Need to convert aggregate_prediction_output so all size bins are present for each of kept and released, and then convert from implemetnation model bins (inches) to the sinatra size bin structure.

gavinfay commented 2 years ago

output vectors at length in sinatra length bins now written to "rec-catch.out"