From 043d641b3d14848b6f454f62fdf4ab31720ae7c2 Mon Sep 17 00:00:00 2001 From: brianlangseth-NOAA Date: Mon, 10 Jul 2023 14:17:41 -0700 Subject: [PATCH] add check on external growth estiamtes --- code/canary_model_runs.R | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/canary_model_runs.R b/code/canary_model_runs.R index 45fd950a..43769f03 100644 --- a/code/canary_model_runs.R +++ b/code/canary_model_runs.R @@ -12393,6 +12393,17 @@ legend("topleft", ) dev.off() +# #confirm external growth is within bounds (taken from discussion #21) +# age = c(1:40) +# lmm <- 8.344 + (54.6481000 - 8.344) * (1-exp(-0.1558210 * (age-1))) +# lfm <- 8.344 + (59.4463000 - 8.344) * (1-exp(-0.1372000 * (age-1))) +# lmx <- 11.365088 + (51.320627 - 11.365088) * (1-exp(-0.175495 * (age-1))) +# lfx <- 11.382156 + (57.900273 - 11.382156 ) * (1-exp(-0.142700 * (age-1))) +# +# SSplotBiology(pp,subplot=1) +# lines(age,lfx,col=1,lty=1,lwd=3) +# lines(age,lmx,col=1,lty=2,lwd=3) + ####------------------------------------------------####