Closed mle2718 closed 1 year ago
Need a way to separate the storage of raw econ results. When I do "run_on_containers.sh", all the models are stacked together which makes it impossible to know which goes with which.
Solution modify this:
https://github.com/lkerr/groundfish-MSE/blob/fe5ae329bbe97d9b39a263734acb90d9b29754c2/processes/runSetup.R#L84-L88
to create a subfolder inside the 'raw' folder, Run 1. Run 2, etcs. Then when I need to look at the raw results, I can look at the folder names.
a6fe3e182f9a25f485e19add835f7faf81bae2a9
file.path(ResultDirectory,"econ","raw")
runSim.R
runPre.R
runSetup.R
Need a way to separate the storage of raw econ results. When I do "run_on_containers.sh", all the models are stacked together which makes it impossible to know which goes with which.
Solution modify this:
https://github.com/lkerr/groundfish-MSE/blob/fe5ae329bbe97d9b39a263734acb90d9b29754c2/processes/runSetup.R#L84-L88
to create a subfolder inside the 'raw' folder, Run 1. Run 2, etcs. Then when I need to look at the raw results, I can look at the folder names.