You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @rwildermuth for trying out some different specifications for changing recruitment regimes. Trying to make R0 time varying did not work, and I think this is a bug.
template_mod_change<- create_future_om_list(example_type="model_change")
rec_dev_specify<-template_mod_change[[1]]
rec_dev_specify$pars<- c("SR_LN(R0)")#, "SR_regime_BLK1repl_2000")rec_dev_specify$scen<- c("replicate", "all") # note: could change this to c("random", "all") if did not want to replicate the same recdevs sequences across scenariosrec_dev_specify$input<-data.frame(first_yr_averaging=NA, #rep(datfile$styr, 1),last_yr_averaging=NA, #rep(2019, 1),last_yr_orig_val= rep(2024, 1),
first_yr_final_val= rep(2025, 1),
ts_param= rep("mean", 1),
method= rep("absolute", 1),
value= c(15.3516))#, -2.25458))
The text was updated successfully, but these errors were encountered:
Thanks @rwildermuth for trying out some different specifications for changing recruitment regimes. Trying to make R0 time varying did not work, and I think this is a bug.
Works:
Does not work:
The text was updated successfully, but these errors were encountered: