From 3bd607e0ef5466e8c4478e5ffa66bb20ab2b1da4 Mon Sep 17 00:00:00 2001 From: Rick-Methot-NOAA Date: Wed, 16 Apr 2025 21:19:52 -0700 Subject: [PATCH] revise warn msg for retention with EWAA --- SS_readcontrol_330.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SS_readcontrol_330.tpl b/SS_readcontrol_330.tpl index 2dba4197..bc42d9b5 100644 --- a/SS_readcontrol_330.tpl +++ b/SS_readcontrol_330.tpl @@ -3563,8 +3563,8 @@ { if (WTage_rd > 0) { - warnstream << "Retention functions not implemented fully when reading empirical wt-at-age "; - write_message (WARN, 0); + warnstream << "Length-based retention will use the same empirical wtatage for discard and retained fish for fleet: " << f; + write_message (NOTE, 0); } Do_Retain(f) = 1; if (fleet_type(f) == 2 && seltype(f, 2) != 3) @@ -3880,8 +3880,8 @@ Do_Retain(f1) = 2; if (WTage_rd > 0) { - warnstream << "Retention functions not implemented fully when reading empirical wt-at-age "; - write_message (WARN, 0); + warnstream << "Age-based retention will use the same empirical wtatage for discarded and retained fish for fleet: " << f; + write_message (NOTE, 0); } if (seltype(f1, 2) > 0) {