lkerr / groundfish-MSE

Development of Robust Management Strategies for Northeast Groundfish Fisheries in a Changing Climate
MIT License
4 stars 2 forks source link

explicitly set the dimension to abind along. #287

Open mle2718 opened 1 year ago

mle2718 commented 1 year ago

modify get_simcat() to take an extra argument. Default is to concatenate along the first dimension, which is replicates. Can also concatenate along dimension 2, which is mproc. This would be useful if you ran a model with 1 mproc file and then ran it again with another, but wanted the results to be in the same place.

A problem is that you have to figure out which management procedure corresponds to which entry.

I'm going to put this in as a 'draft' until I figure out how to address this problem.