From 6e69b04ec7092a0743c5641d7bcf833693ff25f9 Mon Sep 17 00:00:00 2001 From: Nathan Vaughan Date: Thu, 14 Mar 2024 15:16:02 -0400 Subject: [PATCH] feat: sd report years Hard set OM SD_report years to be -1 and -2 so that they cover the entire data and projection periods. --- R/initOM.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/initOM.R b/R/initOM.R index c28a73b8..ac7e1188 100644 --- a/R/initOM.R +++ b/R/initOM.R @@ -57,6 +57,8 @@ create_OM <- function(OM_out_dir, start[["F_report_basis"]] <- 0 start[["F_age_range"]] <- NULL start[["ALK_tolerance"]] <- 0 + start[["minyr_sdreport"]] <- -1 + start[["maxyr_sdreport"]] <- -2 start[["seed"]] <- seed r4ss::SS_writestarter(start, dir = OM_out_dir, verbose = FALSE,