Skip to content

Commit

Permalink
Feature: Add OM derived quants reporting
Browse files Browse the repository at this point in the history
Turned on reporting for depletion, F_report, and SPR values from the OM which were previously set to be skipped.
  • Loading branch information
nathanvaughan-NOAA committed Mar 15, 2024
1 parent 66d4a3b commit e53f67e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/initOM.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ create_OM <- function(OM_out_dir,
start[["init_values_src"]] <- 1
start[["detailed_age_structure"]] <- 1
start[["last_estimation_phase"]] <- 0
start[["depl_basis"]] <- 0
start[["depl_basis"]] <- 1
start[["depl_denom_frac"]] <- 1
start[["SPR_basis"]] <- 0
start[["F_report_units"]] <- 0
start[["SPR_basis"]] <- 4
start[["F_report_units"]] <- 1
start[["F_report_basis"]] <- 0
start[["F_age_range"]] <- NULL
start[["ALK_tolerance"]] <- 0
Expand Down

0 comments on commit e53f67e

Please sign in to comment.