Skip to content

Commit fd45c3b

Browse files
committed
Replicate manuscript data/figures
1 parent a307028 commit fd45c3b

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

dev/zahneretal-2025-mseruns.r

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,16 @@ mse_options_list <- listN(mse_options)
5454

5555
om_list <- listN(om_rand_recruit, om_bh_recruit, om_bhcyclic_recruit, om_immcrash_recruit)
5656
hcr_list <- listN(
57-
mp_pfmc4010
57+
mp_f40,
58+
mp_f50,
59+
mp_5perc,
60+
mp_10perc,
61+
mp_15cap,
62+
mp_25cap,
63+
mp_pfmc4010,
64+
mp_bcsable,
65+
mp_f50chr,
66+
mp_f00chr
5867
)
5968

6069

@@ -83,8 +92,8 @@ publication_oms <- c("Random Recruitment", "Beverton-Holt Regime Recruitment", "
8392
publication_metrics = c("Annual Catch", "Catch AAV", "SSB", "Average Age", "Proportion of Years with Low SSB")
8493
metric_names <- c("Annual Catch", "Catch AAV", "Average SSB", "Average Age", "Proportion of Years SSB < B35*")
8594

86-
mse_runs <- get_saved_model_runs(om_order=publication_oms2, hcr_order=publication_hcrs)
87-
mse_runs <- readRDS(file.path(here::here(), "data", "zahneretal2025_mseruns_FINAL.RDS"))
95+
# mse_runs <- get_saved_model_runs(om_order=publication_oms2, hcr_order=publication_hcrs)
96+
mse_runs <- readRDS(file.path(here::here(), "data", "zahneretal2025_mseruns_FINAL2.RDS"))
8897
model_runs <- mse_runs$model_runs
8998
extra_columns <- mse_runs$extra_columns2
9099
extra_columns <- extra_columns %>%

0 commit comments

Comments
 (0)