Hi Dan,
I noticed that when I set the implementation year in simmar() via something like:
model <- simmar(fauna = fauna, fleets = fleets, years = years,
manager = list(mpas = list(locations = mpa_locations),
mpa_year = 5))
The output from the fleet table in process_marlin shows that effort actually stops in the MPA area in year 4.
Is this expected? Perhaps some indexing difference between the back end of the code and the MPA year supplied in simmar()?