Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Mar 27, 2024
1 parent 232e4a2 commit 83ca48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/single_extend_OM.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ add_OM_devs <- function(ctl, dat, parlist, timeseries, future_om_dat) {
}

# Set up dummy time varying parameter lines for the control file and parameter file which will be added in for new data
# Note that the first value corresponds with dev_se, the second with rho (autocorrelation). rho needs to be specified but
# is not used unless a random walk is specified in SS3.
tv_dummy <- data.frame(LO = c(0, 0), HI = c(10, 1), INIT = c(1, .1), PRIOR = c(1, .1), PR_SD = c(1, 1), PR_type = c(0, 0), PHASE = c(-1, -1))
tv_par_dummy <- data.frame(INIT = c(1, .1), ESTIM = c(1, .1))
old_par_devs <- parlist[["parm_devs"]]
Expand Down

0 comments on commit 83ca48f

Please sign in to comment.