I'm tring to set up SSMSE for a SS3 model developed with more recent versions of SS3 (>V3.30.22), but SSMSE does not seem to be compatible with these recent versions. When I apply the develop_OMs function, it throws the following error:
Error in run_ss_model(dir = tmp_mod_path, admb_options = "-maxfn 0 -phase 50 -nohess", :
New data file (data.ss_new if using SS3 v3.30.18 or data_echo.ss_new if using SS3 v3.30.21) was not created during the model run, which suggests SS3 did not run correctly.
After swapping SS3 excutables in the package, SS3 seems to read the input files correctly, but it still throws an error because the .par file name in the develop_OMs function seems to be hard-coded.
I'm tring to set up SSMSE for a SS3 model developed with more recent versions of SS3 (>V3.30.22), but SSMSE does not seem to be compatible with these recent versions. When I apply the develop_OMs function, it throws the following error:
Error in run_ss_model(dir = tmp_mod_path, admb_options = "-maxfn 0 -phase 50 -nohess", :
New data file (data.ss_new if using SS3 v3.30.18 or data_echo.ss_new if using SS3 v3.30.21) was not created during the model run, which suggests SS3 did not run correctly.
After swapping SS3 excutables in the package, SS3 seems to read the input files correctly, but it still throws an error because the .par file name in the develop_OMs function seems to be hard-coded.