Closed marcnadon closed 2 years ago
Changes I have made so far:
[x] Update the Build_all_SS function so that the MVLN results are saved in a specific folder when "bootrap_n > 1":
[x] Update the Build_all_SS function to include options to run projections (n_projYear, Fixed_Catch, etc.)
The projection function is in a file named "Run_projections" and is operational. It generates projections from bootstrap x fixed catches and generates the appropriate figs and table.
Here is the gist of how the projections should be done:
1) Run the full base case SS model with bootstrapped catches. 2) Specify in this model run that we want to project until 2028 using a fixed catch of X metric tons in all years. 3) Re-run this for catches ranging from 0 to MSY metric tons, with an appropriately low catch increment. 4) Use the MVLN function within each run to save key metrics: SSB, F, Fmsy, SSBmsst (also save the fixed Catch that was used). 5) Save the MVLN output into an R list that collates all the model run with different fixed projected catches.
Key things to do: