Skip to content

Deterministic self test #420

Answered by kellijohnson-NOAA
kinmic asked this question in Q&A
Discussion options

You must be logged in to vote

Ahh, I see. This is in fact a bug in the vignette. Thank you for bringing that to my attention. No wonder things were not working for you, again my apologies. The code should be

df <- setup_scenarios_defaults(nscenarios = 2)
df[, "user_recdevs"] <- "matrix(0, nrow = 200, ncol = 20)"
df[, "co.par_name"] <- "SR_sigmaR"
df[, "co.par_int"] <- 0.001
df[1, "ce.par_name"] <- "SR_sigmaR"
df[1, "ce.par_int"] <- 0.001
df[1, "ce.par_phase"] <- -1
df[, "ce.forecast_num"] <- 0
df[, "si.years.2"] <- "seq(60, 100, by = 2)"
df[, "si.sds_obs.2"] <- 0.001
df[2, "ce.par_name"] <- 'c("SR_sigmaR", "NatM_uniform_Fem_GP_1")'
df[2, "ce.par_int"] <- "c(0.001, NA)"
df[2, "ce.par_phase"] <- "c(-1, 3)"
df[, "scenari…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kinmic
Comment options

@kellijohnson-NOAA
Comment options

Answer selected by kellijohnson-NOAA
@kinmic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #419 on March 05, 2024 14:40.