Skip to content

Commit

Permalink
feat: sd report years
Browse files Browse the repository at this point in the history
Hard set OM SD_report years to be -1 and -2 so that they cover the entire data and projection periods.
  • Loading branch information
nathanvaughan-NOAA committed Mar 14, 2024
1 parent 393e5a8 commit 6e69b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/initOM.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e69b04

Please sign in to comment.